.texto {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
.texto2 {
	font-family: Arial;
	font-size: 14px;
	color: #666666;
}
.texto_bold {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.link {
	font-family: Arial;
	font-size: 11px;
	color: #3f3f3f;
	font-weight: bold;
	text-decoration: none;
}
.link:hover {
	font-family: Arial;
	font-size: 11px;
	color: #3f3f3f;
	font-weight: bold;
	text-decoration: underline;
}
