/* TEXTOS */

.tituloSeccion {
	font-size: 16px;
	font-weight: bold;
	color: #7AD602;
	text-transform: uppercase;	
}
.subTituloSeccion {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	}
	
.Cuerpo {
	font-size: 16px;
	font-weight: bold;
	color: #6A914D;
	}
.textoPequenio {
    font-family: "Verdana";
	font-size: 10px;
}
.contrasteBlanco {
	font-family: "Verdana";
	font-size: 13px;
	color: #f5e6c0;
}
a.masInfo {
    font-family: "Verdana";
	font-weight: bold;
	color: #583A2D;
	font-size: 12px;
}
a.masInfo:hover {
	color: #D9C08A;
	text-decoration: underline overline;
}
/* fin */
