

.texto {
	font-size: 12px;
	font-family: Arial;
	color: #545252;
	
}
.textoItalica {
	font-size: 12px;
	font-family: Arial;
	color: #545252;
	font-style: italic;
}
.textoSUBTI {
	font-size: 12px;
	font-family: Arial;
	color: #1a6291;
	font-style: normal;
}
.textoPIE {
	font-size: 10px;
	font-family: Arial;
	color: #545252;
	font-style: italic;
}
.textoLINK_PIE {
	font-size: 10px;
	font-family: Arial;
	color: #1a6291;
	font-style: normal;
	font-weight: bold;
}
.textoRECUADRO {
	font-size: 12px;
	font-family: Arial;
	color: #545252;
	line-height: 18px;
}
.textoTITULO {
	font-size: 16px;
	font-family: Arial;
	color: #1a6291;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	white-space: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}


a{text-decoration:none}
a:hover{text-decoration:none ; color:#1a6291;}
