.bloco{
	display:block;
	margin-bottom:5px;
	clear:both;
	margin-right:5px;
	}

#dv_principal{
	position:relative;
	width:100%;
	}

#dv_cabecalho{
	height:70px;
	background:#538538;  
	border-bottom: solid 1px #68a547;
	width: 100%;
    position: fixed;
    z-index: 9;
	margin-top:-71px;
	}

#dv_cabecalho1{
    height:70px;
	background:#538538;  
	border-bottom: solid 1px #68a547;
	width: 100%;
	}	

#dv_menu{
	height:50px;
    background:#538538; 
    border-bottom: solid 1px #68a547;
    font-size:14px; 
	margin-top:71px;
	}

#dv_menu1{
	height:50px;
    background:#538538; 
    border-bottom: solid 1px #68a547;
    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_conteudo{
	position:relative;
	width:100%;
	display:table;
	margin-top:71px;
	}

#dv_palco{
	position:relative;
	left:0%;
	top:0px;
	margin-left:0px;
	width:100%;
	margin-bottom:0px;
	}

#dv_rodape{
background:#538538; 
border-top: solid 1px #68a547;
	}

