/*
* @Project ASSESP
* @author  FABIANO KUERTEN <fabiano@3fk.com.br>
*/
article a { text-decoration: none; font-style: italic; font-weight: 600; color: blue; }
article a:hover { text-decoration: underline; }
#noticia_data { margin-top: -30px; font: normal normal bolder 12px "Times New Roman", Times, serif; color: #000000;}
#noticia_img { width: 100%; margin: 0px;  text-align: center; }
#noticia_img img { width: auto; height: 250px; }

@media only screen and (min-width: 768px) {
#noticia_img img { }
}
@media only screen and (min-width: 1025px) {
#noticia_img { padding: 0px 20px 15px 0px; width: auto; float: left; }
}