@charset "utf-8";
/* CSS Document */
/* parte dos clientes */ 
#clientes{
	width:161px;
	padding:15px;
	float:left;
}
.img_clientes{
	width:161px;
	float:left;
}
/* parte da galeria de fotos */ 
#container_galeria{
	width:228px;
	height:230px;
	margin-right:10px;
	float:left;
	box-shadow: #ccc 1px 3px 6px;
   -webkit-box-shadow: #ccc 1px 3px 6px;
   -moz-box-shadow: #ccc 1px 3px 6px;
   margin-bottom:10px;
  
}
.img_foto{
	width:228px;
	height:170px;
	float:left;
}
.nome_galeria{
	width: 208px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#container_fotos{
	width:228px;
	margin-right:10px;
	float:left;
	box-shadow: #ccc 1px 3px 6px;
   -webkit-box-shadow: #ccc 1px 3px 6px;
   -moz-box-shadow: #ccc 1px 3px 6px;
   margin-bottom:10px;
  
}
#container_galeria_videos{
	width:935px;
	float:left;
}

/* parte contato */
.conteudo_textos{
	width:955px;
	float:left;
	margin-bottom:20px;
}
#lado_esquerdo_contato{
	width:430px;
	float:left;
	
}
#lado_direito_contato{
	width:500px;
	float:left;
	
	margin-left:20px;
}
#mapaSmall{
	width:500px;
	height:300px;
	float:left;
	margin-bottom:10px;
}
/* parte matérias */ 
#container_materias{
	width:935px;
	float:left;
	box-shadow: #ccc 1px 3px 6px;
   -webkit-box-shadow: #ccc 1px 3px 6px;
   -moz-box-shadow: #ccc 1px 3px 6px;
   margin-bottom:10px;
   padding:10px;
}
.titulo_noticia{
	width: 935px;
	float: left;
	font-weight: bold;
	color: #666;
	margin-bottom:15px;
}
.previa_materia{
	width:935px;
	float:left;
	margin-bottom:10px;
}
.data_noticia_detalhes{
	width: 955px;
	float: left;
	font-weight: bold;
	color: #666;
	margin-bottom:15px;
}
/* index */ 
.texto_index{
	width: 955px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-bottom:10px;
	margin-bottom:15px;
}
.noticias_index{
	width: 955px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #eee;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.previa_index{
	width: 955px;
	float: left;
	text-decoration: none;
	margin-bottom:10px;
}
.titulo_index{
	width: 955px;
	float: left;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	margin-bottom:10px;
}
