<!-- 1 -->


.clSub1  {
        font-size : 10pt;
        font-family : Times, Arial, Helvetica;
        text-decoration : none;
        color : white;
		font-weight : bold; 
		font-style : italic; 

		
}
.clSub1:hover  {
        color : #FFDF52;
		font-weight : bold;

}

<!-- 2 -->

.clSub2  {
        font-size : 7pt;
        font-family : Verdana, Arial, Helvetica;
        text-decoration : none;
        color : white;
		font-weight : bold;
}
.clSub2:hover  {
        color : #00779E;
		font-weight : bold;
}



<!-- 3 - Titulos -->

.clSub3  {
	font-size : 11pt;
	font-family : Verdana;
	font-weight : bold;
	color : #00779E;
	text-decoration : none;
	
}




<!-- 4 LETRA AZUL BOLD - FONDO CELESTE -->

.clSub4  {
		font-size : 9pt;
        font-family : Arial, Helvetica;
        text-decoration : none;
        color : #0434b1;
		font-weight : bold;
		background-color : #99CCFF;
		text-align : center;
}

			
<!-- 5 - LETRA + grande BLANCA - FONDO VERDE -->

.clSub5  {
	font-size : 11pt;
	font-family : Arial;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	text-align : center;
	background : #219DAB;
}

<!-- 6 TEXTO GRIS DE HOME -->

.textoGris 
{
        font-size : xx-small;
        font-family : Verdana, Arial, Helvetica;
        text-decoration : none;
        color : #000000;
}


<!-- 7 - NOMBRES - LETRA BLANCA - FONDO VERDE -->

.letraNom  {
	font-size : 11pt;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : #FFFFFF;
	text-decoration : none;
	text-align : center;
	background : #219DAB;
}


<!-- 8 -  LETRA AZUL - FONDO VERDE CLARITO -->

.fonVerde  {
		font-size : 9pt;
        font-family : Arial, Helvetica;
        text-decoration : none;
        color : #0434b1;
		font-weight : bold;
		background-color : #A6D2D2;
		text-align : center;
}

<!-- 9 -->

.tablaAzul  {

		background-color : #0434B1;
		align : center;
		bordercolordark : #0434B1;
		cellpadding : 4;
		border-width : 1;
		width : 109;
		
}


 
<!-- 10 - SOLO FONDO CELESTE  -->
			
.tablaA {  
		background-color : #99CCFF;
		text-align : center;
}


<!-- 11 - LETRA BLANCA - FONDO AZUL -->

.fondAzul  {
	font-size : 9pt;
	font-family : Arial;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	text-align : center;
	background : #0434B1;
}