/* ======================== CONFIGURAÇÕES DOS FUNDO DA HOME ======================== */
/*html { 
    background: url(../images/fundo_geral.gif) repeat top center; 
}*/
body {
	margin:0px;
	padding:0px;
	
	scrollbar-arrow-color:#76AF43;
	scrollbar-3dlight-color:#00994E;
	scrollbar-highlight-color:#00994E;
	scrollbar-face-color:#00994E;
	scrollbar-shadow-color:#00994E;
	scrollbar-darkshadow-color:#00994E;
	scrollbar-track-color:#76AF43;
}
/* ======================== CONFIGURAÇÕES DA HOME ======================== */
#divPrincipal {
	position:absolute;
	width:	100%;
	height: 434px;
	background-image: url(../images/fundo_home.gif);
	background-repeat: repeat-y;
	background-position: 50% 50%;
	text-align: center;
	top: 50%;
	margin-top: -217px;
}
#divInterno {
	min-width:100%;
	height: 434px;
}
/* ======================== CONFIGURAÇÕES DAS PÁGINAS INTERNAS ======================== */
#divPrincipalHtml {
	position:absolute;
	width:	100%;
	height: 434px;
	background-image: url(../images/fundo_interno.gif);
	background-repeat:	no-repeat;
	background-position: top;
	top: 50%;
	margin-top: -217px;
}
#divMenu {
	position:relative;
	width:	100%;
	height: 85px;
	text-align:center;
	background-color:#FFFFFF;
}
#divConteudo {
	position:absolute;
	width:	780px;
	margin-left:50%;
	left:-390px;
	height: 349px;
	text-align:center;
}
#divConteudoTitulo {
	position:relative;
	width:	525px;
	height: 38px;
	margin-right:110px;
	float:right;
	clear:right;
}
#divConteudoIframe {
	position:relative;
	width:	545px;
	height: 280px;
	margin-left:145px;
	float:left;
}
#divFoto {
	width:119px;
	margin-top:6px;
	border: 1px solid #ffffff;
}
#divTexto {
	padding-top:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
#divTexto a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#divTexto a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
.iframe { 
overflow-x: hidden; 
overflow-y: auto; 
} 
