@charset "utf-8";
/* CSS Document */

body {
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffcf00;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFD300;
}
a:active {
	text-decoration: none;
	color: #FFD300;
}