@charset "utf-8";
/* CSS Document */
.texto{
	font-family:"Tahoma";
	color:#EEE;
	font-size:13px;
}
.resaltado{
	font-family:"Tahoma";
	color:#EEE;
	font-weight:bold;
	font-size:16px;
}
a:link {
	text-decoration:none;
	color:#09F;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration:none;
	color:#09F;
}
