/* CSS Document */

/* Inicio de Definición de estilos de fuentes*/

.tabla_marco {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	line-height: normal;
}

.textobasico {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #666666; 
	text-decoration: none;
	text-align: justify;
}
.textobasicoazul {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #5D5D5D;
	text-decoration: none; 
	font-weight: normal;
}
.textobasicoazul:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}

.textobasicoazul:a { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #8080FF;
	text-decoration: none;
}
.textoVinculoAzul { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #003366; 
	text-decoration: none; 
	font-weight: bold;
}
.textoVinculoAzul:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #0099FF; 
	text-decoration: none; 
	font-weight: bold;
}
.textobasico {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	text-decoration: none;
	text-align: justify;
}
.textolink {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	text-decoration: none;
	text-align: justify;
}

.textolink:a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:left;
	text-decoration: none;
}

.textolink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.textolink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033FF;
	text-align: left;
	text-decoration: underline;
}
.celda_cabecera {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: normal;
	padding: 3px;
	width: auto;
	background-color:#0066CC;
}
.celda_cabecera_sel {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: normal;
	padding: 3px;
	width: auto;
	background-color: #ffffff;
	border-top-style: solid;
	border-top-color: #0066FF;
}
.textocabecera_sel {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	font-weight: bold;	
	text-decoration: none;
	text-align: justify;
}
.textocabecera {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #ffffff; 
	font-weight: bold;	
	text-decoration: none;
	text-align: justify;
	padding: 5px;
}

.textocabecera:a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;	
	text-align: left;
	text-decoration: none;
	font-style: normal;
	display: block;
	width: 100%; 
}
.textocabecera:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;	
	text-align: left;
	text-decoration: none;
	font-style: normal;
}
.textocabecera:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;	
	text-align: left;
	text-decoration: none;
	font-style: normal;
	background: #9999ff;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	display: block;
	padding: 3px;
}
.menu:hover {
	color: #FFFFFF;
	background-color: #0066CC;
}
.celda_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	line-height: normal;
	padding: 3px;
	vertical-align:top;
	background-image: url(/images/simbolo.jpg);
	background-position: left top;
	background-color:#9999ff;
	background-repeat:no-repeat;
	padding: 4px 0px 4px 27px;
}

.celda_titulo_grande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #0066cc;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0066cc;
	border-bottom-color: #0066cc;
	line-height: normal;
	padding: 5px;
	vertical-align:top;
	background-image: url(/images/simbolo_bl.gif);
	background-position: left top;
	background-color:#ffffff;
	background-repeat:no-repeat;
	padding: 4px 0px 4px 35px;
}

.textotitulo { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal;
	color: #003366;
	font-weight:bold;
	text-decoration: none;
}

.celda_tabla{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #999999;
	border-right-color: #999999;
	line-height: normal;
	background-color:#F4F4F4;
	padding: 2px;
	text-align: left;
}
.celda_marco_gris {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #999999;
	border-right-color: #999999;
	line-height: normal;
	background-color:#F4F4F4;
	padding: 2px;
}
.celda_marco_blanco {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #999999;
	border-right-color: #999999;
	line-height: normal;
	background-color:#ffffff;
	padding: 2px;
}
.celda_azul {
	border: 0px solid #0066cc;
	background-color:#0066cc;
}
.borde_gris {
	background-color:#F6F5F5;
	border-top-style: solid;
	border-top-color: #0066FF;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033FF;
	border-bottom-width: 1px;
	background-image: url(/images/fondo_celda_gris.gif);
	background-position: left top;
	background-repeat:no-repeat;
}
.tabla_portada {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color:#f6f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	padding: 0px;
	line-height: normal;
}

.textonormalj {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-align: justify;
}
.textobasicogris {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #666666; 
	text-decoration: none;
	text-align: justify;
}
.textotituloG {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-style: normal;
	color: #003366;
	font-weight:bold;
	text-decoration: none;
}
