
#swfHome {
	width:970px;
	height:250px;
	margin-bottom:20px;
}

#portal,
#noticias {
	display:inline;
	width:474px;
	height:343px;
	background:url(../img/home/bg-box.png) no-repeat left bottom;
}
#portal {float:left;}
#noticias {float:right;}

#portal h3 {
	width:474px;
	height:38px;
	background:url(../img/home/portal.png) no-repeat left top;
	text-indent:-5000px;
}

#portal p {
	margin:30px 15px 0 15px;
	line-height:1.7;
}

#noticias h3 {
	width:474px;
	height:38px;
	background:url(../img/home/noticias.png) no-repeat left top;
	text-indent:-5000px;
}

#noticias .noticia {
	float:left;
	display:inline;
	width:450px;
	margin:10px 12px 0;
	border-bottom:1px solid #F4B813;
}

#noticias .noticia a {
	font-size:14px;
	font-weight:bold;
	color:#B53B18;
	text-decoration:none;
}

#noticias .noticia p {
	font-size:11px;
	margin:0;
	line-height:1.6;
}
#noticias .noticia p.data {font-weight:bold;}

#noticias .leia_mais {
	float:right;
	display:inline;
	width:77px;
	height:18px;
	background:url(../img/home/bt-leia-mais.png) no-repeat left top;
	text-indent:-5000px;
}

