.detacados-verdes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #96B93B;
}

.destacados-blanco {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

.texto-gris {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
}

.textos-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

a:link {
	font-family: Arial;
	color: #96B93B;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #96B93B;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

a:active {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #96B93B;
	text-decoration: none;
}


