/**************************************************************************************************/
/** Notícias - Geral ******************************************************************************/
/**************************************************************************************************/

section.base {
  
  width:777px;
  margin-bottom:20px;
}


section.base h1 {
  
  display:block;
  
  width:308px;
  height:31px;
  
  margin:30px 0px 20px 0px;
  
  text-indent:-20000px;
  overflow:hidden;

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


section.base hr {
  
  width:777px;
  height:6px;

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



/**************************************************************************************************/
/** Notícias - Listagem ***************************************************************************/
/**************************************************************************************************/

section.base article {
  
  display:table;
  width:777px;
  
  padding:20px 0px 0px 0px;
}


section.base article h2 {
  
  float:right;
  
  width:382px;
  margin:0px 0px 10px 0px;
  
  font-size:25px;
  font-weight:bold;
  line-height:25px;
}


section.base article img {
  
  float:left;
  margin:0px 15px 5px 0px;
  
  border-radius:7px 7px 7px 7px;
}


section.base article div p {
  
  margin:0px 0px 15px 0px;
  text-align:justify;
}