/* ASPECTO QUE TENDRÁN LAS CAPAS QUE SE ESCONDEN Y SALEN. SE PUEDE MODIFICAR A PARTIR DE COLOR */
.cenlaces {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	position: absolute;
	visibility: hidden;
	z-index: 4;
	width: 100px;
	border: 1px;
}
.desplega {
	position: relative;
	visibility: visible;
}
/* ASPECTO QUE TENDRÁN LOS ENLACES */
A. {text-decoration: No;}
A:link {color: #000066}
A:visited {color:#000066}
A.active {color:#000066}
A:hover {color:#000066}

A.barLink:link {
	color:#000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
A.barLink:visited {
	color:#00066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
A.barLink:active {
	color:#000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
A.barLink:hover {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

A.tollLink:link {
	color:#CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
A.tollLink:visited {
	color:#CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
A.tollLink:active {
	color:#CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
A.tollLink:hover {
	color:#CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
/* ASPECTO QUE TENDRÁN LOS TITULARES */
H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#CC0000;
	font-weight:bold;
	text-align:center;
}
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	color:#000066;
	font-weight:bold;
	text-align:left;
}
H3 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11pt;
	color:#000066; 
	font-weight:bold; 
	text-align:left}
H4 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt;color:#000000; 
	font-weight:bold; 
	text-align:left; 
	text-indent: 5px}
H5 {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:9pt;color:#000000; 
	font-weight:plain; 
	text-align:left; text-indent: 5px}
H6 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12pt;
	color:#091B7D;
	font-weight:plain;
	text-align:center;
	text-indent: 2px;
	background-position: center;
}
/* TABLA DE CABECERA DE PAGINA*/
.tblhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
/* TABLA DE MENU */
.tblmenu {
	text-align: center;
	vertical-align: top;
	height: 20px;
	width: 760px;
	background-image: url(images/fondo1.gif);
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1pt;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
}
/* TABLA DE CABECERA DE CAJA */
.tblcabecera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000066;
	text-align: center;
	background-color: #E1E9F7;
	background-image: url(images/007.gif);
	background-position: right;
}
/* TABLA DE DATOS */
.tblhueca {
	background-color: #FFFFFF;
	border: 1pt solid #819FE5;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/* TABLA DE IMAGENES */
.tblfoto {
	margin: 6px;
	padding: 6px;
	border: 1pt solid #819FE5;
}
/* TABLA DE PATH */
.tblpath {
	border-bottom-width: 1pt;
	border-bottom-color: #819FE5;
	border-bottom-style: dashed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000066;
	background-color: #FFFFFF;
}
/* TABLA DE FORMULARIO */
.tblformu {
	background-color: #E1E9F7;
	border: 1pt dashed #819FE5;
}
/* TABLA COPYRIGHT */
.tblcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000066;
	background-color: #E1E9F7;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #819FE5;
	border-bottom-color: #819FE5;
}
/* TABLA DESPLEGABLE */
.tbldesplega {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000066;
	border: 1pt solid #000066;
	background-color: #E1E9F7;
	width: 200px;
}
/* TABLA CUERPO DE PAGINA */
.tblbody {
	border-right: 1pt solid #819FE5;
	border-left: 1pt solid #819FE5;
}
/* TABLA DATOS USUARIO */
.tbluser {
	background-color: #FFFFFF;
	border: 1pt solid #000066;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000066;
}
/* CELDA CLARA */
.tdclara {
	background-color: #E1E9F7;
	border: 1pt none #5D5620;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000066;
}
/* CELDA OSCURA */
.tdoscura {
	background-color: #000066;
	border: 1pt none #5D5620;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
/* CELDA DE MENU */
.tdmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	background-image: url(images/fondo1.gif);
}
/* CELDA DE PIE DE PAGINA */
.tdfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000066;
}
/* TABLA LATERAL DERECHA */
.tdlat {
	background-color: #E1E9F7;
	border-bottom-width: 1pt;
	border-bottom-style: dashed;
	border-bottom-color: #819FE5;
	border-left-width: 1pt;
	border-left-style: dashed;
	border-left-color: #819FE5;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
}
/* TEXTO DE FECHA */
.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000066;
}
.txtblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.txtblue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000066;
}
.txtblackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}
.txtbluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000066;
	font-weight: bold;
}
.img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #009900;
}
.titlebonus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
}
.button {
	background-color: #000066;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-position: center top;
	margin: 0px;
}
.whiteslogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
}
.txtredbold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CC0000;
	font-weight: bold;
}

