/* CSS Document */

.noticias{
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #EEEEEE;
 font-size:11px;
 margin: 5px;
 padding: 5px;
 height: 65px;
 }
.noticias_descricao{

 }
.noticias_titulo{
 font-size: 13px;
 text-decoration:none;
 font-weight:bold;
 }
.noticias img{
float:left;
  margin-right: 5px;
 }
.noticias_data{
 margin-top: 10px;
 float:right;
 font-size:10px;
 }
.noticia img{
  float:left;
  margin-right: 10px;
  margin-bottom: 5px;
 }
.noticia_data{
 font-size:10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 }

