body {
	background-color: #ffffe9;
}

.negrita {font-size: 14px; color: #333333; font-weight: bold; }
.texto {color: #333333; font-size: 14px; }
.textoazul {color: #666699; font-size: 14px; }
.textoazulfuerte {font-size: 14px; color: #666699; font-weight: bold; }



a:link {
	text-decoration: underline;
	color: #666699;
	;
}
a:visited {
	text-decoration: underline;
	color: #666699;
	;
}
a:hover {
	text-decoration: none;
	color: #666699;
}
a:active {
	text-decoration: underline;
	color: #666699;
	;
}