#estrutura {
	width: 770px;
	margin: 0 auto;
}
#topo_azul {
	width: 770px;
	height: 20px;
	position: relative;
	background-color: #6CAFD6;
}





/* Page */

#page {
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}
#topo_logo {
	position:relative;
	width:750px;
	height:110px;
	z-index:3;
	padding: 0px 0px 0px 20px;
}
#menu_principal {
	position:relative;
	width:770px;
	z-index:1;
	top: 0px;
	left: 0px;
	height: 38px;
}
#conteudo_left {
	position:absolute;
	width:560px;
	z-index:1;
	height: 550px;
}
#conteudo_right {
	position:absolute;
	width:170px;
	height:115px;
	z-index:2;
	left: 593px;
	top: 5px;
}



#base {
	position:relative;
	width:770px;
	height:30px;
	z-index:5;
	background-image: url(../img/bg_base.jpg);
	padding-top: 30px;
	text-align: center;
}

#copyright/* Footer */

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

}
#tt_internas {
	position:absolute;
	width:560px;
	height:35px;
	z-index:1;
	top: 5px;
	background-image: url(../img/bg_tt_internas.jpg);
	padding: 5px 0px 0px 0px;
	left: 1px;
}
