@charset "utf-8";


*{
  margin:0px; 
  padding:0;
  border:0;
  
} 

  body{
	  background:#FFFFFF;
	  overflow-x: hidden;
	 
	 
  }
  
   a:link { 
   
  text-decoration:none; 
} 

a { 

  text-decoration:none; 
} 

#container-principal{
	
	width:100%;
	min-width:1000px;
	height:100%;
	float:left;
	margin:auto;
	text-align:center; 

 }

#banner{
	
	float:left;
	width:100%;
	height:90px;	
	text-align:left;
	margin-top:116px;
	background:rgba(241,241,241,1.00);	
	
	
}

#conteudo-banner{
	width:1000px;
	height:90px;
	margin:auto;	
}

#banner img{
	margin-top:24px;
	height:34px;
	width:auto;
	
	
}


#container2{
	width:100%;
	height:auto;
	float:left;	
	
}

#conteudo-recente{
	width:1000px;
	height:auto;
	margin:auto;
	text-align:left;
}

#conteudo-recente-dados{
	margin-top:20px;
	width:1000px;
	height:auto;
	float:left;	
	text-align:center;
	margin-bottom:20px;
	
}

#conteudo-recente-dados p{
	 color:rgba(29,29,29,1.00);
	font-family: 'PT Sans', sans-serif;
	font-size:21px;
	text-align:left;
	margin-bottom:40px;
	
}


#dados-descricao{
	margin-top:40px;
	width:900px;
	height:auto;
	margin:auto;	
}

#dados-descricao p{
	margin-top:40px;
	 color:rgba(29,29,29,1.00);
	 letter-spacing:1px;
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	text-align:justify;
	line-height:37px;
	margin-bottom:40px;	
}




