/**************************************************************************************************/
/** Quem Somos - Geral ****************************************************************************/
/**************************************************************************************************/

section.base article {
  
  width:777px;
  margin:0px auto 0px auto;
}


section.base article img {
  
  margin:15px auto 20px auto;
  
  border-width:2px;
  border-style:solid;
  border-color:#4D0C0C;
  border-radius:7px 7px 7px 7px;
}


section.base article hr {
  
  width:777px;
  height:6px;
  
  margin:20px 0px 20px 0px;

  background-image:url('../../../imagens/geral/separador.png');
  background-repeat:no-repeat;
}


section.base article h1 {
  
  float:left;
  display:block;
  
  width:168px;
  height:158px;
  
  margin:0px 20px 15px 0px;
  
  text-indent:-20000px;
  overflow:hidden;
  
  background-image:url('../../../imagens/geral/titulo-quem-somos.png');
  background-repeat:no-repeat;
}


section.base article div.texto p {
  
  margin:0px 0px 15px 0px;
  
  font-size:16px;
  text-align:justify;
  line-height:20px;
}