#estrutura {
	width: 950px;
	margin: 0 auto;
}
#topo {
	width: 950px;
	height: 130px;
	position: relative;
	background-image: url(../img/bg_topo.jpg);
}
#bandeiras {
	position:relative;
	width:630px;
	height:65px;
	left: 290px;
	top: 35px;
}
#bandeiras a {
	color: #FFFFFF;
	font-weight: bold;
}

#bandeiras a:hover {
	color: #FF0000;
	background: #ffffff;
}

#menu_principal {
	position:relative;
	width:950px;
	top: 0px;
	left: 0px;
	height: 30px;
}
#banner {
	position:relative;
	width:950px;
	height:250px;
	background: #ffffff;
}





/* Page */

#page {
	width: 950px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}
#conteudo_right {
	position:relative;
	width:200px;
	float: right;
	padding: 15px 5px 15px 0px;
}
#conteudo_meio {
	position:relative;
	width:350px;
	float: right;
	padding: 15px 13px 15px 0px;
}

#conteudo_left {
	position:relative;
	width:350px;
	float: left;
	padding: 15px 0px 15px 13px;
}

#conteudo_internas {
	position:relative;
	width:715px;
	float: left;
	padding: 15px 0px 15px 13px;
}
#corpo_internas {
	position:relative;
	width:715px;
}
#menu_fotos {
	position:relative;
	width:715px;
	height:160px;
	overflow: auto;
	text-align: center;
	background-color: #F4F4F4;
}

#base {
	position:relative;
	width:950px;
	height:160px;
	text-align: center;
	background-image: url(../img/bg_base.jpg);
}
#rodape {
	width:925px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	color: #CCCCCC;
}

#rodape a {
	color: #FFFFFF;
	font-weight: bold;
}

#rodape a:hover {
	color: #FF0000;
	background: #ffffff;
}

#logo_rodape {
	position:relative;
	width:180px;
	height:60px;
	float: right;
	top: 10px;
	margin-right: 0px;
}

