@charset "utf-8";

/* Propiedades de la pagina */
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #106A9C; }
body,td,th { font-family: Calibri; font-size: 12px; color: black; }
a { font-family: Calibri; font-size: 12px; color: black; }

/* Links */
a:link { text-decoration: none; }
a:visited { text-decoration: none; color: #0066CC; }
a:hover { text-decoration: none; color: #0066CC; }
a:active { text-decoration: none; color: #0066CC; }
a.azul:link { text-decoration: none; color: #0066CC; }
a.azul_chico:link { font-family: Verdana; font-size: 10px; text-decoration: none; color: #0066CC; }
a.azul_chico:visited { font-family: Verdana; font-size: 10px; text-decoration: none; color: #0066CC; }
a.rojo_chico:link { font-family: Verdana; font-size: 10px; text-decoration: none; color: #CC0000; }
a.rojo_chico:visited { font-family: Verdana; font-size: 10px; text-decoration: none; color: #CC0000; }

/* Secciones */
.contenedor { margin-top: auto; margin-bottom: auto; margin-left: auto; margin-right: auto; width: 760px; background-color: white; }
.sup_izq { float: left; width: 20px; height: 20px; background-image: url(bitmaps/esq_sup_izq.png); }
.sup_der { float: left; width: 20px; height: 20px; background-image: url(bitmaps/esq_sup_der.png); }
.superior { float: left; width: 720px; height: 20px; background-image: url(bitmaps/sup.png); }
.lat_izq { float: left; width: 20px; height: 100%; background-repeat: repeat-y; background-image: url(bitmaps/izq.png); }
.lat_der { float: left; width: 20px; height: 100%; background-image: url(bitmaps/der.png); background-repeat: repeat-y; }
.inf_izq { float: left; width: 20px; height: 20px; background-image: url(bitmaps/esq_inf_izq.png); }
.inf_der { float: left; width: 20px; height: 20px; background-image: url(bitmaps/esq_inf_der.png); }
.inferior { float: left; width: 720px; height: 20px; background-image: url(bitmaps/inf.png); }
.cabezal { float: left; width: 720px; height: 165px; }
.cabezal_intro { float: left; width: 720px; height: 765px; }
.botonera_izq { float: left; width: 135px; height: 180px; }
.sep_info { float: left; width: 15px; }
.info {	float: left; width: 570px; text-align: justify; vertical-align: middle; }
.pie { float: left; width: 720px; height: 20px; line-height: 20px; vertical-align: middle; font-size: 10px; text-align: center; }
.menues_inf { clear: left; width: 720px; height: 19px; text-align: center; }
.direccion { float: left; width: 720px; height: 120px; }
.up { clear: left; width: 740px; height: 20px; line-height: 20px; vertical-align: middle; font-size: 10px; text-align: right; }
.foto { float: left; width: 640px; height: 480px; }

/* Textos */
.txt_info_pie_separador { color: green; }
.txt_titulo { font-size: 14px; color: #0066CC; font-weight: bold; }
.txt_resaltado { color: #0066CC; font-weight: bold; }
.txt_resaltado_negro { color: black; font-weight: bold; }
.txt_cursiva { font-style: italic; }
.txt_menu_inf_separador { color: #666666; }
.txt_ultrasmall { font-size: 5px; color: black; text-align: center; }

/* Otras */
.txt_resaltado_negro { color: black; font-weight: bold; }







.txt_menu_sup_separador { color: #CC0000; }

.txt_menu_inf_pie { font-size: 10px; text-align: center; color: #999999; }


.txt_info_texto_centrado { font-size: 12px; color: #666666; text-align: center; }
.txt_info_texto_derecha { font-size: 12px; color: #666666; text-align: right; }
.txt_pie_foto { line-height: 15px; text-align: center; color: #666666; }
.centrado { text-align: center; color: #666666; }
.txt_letra_chica { font-size: 10px; color: black; text-align: center; }
