@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{
	 	 
	margin-top:110px;
	width:100%;
	height:74px;
	float:left;		
	background:url(../img/fundo-banner-projetos.jpg) ;
	text-align:center;
 }
 
#banner img{
	
	margin-top:21px;
	width:350px;
	height:auto;
	
}


#institucional{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:47px;
}

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


#conteudo-institucional p{
	margin-top:27px;
	width:1000px;
	line-height:34px;
	text-align:justify;
	font-family: 'BenchNine', sans-serif;
	font-size:20px;
	letter-spacing:0.7px;
	color:rgba(49,49,49,1.00);
}


#conteudo-institucional img{
	margin-top:57px;
	margin-bottom:57px;
}













