/* CSS Document */
/* Color de fondo del Header #F6B90F;*/ 
.BgHead { background-color: #ffffff; }

/* Color de fondo de las columnas de secciones*/  
.BgColI { background-color: #ffffff;
			/* en caso de que la columna izquierda tenga fondo completo*/ 
			/*background-image:url(fondoColI.gif); */ 
}
.ModCss7684{margin-left:11px;}
.BgSubSec { background-color: #B1B1B1; width:153px;}
.SubSec { font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#000000; text-decoration:underline;}
a.SubSec:link { font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#000000; text-decoration:underline;}
a.SubSec:hover { font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#000000; text-decoration:underline;}
a.SubSec:visited{ font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#000000; text-decoration:underline;}
.BgSepI { background-color: #FFFFFF; }
.BgColC { background-color: #FFFFFF; }
.BgSepD { background-color: #FFFFFF; }
.BgColD { background-color: #ffffff; }

/* Tipo de letras del site*/ 
body, td { font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#000000;}

/* Estilos de los links*/ 
a:link { text-decoration: underline; color: #003399; font-weight:bold; }
a:visited {color: #E9A608; font-weight:bold; text-decoration:underline; }
a:hover {color: #009933; font-weight:bold; text-decoration:underline; }

/* Estilos de los Titulos del Home y las internas*/
.modTitulo { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px ; 
	font-weight: bold; 
	color: #003399;
 }
/*  .BgMT  {  esto es si quieren ponerle una raya o un adorno 
 	background-image:url(linea_titulo_fondo.gif);
 }*/
 
.SecTitulo { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px ; 
	font-weight: bold; 
	color: #003399;
 }

/* Estilos de los subTitulos del home contenido y las noticias*/ 
.SubTitulos, .detStit { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px ; 
	font-weight: bold; 
	color: #003399;
	/* esto es si quieren ponerle una raya o un adorno 
	border-bottom-color:#000066;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	display:block;
	width:500px;;*/
 }
a.SubTitulos, a.detStit { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px ; 
	font-weight: bold; 
	color: #003399;
 }
/*Tipo de letra de la botonera**/ 
.SecBtn{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #FFFFFF;
 }
a.SecBtn  { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #FFFFFF;
	text-decoration:none;
 }
a.SecBtn:hover  { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #E9A608;
	text-decoration:none;
 }
 a.SecBtn:visited  { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #E9A608;
	text-decoration:none;
 }
/*Seleccionen uno o otro para color o imagen de fondo*/
/*.BgBtn {background-image:url(b9.gif); background-repeat:repeat-y; }*/
.BgBtn { background-color: #666666; }

/*Estilos del Graficador*/
.axis         { background-color: #000000 }
.bar          { background-color: #fcf45f }
.hor-y-label  { text-align: Right ; font-size: 10px}
.vert-y-label { text-align: Right; vertical-align: bottom; font-size: 10px}
.hor-x-label  { text-align: Left ; font-size: 10px}
.vert-x-label { text-align: Center ; font-size: 10px}
