BODY { BACKGROUND-IMAGE:    url(img/bg.gif);}

.bartop { background-image:   url(img/bar-top.gif);}
.barbody { background-image:   url(img/bar-body.gif);}
.barbottom { background-image:   url(img/bar-bottom.gif);}

.{
	scrollbar-arrow-color:#333;
	scrollbar-base-color:#D82C98;
	scrollbar-highlight-color:#CCCCCC;}

/* lleva la DIV a la izquierda con clear */
#left {
	float: left;
	margin: 10px 10px 0 0px;
}

/* lleva la DIV a la derecha con clear */
#right {
	float: right;
	margin: 0px 0px 0px 10px;
}

H1 {
	font-family: trebuchet ms, tahoma, verdana, sans-serif;
	font-size: 160%;
	color: #06c;
	font-weight: bold;
}

H2 {
	font-family: trebuchet ms, tahoma, verdana, sans-serif;
	font-size: 90%;
	color: #06c;
	font-weight: bold;
	line-height: 110%;
	margin: 10px 10px 0 0;
}

H3 {
	font-family: trebuchet ms, tahoma, verdana, sans-serif;
	font-size: 85%;
	color: #f90;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 5px 5px 0;
	letter-spacing: -1px;
}

p {
	font-family: tahoma, sans-serif; 
	font-size: 75%;
	color: #333333;
	margin: 10px 10px 10px 0;
}

.breadcrumb {
	font-family: tahoma, sans-serif; 
	font-size: 70%;
	color: #ADC3D9;
	margin: 5px 0 5px 0;
}

ul, ol {
	font-family: tahoma, sans-serif;
	font-size: 70%;
	color: #333;
	list-style-type: square;
	margin: 10px 10px 10px 0px;
	padding: 0 0 0 15px;
}

.small {
	font-size: 80%;
}

.copyright {
	color: #333;
	font-size: 60%;
	font-family: tahoma, sans-serif;
	margin: 10px 10px 10px 10px;
}

.white {
	font-family: verdana, sans-serif;
	font-size: 70%;
	color: #ffffff;
	margin: 0px;
}

a {
	color: #06C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.active {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B4E1FA;
	margin: 5px 12px 5px 12px;
}

.inputs {

	font-family: tahoma, verdana, sans-serif;
	font-size: 70%;
	font-weight: normal;
	background-color: #D5D7C7;
	color: #330;
	padding: 1px;
}

hr { color: #e7e7e7; }

/* tablas */

.light { background: rgb(245,250,255); border-bottom: 1px #C8D3DE solid; font-family: tahoma, verdana, sans-serif; font-size: 75%; color: #06c; padding: 3px 10px 3px 10px; vertical-align: top;}
.medium { background: rgb(223,235,247); border-bottom: 1px #C8D3DE solid; font-family: tahoma, verdana, sans-serif; font-size: 75%; color: #06C; padding: 3px 10px 3px 10px; vertical-align: top;}
.brown { background: rgb(213,215,199); font-family: tahoma, verdana, sans-serif; color: #4C4938; padding: 5px 10px 5px 10px; }
th { background: rgb(0,102,153); font-family: tahoma, sans-serif; font-size: 70%; color: #DFEBF7; text-align: left; padding: 5px 10px 5px 10px; }
.news { background-image: url(img/hdr-news.gif); font-family: trebuchet ms, tahoma, verdana, sans-serif; font-size: 90%; color: #fff; font-weight: bold; padding: 2x 5px 2px 10px; }
.border { border-bottom: 1px #CCC solid; }

/* corrige tags anidados (achicamiento texto, colores) */

.breadcrumb a { color: #ADC3D9;}
p a { font-size: 100%; }
.header a { font-size: 100%; color: #DAE6F2;}
.light a { font-size: 100%; font-weight: bold; }
.medium a { font-size: 100%; font-weight: bold; }
.light p { font-size: 100%; color: #333;}
.medium p { font-size: 100%; color: #333;}
p .inputs { font-size: 85%; }
.bottommenu .copyright { font-size: 100%; }
.light p.small { font-size: 85%; }
.medium p.small { font-size: 85%; }
.header .small { font-size: 90%; color: #DAE6F2; font-style: normal;}
.light p { color: #06c; }
.medium p { color: #06c; }

ul a { font-size: 100%; }
a ul { font-size: 100%; color: #333;}
