@charset "utf-8";
#wrap{
	background:url(../img/bg-home.jpg) repeat-x;
	background-position:center 69px ;
}
#main{
	margin:290px auto 0;
	width:940px;
}
.ultimas-noticias{
	float:left;
	width:290px;
	margin:38px 20px 0 0;
}
.ultimas-noticias h2{
	color:#464646;
}
.ultimas-noticias p{
	margin-bottom:10px;
	float:left;
	line-height:120%;
	width:100%;
}
.ultimas-noticias p a{
	font-size:14px;
	color:#808080;
}
.ultimas-noticias p a strong{
	color:#4B4B4B;
}
.area-atuacao{
	float:left;
	width:260px;
	background:#4B4B4B;
	border-radius:5px;
	color:#B8B8A9;
	margin-top:20px;
	padding:20px;
}
.area-atuacao h2{
	margin-bottom:5px !important;
}
.area-atuacao ul{
	float:left;
	width:260px;
}
.area-atuacao ul li{
	float:left;
	width:245px;
	padding-left:15px;
	background:url(../img/ico-atuacao.png) no-repeat left center;
}
.area-atuacao ul li a{
	color:#B8B8A9;
	font-size:14px;
	line-height:180%;
}