#estrutura {
	width: 720px;
	margin: 0 auto;
}
#topo {
	width: 700px;
	height: 50px;
	position: relative;
	padding: 15px 0px 0px 20px;
}
#menu_principal {
	position:relative;
	width:720px;
	top: 0px;
	left: 0px;
	height: 25px;
}
#banner {
	position:relative;
	width:720px;
	height:245px;
}
#topo_internas {
	position:relative;
	width:720px;
	height:50px;
	background-image: url(../img/bg_topo_internas.png);
}




/* Page */

#page {
	width: 720px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}
#conteudo_right {
	position:relative;
	width:270px;
	float: right;
	background-image: url(../img/bg_right.jpg);
	border-left: 2px;
	padding: 15px 15px 15px 15px;
}
#conteudo_left {
	position:relative;
	width:380px;
	float: left;
	padding: 15px 15px 15px 15px;
	z-index: 2;
}
#conteudo_internas {
	position:relative;
	width:690px;
	float: left;
	padding: 15px 15px 15px 15px;
}
#base {
	position:relative;
	width:720px;
	height:30px;
	padding-top: 20px;
	text-align: center;
	background-image: url(../img/bg_base.png);
}

#copyright/* Footer */

 {
	clear: both;
	width: 720px;
	height: 30px;
	margin: 0px auto 0px auto;
}
#copyright  p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}
#copyright  a {


}

