/* Global Styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color:#9AA690;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:#ffffcc;
	scrollbar-darkshadow-color:darkblue;
	scrollbar-shadow-color:gray;
	scrollbar-arrow-color:white;
	scrollbar-track-color:#CCD2C8;
	background-image: url(img/fondo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: square;
	}
	
a {
	color: #CC6600;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

/* Class Styles */

.logo {
	color: #FFCC99;
	letter-spacing:30px;
	font-weight:400;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	}

.textolateral {
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	}
	
.textocuerpo {
	font:11px arial;
	line-height:14px;
	color:#666666;
	}
	
.subcabecera {
	font:14px georgia;
	color: #CC9999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
.cabeceralateral {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFCC;
	line-height: 5px;
	vertical-align: 50%;
}
hr {
	color: #FFFFCC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	line-height: 5px;
}
.titulillo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0066CC;
	letter-spacing: 3px;
	font-weight: bold;
	font-style: normal;
}


#barra td {
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(img/barra.jpg);
	background-repeat: repeat-x;
	}
	
#barra a {
	color: #003366;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	font-weight: normal;
	text-align: center;
	background-image: url(img/barra.jpg);
	background-repeat: repeat-x;
	}
	
#barra a:hover {
	color:#FF6600;
	background-image: url(img/blanco.gif);
	background-repeat: repeat-x;
	}
.titular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFCC99;
	background-color: #CCCCCC;
}
