.bgcentro {
	background-image: url(bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.linktop {
	color: #FFFFFF;
	text-decoration: none;
}
.linktop:hover {
	color: #DFD677;
	text-decoration: none;
}
.tit {
	font-size: 14px;
	font-weight: bolder;
}
.bgfoot {

	background-image: url(foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.linkmenu {

	color: #3D5428;
	text-decoration: none;
}
.linkmenu:hover {

	color: #000000;
	text-decoration: none;
}

