/* CSS Document */
#cabecalho {
	width:100%;
	height:203px;
	margin-top:1px;
	background-image:url(cabecalho/bg_topo_ndd_mor.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#cabecalho #bgTopo{
	background-image:url(cabecalho/bg_topo_ndd.jpg);
	background-position:top;
	background-repeat:no-repeat;
	/*teste para desenvolvimento
	background-color:#66CC00;*/
}

#cabecalho #bgTopo #topo {
	width:900px;
	height:203px;
	margin:auto;
	background-image:url(cabecalho/bg_topo_ndd.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#cabecalho #bgTopo #topo #linkHome {
	float:left;
	height:167px;
	margin-top:23px;
	width:182px;
}
