#noticias {
	margin-top:10px;
	float:left;
}

#noticias h1 {
	font:bold 24px Arial;
	margin-left:15px;
	color:#00528E;
}

#noticias h2 {
	font:bold 14px Arial;
	text-transform:uppercase;
	margin:-2px 5px 0 5px;
	color:#DA251D;
	padding-left:10px;
	border-bottom:5px double #DA251D;
	width:455px;
}

#noticias .ordem {
	font:12px Arial;
	margin:15px 15px 10px 0;
	color:#666;
	float:right;
}

#noticias div.noticias-holder {
	clear:right;
	margin:5px 15px;
	width:430px;
	margin-top:3px;
}

#noticias p.linha-noticia, #noticias p.linha-noticia-cor-sim {
	width:430px;
	padding:5px;
	border:1px solid #f0f0f0;
	font:12px Arial; 
	line-height:16px;
}

#noticias p.linha-noticia-cor-sim {
	background:#F2E9DB;
}

#noticias span.data-noticia {
	font:bold italic 14px Arial;
	margin-left:15px;
	clear:right;
}

#noticias p.nenhuma-noticia {
	font:12px Arial;
	margin-left:10px;
	clear:right;
	width:445px;
	border:1px solid #ccc;
	background:#fcfcfc;
	padding:5px;
	color:#666;
}

#noticias p span.titulo-noticia {
	line-height:20px;
	font-weight:bold;
}

#noticias p {padding:5px;}
#noticias p img {float:left; margin:2px 5px 5px 2px; display:block; max-width:120px; max-height:60px;}

#noticias p a:hover {text-decoration:underline;}

#noticias p.paginacao {
	font:12px Arial;
	text-align:center;
	line-height:30px;
	width:465px;
}

#noticias p.paginacao a {color:#666; text-decoration:none;}
#noticias p.paginacao a:hover {color:#000; text-decoration:underline;}


