.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: 747474;
	text-align: justify;
	text-decoration: none;
}
.textoDestacado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: 00A0C6;
	font-weight: bold;
}
.textoDestacadosText {
	color: #FF5900;
}
a:hover.texto{
	color:#000000;
}
