@charset "utf-8";
/* CSS Document */

#container_noticias { width: 870px; /* background-color: green; */ text-align: left;  }

#data_noticia { float: left; color: #b22222; font-size: 18px; }
#titulo_noticia { float: left;  color:#365196; font-size: 18px; font-weight: bold;  } 
.hr { width: 870; color: #d3d3d3; border: 1px solid; }
#descritivo_noticia { margin: 10px 0 8px 0; font-size: 16px; text-align: justify; line-height: 19px; }
.voltar { background-color: #365196; color: #fff; padding: 5px 5px 5px 5px; }
.voltar:hover { background-color: #000080; color: #fff; }


