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