/* ### GERAL ### */
*
{
	margin:0px;
	padding:0px;
	/* [disabled]faont-family:Arial, Helvetica, sans-serif; */
}

html
{
	border:0px;
	margin:0px;
	padding:0px;
	height:100%;
}

body
{ 
	border:0px;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;

}

@font-face {
	font-family: 'ArialNarrow';
	src: url('../fonte/arialnarrow.eot');
	src: url('../fonte/arialnarrow.eot?#iefix') format('embedded-opentype'),
		 url('../fonte/arialnarrow.woff') format('woff'),
         url('../fonte/arialnarrow.ttf') format('truetype'),
		 url('../fonte/arialnarrow.svg#../fonte/arialnarrow') format('svg');
	font-weight: normal;
	font-style: normal;
		}

@font-face {
				font-family: 'Futura2-Normal';
				src: url('../fonte/futura2normal.eot');
				src: url('../fonte/futura2normal.eot?#iefix') format('embedded-opentype'),
						 url('../fonte/futura2normal.woff') format('woff'),
						 url('../fonte/futura2normal.ttf') format('truetype'),
						 url('../fonte/futura2normal.svg#../fonte/Futura2-Normal') format('svg');
				font-weight: normal;
				font-style: normal;
		}
	
@font-face {
				font-family: 'FuturaStd-Light';
				src: url('../fonte/futurastdlight.eot');
				src: url('../fonte/futurastdlight.eot?#iefix') format('embedded-opentype'),
						 url('../fonte/futurastdlight.woff') format('woff'),
						 url('../fonte/futurastdlight.ttf') format('truetype'),
						 url('../fonte/futurastdlight.svg#../fonte/FuturaStd-Light') format('svg');
				font-weight: normal;
				font-style: normal;
		}

@font-face {
				font-family: 'FuturaBT-Book';
				src: url('../fonte/futurabkbtbook.eot');
				src: url('../fonte/futurabkbtbook.eot?#iefix') format('embedded-opentype'),
						 url('../fonte/futurabkbtbook.woff') format('woff'),
						 url('../fonte/futurabkbtbook.ttf') format('truetype'),
						 url('../fonte/futurabkbtbook.svg#../fonte/FuturaBT-Book') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		
#container {
   min-height:100%;
   position:relative;
   min-width:990px;
   overflow-x:hidden;
}

.esq
{
	float:left;
}

.dir
{
	float:left;
}

/* ### HEADER ### */
#header
{
	width:100%;
	height:498px;
	z-index:9999;
	min-width:990px;
	position:relative;
}

.img_header{
	left:6%;
	position:absolute;
	background:url(../images/fundo_grama.png) no-repeat;
	width:1400px;	
	height:499px;
  	}
	
.continuacao_header{
	width:100%;
	height:498px;
	background:url(../images/bg_Header.jpg) repeat-x;
	z-index:0;
	position:absolute;

	}

#cont_header
{
	width:990px;
	height:65px;
	padding-top:15px;
}

.logo{
	background:url(../images/logo.png) no-repeat;
	width:220px;
	height:87px;
	float:left;
	margin-left:30px;
	position:relative;
	}
	
#menu{
	height:61px;
	background:url(../images/menu.png) repeat-x;
	width:775px;
	padding-top:18px;
	float:right;
	position:absolute;
	left:37%;

	}

.menuhorizontal
{
	line-height:30px;
	margin-left:10px;
}

.menuhorizontal li
{
	position: relative;
	display: inline;
	float: left;
	text-align:center;

}

.menuhorizontal a
{
	display: block;
	text-decoration: none;
	padding:0 25px 10px 10px;
	color: #044900;
	font-family: 'ArialNarrow';
	font-size: 14px;
    text-shadow: #194065 0px -1px 0px;
	height:30px;
}

.menuhorizontal ul li a
{
	display: block;
	text-decoration: none;
	padding: 1px;
	color: #044900;
	font-family: 'ArialNarrow';
	text-shadow: #194065 0px -1px 0px;
}

.menuhorizontal a:hover
{
	display: block;
	background:url(../images/hover_.png) no-repeat;
	margin-top:-5px;
	padding-top:5px;
    padding-left:10px; 
}

.legislacao a:hover
{
	display: block;
	background:url(../images/hover_2.png) no-repeat;
	margin-top:-5px;
	padding-top:5px;
}

