/* CSS Document */
#cabecalho {
	width:100%;
	height:170px;
	*margin-top:1px;
	background-image:url(cabecalho/fundo01_.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

#cabecalho #bgTopo{
	background-image:url(cabecalho/bg_logo.jpg);
	background-position:top;
	background-repeat:no-repeat;
	/*teste para desenvolvimento
	background-color:#66CC00;*/
}

#cabecalho #bgTopo #topo {
	width:900px;
	height:170px;
	margin:auto;
	/*background-image:url(cabecalho/bg_logo.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
}

#cabecalho #bgTopo #topo #linkHome {
	float:left;
	height:105px;
	margin-left:315px;
	margin-top:21px;
	width:272px;
}

#cabecalho #bgTopo #topo #linkIEL {
	float:right;
	height:41px;
	margin-top:45px;
	width:155px;
	background-image:url(cabecalho/logo_iel_40anos.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

