.text {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #10461B;
	text-decoration: none;
}

.textnegrita {
	font-family: Arial;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	color: #10461B;
	text-decoration: none;
}

.blanco {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.blanconegrita {
	font-family: Arial;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.blancogrande {
	font-family: Arial;
	font-size: 14px;
	font-style: bold;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}