@charset "utf-8";

/*
*	@author Eduardo K. Felden
*	@version 
*	@copyright 2009-10-30 16:48:31
*	@package CSS
*	@subpackage Folha de estilo site
*	
*/
.box-noticias-home {
	width: 490px; float: left;
}
.box-noticias-home .lista-noticias {
	width: 480px; float: left; padding: 5px; list-style: none;
}
.box-noticias-home .lista-noticias li {
	width: 480px; float: left; margin: 3px 0 3px 0; border-bottom: 1px solid #060
}
.box-noticias-home .lista-noticias li a {
	text-decoration: none; color: #060;
}
.box-noticias-home .lista-noticias li a:hover {
	text-decoration: underline; color: #060;
}
.box-noticias-home .lista-noticias li a h2 {
	font-size: 1.2em; width: 480px; margin: 0; padding: 0;
}
.box-noticias-home .lista-noticias li a h2.titulo {
	font-size: 1em; margin: 0 0 3px 0; padding: 0;
}
.box-noticias-home .lista-noticias li a h2.olho-noticia {
	font-size: 0.9em; color: #000; font-weight: normal
}
.box-noticias-home .lista-noticias li a:hover h2.titulo {
	color: #060; text-decoration: underline;
}
.box-noticias-home .lista-noticias li a:hover h2.olho-noticia {
	color: #060; text-decoration: underline;
}
.box-noticias-home .lista-noticias li h2.olho-noticia {
	color: #333; font-size: 0.9em; font-weight: normal
}
