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

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


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;

  padding:0px 0px 20px 0px;

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



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

section.base article:nth-of-type(1) {
  
  float:left;
  
  display:table;
  width:777px;
  
  margin:0px 0px 20px 0px;
  padding:0px 0px 20px 0px;
  
  border-bottom-width:2px;
  border-bottom-style:dotted;
  border-bottom-color:#A4A4A4;
}


section.base article:nth-of-type(2),
section.base article:nth-of-type(3),
section.base article:nth-of-type(4),
section.base article:nth-of-type(5) {
  
  float:left;
  display:table;
  
  width:356px;
  margin:0px 0px 20px 0px;
}


section.base article:nth-of-type(3),
section.base article:nth-of-type(5) {
  
  float:right;
}


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


section.base article:nth-of-type(2) h2,
section.base article:nth-of-type(3) h2,
section.base article:nth-of-type(4) h2,
section.base article:nth-of-type(5) h2 {
  
  margin:0px 0px 15px 0px;
  
  font-size:15px;
  font-weight:bold;
}


section.base article:nth-of-type(1) img,
section.base article:nth-of-type(2) img,
section.base article:nth-of-type(3) img,
section.base article:nth-of-type(4) img,
section.base article:nth-of-type(5) img {
  
  float:left;
  margin:0px 15px 0px 0px;
  border-radius:7px 7px 7px 7px;
}


section.base article:nth-of-type(1) p,
section.base article:nth-of-type(2) p,
section.base article:nth-of-type(3) p,
section.base article:nth-of-type(4) p,
section.base article:nth-of-type(5) p {
  
  text-align:justify;
}


section.base article:nth-of-type(2) hr,
section.base article:nth-of-type(3) hr,
section.base article:nth-of-type(4) hr,
section.base article:nth-of-type(5) hr {
  
  width:356px;
  height:2px;
  
  padding:15px 0px 0px 0px;
  
  border-bottom-width:2px;
  border-bottom-style:dotted;
  border-bottom-color:#A4A4A4;
  
  background:none;
}


section.base article a {
  
  display:block;
  
  width:164px;
  height:24px;
  
  margin:15px 0px 0px 0px;
  
  text-indent:-20000px;
  overflow:hidden;
  
  background-image:url('../../../imagens/geral/icone-ler-mais.png');
  background-repeat:no-repeat;
}


section.base article:nth-of-type(2) a,
section.base article:nth-of-type(3) a,
section.base article:nth-of-type(4) a,
section.base article:nth-of-type(5) a {
  
  float:right;
  
  width:100px;
  margin:5px 0px 0px 0px;
  
  background-position:-64px 0px;
}
