body {
	background-image: url(img/fundo_total.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #79633c;
	background-attachment: fixed;
}

.font {
	font-family: tahoma;
	font-size: 11px;
}

.font_promo {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.fonTitulos {
	font-family: tahoma;
	font-size: 18px;
	color: #FFFFFF;
}

.link {
	color: #FFFFFF;
	text-decoration: underline;
}
.link:hover {
	text-decoration: none;
}

.menu {
	font-size: 13px;
	font-family: tahoma;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:hover {
	text-decoration: underline;
}
body {
	background-attachment: fixed;
}