.bloco{
	display:block;
	margin-bottom:5px;
	clear:both;
	margin-right:5px;
	}
#dv_principal{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	}
#dv_cabecalho_top{
    width: 100%;
	 box-shadow: 0 3px 10px 0 rgba(0,0,0,0.15) ;
	 background:#3F5300 ;
	 height:60px;
	}
#dv_cabecalho{
	position:relative;
	width:100%;
	height:140px;
	}	
#dv_logo{
	position: absolute;
	width:115px;
	height:70px;
	top:18px;
	left:5px;
	margin-left:0px;
	cursor:pointer;
	text-decoration:none;
	}

#dv_pesquisa_top{
	position: relative;
	}
	
#dv_menu_principal{
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	font-size:16px;
	color:#3F5300;
	text-decoration:none;
	padding-top:25px; 
	padding-bottom:25px;
	cursor:pointer;
	
	}
#dv_menu_principal :hover{
	text-decoration:underline;
	}	


#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%;
	left:0px;
	top:0px;
	display:table;
	}
#dv_palco{
	position:relative;
	left:0%;
	top:0px;
	margin-left:0px;
	width:100%;
	margin-bottom:0px;
	}
#dv_rodape{
	position:relative;
	width:100%;
	background:#3F5300;
    border-top: 1px solid #597306;
	}

#dv_menu_1{
	position:absolute;
	height:30px;
	width:64%;
	background-position:top;
	background-repeat:no-repeat;
	right: 20%;
	top:3px;
	}
#dv_menu_1 ul{
	position:absolute;
	top:23px;
	right:10%;

	}
#dv_menu_1 ul li{
	position:relative;
	float:right;
	margin-left:20px;
	margin-right:20px;
	list-style:none;
	}
#dv_menu_1 ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999999;
	text-decoration:none;
	}
#dv_menu_1 ul li a:hover{
	color:#3F5300;
	text-decoration:none;
	}

#dv_anuncio_DFP{
	position:absolute;
	right:0%;
	margin-right:5px;
	margin-top:4px;
	z-index:3;
	}


#dv_anuncio_rodape{
	position:relative;
	alignment-adjust:central;
	}
	
#dv_ass_rodape{
	position:relative;
	padding-top:2px;
	width:100%;
	}	
	


#dv_texto_inicial{
	position:relative;
	width:100%;
    border-bottom: 1px #3F5300 solid;
	padding-bottom:10px;

	}
#dv_texto_inicial ul{
	display:table;
	width:100%;
	}
#dv_texto_inicial ul li{
	position:relative;
	width:120px;
	display: inline-block;
	list-style:none;
	margin-top:3%;
	margin-bottom:3%;
	margin-left:3%;
	margin-right:3%;
	background:#3F5300;
	cursor:pointer;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.15);
	-webkit-border-radius: 5px;
	border:1px solid #FFFFFF;
	}
#dv_texto_inicial ul li img{
	width:50px;
	margin-top:10px;
	}
#dv_texto_inicial ul li titulo_chamada{
	font-size:12px;
	line-height:110%;
	color:#CCCCCC;
	text-align:center;
	padding-top:5px;
	}
#dv_texto_inicial ul li:hover titulo_chamada{
	}
#dv_texto_inicial ul li texto_chamada{
	font-size:14px;
	line-height:110%;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	padding-bottom:12px;
	}
#dv_texto_inicial ul li:hover texto_chamada{

	}
	