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