/*                                                               
                                   
   *********        *                *           ***********                                                                                                          
   *********      *****            *****         ***********                                                                                                    
   ***           *** ***          *** ***              ****                                                                                       
   *********    *** * ***        *** * ***           ****                                                                                               
   *********   *** *** ***      *** *** ***        ****                                                                                                    
   ***        *** ***** ***    *** ***** ***     ***********                                                                                                      
   ***       *** ******* ***  *** ******* ***    ***********  
                       COMUNICAÇÃO                                                                                                                
  
  
	// e-mail: contato@faazcomunicacao.com.br
	// http://www.faazcomunicacao.com.br
	// tel: +55 21 9680-3518
						  
	

*/

/* MIOLO */
#miolo{
	width:100%;
	background-color:#d3d2d5;
	height:auto;
}

/* BANNER */
#banner{
	width:1000px;
	height:407px;
	background-color:#d3d2d5;
	background-image: url(../imgs/home/bg.png);
	background-repeat:no-repeat;
}
#banner .banner{
	margin:56px 0 0 22px;
}
#servicos{
	width:100%;
	height:330px;
	background-image:url(../imgs/home/bg2.png);
}
#servicos p.titulo{
	text-align:center;
	padding-top:10px;
	color:#083442;
	font-size:1.8rem;
	font-family:  'latoregular';
	text-transform:uppercase;
	width:100%;
	height:30px;
	letter-spacing:0.3rem;
}
#servicos .box{
	width:200px;
	height:230px;
	float:left;
	margin-left:40px;
	margin-top:10px
}
#servicos .box img{
	margin:15px 0 0 3px;
}
#servicos .box p.box-title{
	color:#0085ab;
	font-size:1.6rem;
	padding:5px 0 0px 0px;
 	font-family:  'rawengulkbold';
	text-transform:uppercase;
}
#servicos .box p{
	color:#58595b;
	font-size:1.6rem;
	font-family:'share-regularregular';
	margin-left:20px;
}

