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

body {
	background-image: url(../imagenes/patron.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #C69D43;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C69D43;
}
a:hover {
	text-decoration: none;
	color: #8B5D3B;
}
a:active {
	text-decoration: none;
	color: #C69D43;
}