/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #EFEBE5;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #336633;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	
}
.textoNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.textoNormalGrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
.textoNormalResaltado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
}
.textoNormalResaltadoLeyenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
a.enlaceResaltado{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
a.enlaceResaltado:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
}
a.enlaceResaltadoHome{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
}
a.enlaceResaltadoHome:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF00;
}
a.enlaceNormal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a.enlaceNormal:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #990000;
}
.textoTablaLeyenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-color:#990000
}
.separadorH {
	background-image: url(img/puntos_h.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.textoForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
}
.textoCreditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
}

