.bloco{
	display:block;
	margin-bottom:5px;
	clear:both;
	}
#dv_cabecalho{
	height:70px;
	background:#002254;  
	border-bottom: solid 1px #033681;
	width: 100%;
    position: fixed;
    z-index: 9;
	}

#dv_cabecalho1{
    height:70px;
	background:#006DD9;  
	border-bottom: solid 1px #033681;
	width: 300px;
	}	

#dv_menu{
	height:50px;
    background:#002254; 
    border-bottom: solid 1px #033681;
	border-top: solid 1px #033681;
    font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	margin-top: -1px;
	}

#dv_menu1{
	height:50px;
    background:#002254; 
    border-bottom: solid 1px #033681;
    font-size:14px; 
	}


#dv_zoom{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	z-index:500;
	left: 0px;
	top: 0px;
	}
#dv_transparente {
	position:absolute;
	width:100%;
	height:100%;
	z-index:501;
	left: 0px;
	top: 0px;
	filter: Alpha(Opacity=90);
	opacity: .9;
	background-color:#222200;
}
#dv_carregando_zoom{
	position:absolute;
	z-index:502;
	left:48%;
	top:46%;
	display:none;
	}
#dv_palco_zoom{
	position:absolute;
	z-index:503;
	width:100%;
	height:100%;
	left: 0px;
	top: 0px;
	display:none;
	}		


#dv_rodape{
background:#002254; 
border-top: solid 1px #033681;
text-shadow: none;
	}