.parceiros a:hover
{
	display: block;
	background:url(../images/hover.png) no-repeat;
	margin-top:-5px;
	padding-top:5px;
}


.rede_header{
	margin-left:420px;
	padding-top:53px;
	position:absolute;
	
}

.rede_header_email{
	margin-left:460px;
	padding-top:53px;
	position:absolute;
	}


.facebook{
	
	background:url(../images/face.png)no-repeat;
	width:39px;
	height:36px;
	float:left;	
	position:absolute;
	}

.facebook_marcado{
	
	background:url(../images/face_marcado.png) no-repeat;
	width:38px;
	height:35px;
	float:left;	
	display:none;
	}


.email{
	
	background:url(../images/email.png) no-repeat;
	width:37px;
	height:34px;
	float:left;	
	position:absolute;
	}

.email_marcado{
	background:url(../images/email_marcado.png) no-repeat;
	width:37px;
	height:34px;
	float:left;	
	display:none;
	}

/* ### CONTEÚDO ### */
#content
{
	width:990px;
	padding:70px 0px 40px 0px;
	min-height:100px;
}

.bloco_grande{
	width:590px;
	margin-left:20px;
	float:left;
	}

.titulo{
	font-size:30px;
	color:#686868;
	font-family: 'FuturaStd-Light';
	}

.sub_titulo{
	font-size:20px;
	color:#000000;
	font-family: 'ArialNarrow';
	
	}

.divisoria{
	margin-top:10px;
	margin-bottom:10px;
	}

.img_home{

	background:#08a500 url(../images/plataforma.jpg) no-repeat;
	width:586px;
	height:188px;
		
	}

.box_texto{
	margin-left:-2px;
	margin-top:10px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	}

.mais{
	float:right;
	position:relative;
	background-color:#08a500;
	width:15px;
	height:15px;
	color:#FFFFFF;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	padding-left:5px;
		}

.bloco_pequeno{
	float:left;
	width:360px;
	margin-left:20px;
	}

.box_2{
	margin-top:15px;	
	
	}

.divisoria_restrita{
	width:227px;
	height:1px;
	background-color:#686868;
	float:left;
	margin-bottom:50px;
	}

.ambien{
	background:url(../images/ambien.png) no-repeat;
	width:90px;
	height:19px;
	float:right;
	}

.titulo_verde{
	font-family: 'FuturaBT-Book';
	font-size:60px;
	color:#3ab302;
	margin-left:40px;
	padding-top:20px;
	}

.faixa_grande{
	background:url(../images/faixa_grande.png) no-repeat;
	width:968px;
	height:12px;
	margin-bottom:50px;
	margin-top:10px;
	
	}

.titulo_box{
	margin-left:20px;
	
	}

.legislacao_ul{

	margin-bottom:250px;
	float:left;
	width:5990px;
	}

.futura{
	font-size:27px;
	color:#686868;
	font-family: 'FuturaStd-Light';
	}

.sub_futura{
	font-size:24px;
	color:#3ab302;
	font-family: 'FuturaStd-Light';
	margin-top:20px;
	font-weight:bold;
	
	}

.legislacao_ul ul li a{
	font-size:25px;
	color:#686868;
	font-family: 'FuturaStd-Light';
	text-decoration:underline;
	}

.clientes
{
	width:990px;
	float:left;

}

.servicos
{
	width:7000px;
	float:left;

}

.thumb_clientes
{
		
	float:left;
	padding:5px;
	margin-right:15px;

}

.cont_clientes
{
	float:left;
	margin-top:40px;
}

.titulo_clientes
{
	font-size:18px;
	color:#2468a7;	
}

.txt_noticia
{
	font-size:18px;
	color:#000000;
	font-family: 'ArialNarrow';
	text-align:justify;
	line-height:30px;
}

.txt_noticia a
{

	color:#000000;
	font-family: 'ArialNarrow';
	
	text-decoration:none;
}

.txt_noticia a:hover
{

	text-decoration:underline;
}


.txt_noticia ul li
{
line-height:35px;
}


.futura_link {
	font-size:15px;
	color:#686868;
	font-family: 'FuturaStd-Light';
	text-decoration:none;
	line-height:50px;
	}


.futura_link a{

	color:#686868;
	font-family: 'FuturaStd-Light';
	text-decoration:none;
	}

.futura_link a:hover{
	text-decoration:underline;
	}

.divisoria_clientes{
	width:703px;
	height:1px;
	background-color:#b3b3b3;
	margin-top:50px;
	margin-left:150px;
	}
	
