div.quadrado, #lista-noticias {
	border: 1px solid #f60;
	border: none;
	width: 195px;
	height: 210px;
	float: left;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
}

div.quadrado img { border: none; }

#lista-noticias { overflow: auto; height: 175px; float: left; }
#lista-noticias ul, div.quadrado-noticias li { list-style: none; margin: 0; }
#lista-noticias div {
	display: block;
	border-bottom: 1px solid #e6e6d4;
	padding: 7px 10px 6px 5px;
	margin: 0 0 8px 0;
}
#lista-noticias div:hover { border-bottom: 1px solid #e6e6d4; }
#lista-noticias span { font-weight: bold; }
#cabecalho-noticias { float: left; background: url(../imagens/home/home_novidades_l.gif); }
#cabecalho-noticias a:link img { filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0; }
#cabecalho-noticias a:hover img { filter:alpha(opacity=0); -moz-opacity: 0.0; opacity: 0.0; }

h1 { font-size: medium; font-weight: bold; margin: 10px 0 5px 5px; }
a:link { text-decoration: none; color: #666; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #f60; }