@charset "utf-8";
a {
	color: #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.verde15 {
	color: #666600;
	font: 13px Arial, Helvetica, sans-serif;
}
.blanco {
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