.cima{
	background:url(../images/dir.png) no-repeat;
	width:39px;
	height:39px;
	float:left;	
	/*margin-top:415px;*/
	cursor:pointer;
	}

.baixo{
	background:url(../images/esq.png) no-repeat;
	width:39px;
	height:39px;
	float:right;

	cursor:pointer;
	}

.seta{
	float:left;
	background-color:#b3b3b3;
	width:704px;
	height:2px;
	margin-top:70px;
	margin-left:150px;
	margin-bottom:70px;
	}

.overflow{
	height:810px;
	overflow:hidden;
	
	}

.overflow_servicos{
	width:910px;
	overflow:hidden;
	margin-left:50px;
	}
	
.divisoria_servicos{
	width:703px;
	height:1px;
	background-color:#b3b3b3;
	margin-top:50px;
	margin-left:80px;
	}

.cima_clientes{
	background:url(../images/cima.png) no-repeat;
	width:39px;
	height:39px;
	float:left;	
	margin-left:450px;
	margin-top:-16px;
	cursor:pointer;
	position:absolute;
	}


.baixo_clientes{
	background:url(../images/baixo.png) no-repeat;
	width:39px;
	height:39px;
	float:left;
	margin-left:230px;
	margin-top:-16px;
	cursor:pointer;
	}


#map_canvas{
	height:700px;
	min-height:100%;
	width:100%;	

	}

.formbutton{
	margin-top:5px;
	padding-left:5px;
	padding-top:5px; 
	width:400px; 
	resize: none;
	
	}	
	
/*formulario*/

.labels{
     color:#5b6357;
     background:url(../images/balao.png) no-repeat;
	 font-family: 'ArialNarrow';
     font-size:15px;
     text-align:left;
     width:290px;
     height:180px;
	 padding-left:40px;
	 padding-top:7px;
	 float:left;
   }

.form{
	position:absolute;
	background:url(../images/fundo_form.png) no-repeat;
	background-repeat:repeat-y;
	height:490px;
	float:left;
	margin-left:10px;
	font-family: 'ArialNarrow';
	font-size:15px;
	color:#009e00;
}

.box_sucesso
{
	width:60%;
	height:100%;
	z-index:777;
	text-align:left;
	display:none;
	color:#009e00;
	font-family: 'FuturaStd-Light';
	margin-top:110px;
	margin-left:-73px;
}

#status
{
	height:17px;
	top:0px;
	width:25%;
	left:5%;
	font-family: 'ArialNarrow';
	position:absolute;
	float:left;
	text-align:left;
	margin-top:440px;
	font-size:14px;
	color:#8d181a;
	display:none;
}

.formobjects{
	font-family: 'ArialNarrow';
	font-size:15px;
	color:#FFFFFF;
	width:73px;
	height:25px;
	background-color:#009e00;
	margin-top:15px;
	cursor:pointer;
	border:none;
	float:right;
	margin-right:180px;
	}


/*formulario*/

.form_index{
	position:absolute;
	height:51px;
	font-family: 'ArialNarrow';
	font-size:15px;
	color:#009e00;
	margin-top:50px;
	
}

.img_empresa{
	background:#b4b4b4 url(../images/empresas-ambientais-16.jpg) no-repeat center;
	width:310px;
	height:310px;
	float:left;
	margin-right:20px;
	padding-top:5px;
	}

/* ### RODAPÉ ### */
#footer
{
	width:100%;
	position:absolute;
    bottom:0;
	height:50px;
	background-color:#bebebe;
}

#cont_footer
{
	width:990px;
	height:38px;
	line-height:30px;
	vertical-align:middle;
	text-align:left;
	color:#465200;
	background-color:#bebebe;
	border-left:#FFF 2px solid;
	border-right:#FFF 3px solid;
	border-top:#FFF 2px solid;
	margin-top:5px;

}

#cont_footer_cima{
	width:100%;
	height:38px;
	line-height:30px;
	vertical-align:middle;
	text-align:left;
	color:#465200;
	background-color:transparent;
	border-top:#08a500 4px solid;
	margin-top:10px;
	position:absolute;
	margin-left:40px;
	margin-top:-29px;
	}

.texto_rodape{
	font-size:15px;
	color:#FFFFFF;
	font-family: 'ArialNarrow';
	margin-top:5px;
	}

.texto_rodape span
{
	margin:0px 20px 0px 20px;
}
