/* CSS Document */


body {
	background-color: #ffffe9;
}
.textopequeño {color: #333333; font-size: 12px}
.textogrisclaro {color: #333333; }
.textogris {color: #333333; font-weight: bold;}
.textoazul {color: #6699cc}
.textoazulfuerte {color: #6699cc; font-weight: bold;}}

a:link {
	text-decoration: underline;
	color: #6699cc;
	;
}
a:visited {
	text-decoration: underline;
	color: #6699cc;
	;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #6699cc;
	;
}