.texto {
	font-family: Arial;
	font-size: 10px;
	color: #cccccc;
}
.texto2 {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
.texto_bold {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.link {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}
.link2 {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.link2:hover {
	text-decoration: underline;
}