/* Definição do topo do site */

#cabecalho {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 170px;
	background-attachment: scroll;
	background-image: url(../imagens/bg_topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}



#logomarca {
	float: right;
	height: 163px;
	width: 126px;
	margin-top: 5px;
	margin-right: 100px;
}
