/* CSS Document */

body {
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: url(images/bg.gif);
	background-color: #45452A;
	scrollbar-face-color: #383820; scrollbar-shadow-color: #5E644B; scrollbar-highlight-color: #5E644B; scrollbar-3dlight-color:#343420; scrollbar-darkshadow-color: #272D14; scrollbar-track-color: #5E644B; scrollbar-arrow-color: #E8EADE

	}
	
.centro_bg {
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url(images/bg_centro.gif);
	background-color: #EAECE0;
	background-position: bottom;
	}
	
.menu {
	color: #CCD697;
	text-decoration: none;
	font-family: "Tahoma", "MS Serif", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.menu:hover {
	color: #F4F7EA;
	font-family: "Tahoma", "MS Serif", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
 
}

.texto {
	color: #828A51;
	text-decoration: none;
	font-family: "Tahoma", "MS Serif", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.texto:hover {
	color: #828A51;
	font-family: "Tahoma", "MS Serif", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline; 
}

.tit_marrom {
	color: #6E590D;
	text-decoration: none;
	font-family: "Tahoma", "MS Serif", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.tit_marrom:hover {
	color: #6E590D;
	font-family: "Tahoma", "MS Serif", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline; 
}

.tit_amarelo {
	color: #b9af1a;
	text-decoration: none;
	font-family: "Tahoma", "MS Serif", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.tit_amarelo:hover {
	color: #b9af1a;
	font-family: "Tahoma", "MS Serif", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline; 
}

.texto_p {
	color: #828A51;
	text-decoration: none;
	font-family: "Tahoma", "MS Serif", Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
}