.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66676B;
}
a:link {
	font-weight: bold;
	color: #8AB3D1;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #8AB3D1;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #8AB3D1;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #8AB3D1;
	text-decoration: none;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #468097;
}

