.fontuno {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.fontdos {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.fonttres {
	font-family: Arial;
	font-size: 12px;
	color: #668631;
}
.fontcuatro {
	font-family: Arial;
	font-size: 14px;
	color: #668631;
	font-weight: bold;
}
.linkuno {
	font-family: Arial;
	font-size: 12px;
	color: #668631;
	text-decoration: underline;
}
.linkdos {
	font-family: Arial;
	font-size: 12px;
	color: #668631;
	text-decoration: none;
}
.linkayuda {
	font-family: Arial;
	font-size: 12px;
	color: #668631;
	text-decoration: none;
	cursor: help;
}