.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
body {
	background-image: url(img/fondo.jpg);
	background-attachment: scroll;
	background-repeat:  repeat-x;
	background-position: top;
}
.marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #99CC66;

}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
