@charset "utf-8";

/* Propiedades de la pagina */
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #DFDCE5; }
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_new.png);  }
.color_fondo_menues_pie { background-image: url(bitmaps/cabezal.png);  }
.color_fondo_ficha { background-color: #435b81; }

/* 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;}
.menues_cabezal { clear: left; width: 760px; margin-left: auto; margin-right: auto; text-align: center; background-image: url(bitmaps/cabezal.png); }
.reel { float: left; width: 760px; height: 40px; }
.menues_sup { clear: left; width: 760px; margin: 0 auto; }
.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 { color: #CC0000; }
.txt_menu_inf_separador { color: #CC0000; }
.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; }