@charset "UTF-8";

/* CSS Document */

#site #topo {
	float: left;
	width: 930px;
	height: 80px;
}

#site #topo #topoSE {
	float: left;
	height: 80px;
	width: 32px;
	background-image: url(../Imagens/img_topoE.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#site #topo #topoMeio {
	float: left;
	height: 80px;
	width: 866px;
	background-color: #C48A53;
}




#site #topo #topoSD {
	float: left;
	height: 80px;
	width: 32px;
	background-image: url(../Imagens/img_topoD.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#site #topo #topoMeio #topoMeioMenu {
	height: 60px;
	width: 736px;
	padding-top: 20px;
	padding-left: 130px;
}

#site #rodape {
	float: left;
	width: 930px;
	height: 80px;
}


#site #rodape #rodapeIE {
	background-image: url(../Imagens/img_rodapeE.png);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 32px;
	background-position: left bottom;
}
#site #rodape #rodapeMeio {
	background-color: #C48A53;
	float: left;
	height: 70px;
	width: 866px;
	padding-top: 10px;
}
#site #rodape #rodapeMeio #logoGDL {
	float: left;
	height: 44px;
	width: 144px;
	padding-top: 12px;
}
#site #rodape #rodapeMeio #endereco {
	float: left;
	height: 34px;
	width: 712px;
	padding-top: 22px;
	padding-left: 10px;
}


#site #rodape #rodapeID {
	background-image: url(../Imagens/img_rodapeD.png);
	float: left;
	height: 80px;
	width: 32px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

