/*  texto grande negro"*/
	.txt-nn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #000000;
	text-decoration : none;
	font-weight : bold;
	}
	/*  texto negro"*/
	.txt-n{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #000000;
	text-decoration : none;
	}
	


.txt-b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #FFFFFF;
	text-decoration : none;
}



/*  texto rojo general "*/
.txt-r{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #990000;
	text-decoration : none;
}

/*  flechas seguir"*/
.txt-fl{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:  #003399;
	text-decoration : none;
}

/*  enlace siguiente. */
a.seguir:active{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:  #003399; text-decoration : none; background-color : transparent;}
a.seguir:link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:  #003399; text-decoration : none; background-color : transparent;}
a.seguir:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:  #003399; text-decoration : none;background-color : transparent;}
a.seguir:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:  #003399; text-decoration : underline; background-color : transparent;} 

/*  texto enlace banner cuando no es link */
.txt-banner { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #003399; text-decoration : none;}
