/* Color de fondo del Header*/ 
.BgHead { background-color: #FFFFFF; }

/* Color de fondo de la barra de secciones*/  
.BgSecBar { background-color: #CCCCCC; }
.BgBtn { background-color: #5081D3;  }

/* Color de fondo de las columnas de secciones*/  
.BgColI { background-color: #CCCCCC; }

.BgSepI { background-color: #FFFFFF;  }
.BgColC { background-color: #FFFFFF; }
.BgSepD { background-color: #FFFFFF; }
.BgColD { background-color: #FFFFFF; }


/* Tipo de letras del site*/ 
body {  font-family: Verdana; font-size: 11px; color: #666666}
td {  font-family: Verdana; font-size: 11px; color: #666666}


/* Estilos de los links*/ 
a:link { text-decoration: none ; color: #666666}
a:visited {text-decoration: none ;  color: #666666 }
a:hover {text-decoration: none ; color: #ff6600}


/*Estilo del titulo del Modulo*/ 
.BgMT { background-image: url(subtit.gif);  width:100% }
.ModTitulo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bolder; color: #666666}


/*Tipo de letra de la seccion*/ 
.SecTitulo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold;  color: #666666}

/*Tipo de letra de la botonera*/ 
.SecBtn {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;  color: #666666; text-decoration:none}

/*Estilo de los input de las formas*/ 
.Formas { font-family: Verdana; font-size: 11px}
input {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 }
textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 }
.EditHTML { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 }
.SubTitulos { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px ; font-weight: bold ; color: #666666}

/*Estilo del Footer*/ 
.BgFooter { background-color: #000066; }
.footer {  font-size: 10px; color: #FFFFFF; text-decoration: underline}
a.footer:link { text-decoration: none ; color: #FFFFFF ; text-decoration: underline}
a.footer:visited { text-decoration: none ; color: #FFFFFF ; text-decoration: underline}
a.footer:hover { text-decoration: none ; color: #CCCCCC; text-decoration: underline}

/*Estilo de la tabla de las subsecciones*/

.BgSubSec { background-color: #cccccc; }
.BgSubSecCell { background-color: #000000; }
a.SubSec:link { text-decoration: none ; color: #FFFFFF ;font-weight: bold}
a.SubSec:visited { text-decoration: none ; color: #FFFFFF ;font-weight: bold}
a.SubSec:hover { text-decoration: none ; color: #CCCCCC;font-weight: bold}

.BgSec { background-color: #CCCCCC; }
.BgSecCell { background-color: #000000; }
a.Sec:link { text-decoration: none ; color: #FFFFFF ;font-weight: bold}
a.Sec:visited { text-decoration: none ; color: #FFFFFF ;font-weight: bold}
a.Sec:hover { text-decoration: none ; color: #CCCCCC;font-weight: bold}

/*Estilos del Graficador*/

.axis         { background-color: #000000 }
.bar          { background-color: #990000 }
.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}

