@charset "utf-8";
/* CSS Document */

body{ background-color:#144264; margin:0px;}

.home_mega{width: 100%; position:absolute; top:51.9%; margin-top:-250px; height:500px; background-color:#144264; text-align:center;}

.calendarios{width: 755px; margin:3em auto;  text-align:center;}

.menues_cabezal { clear: left; width: 760px; height: 40px; margin-left: auto; margin-right: auto; text-align: center; background-image: url(bitmaps/cabezal.png); }



/* Propiedades de la pagina */
body,td,th { font-family: Verdana; font-size: 12px; color: #FFFFFF; }
a { font-family: Verdana; font-size: 12px; color: #FFFFFF; }

/* Links */
a:link { text-decoration: none; }
a:visited { text-decoration: none; color: #FFFFFF; }
a:hover { text-decoration: none; color: #FFFFFF; }
a:active { text-decoration: none; color: #FFFFFF; }
a.rojo:link { color: #CC0000; text-decoration: none; }

/* Colores */
.color_fondo_menues { background-image: url(bitmaps/cabezal.png);  }
.color_fondo_menues2 { background-image: url(bitmaps/cabezal_new.png); background-repeat:repeat-x; }
.color_fondo_ficha { background-color: #B4B6C2; }

/* Separadores */
.separador_10px_vacio { clear: left; width: 760px; height: 10px; background-color: #DFDCE5; font-family: Verdana; font-size: 3px; color: #FFFFFF; }
 
/* Secciones */
.contenedor { position:absolute; width:760px; height: 380px; left: 50%; margin-left:-380px; top: 50%; margin-top: -160px; align:center;}
.contenedor_2 {margin-top: 0px; margin-left: auto; margin-right: auto; width: 760px;}
.reel { float: left; width: 760px; height: 40px; }
.menues_sup { clear: left; width: 760px; margin: 0 auto; padding-top:10px;}
.menues_inf { clear: left; width: 760px; height: 30px; line-height: 30px; text-align: right; vertical-align: middle; margin-left: auto; margin-right: auto; background-image: url(bitmaps/pie.png); }
#pie_inf {clear: left;  width: 100%; height: 50px;}

/* Textos */
.txt_menu_sup_separador_new { color: #727176; }
.txt_menu_sup_separador { color: #CC0000; }
.txt_menu_inf_separador { color: #CC0000; }
.txt_menu_inf_separador_new { color: #727176; }
.txt_menu_inf_pie { font-size: 11px; text-align: center; color: #999999; }
.txt_info { font-size: 12px; color: #666666; text-align: justify; }
.txt_info_titulo { font-size: 13px; color: #666666; font-weight: bold; }
.txt_info_titulo_centrado { font-size: 16px; color: #435B81; font-weight: bold; text-align: center; }
.txt_info_resaltado { font-size: 12px; color: #666666; font-weight: bold; }
.txt_info_resaltado_cursiva { font-size: 12px; color: #666666; font-style: italic; font-weight: bold; }
.txt_invisible { font-size: 5px; color: #DFDCE5; }

/* Otras */
.invisible { visibility : hidden; text-align: center; color: #FFFFFF; }

