#setores{
	min-height:100px;	
}
#setores > li{
	width:197px;
	min-height:175px;
	position:relative;
	float:left;
	padding:20px;
	background:url(../imagens/degradehome.png) right no-repeat;	
}
.lastHome{
	background:none !important;	
}
#tituloSetor{
	font-size:26px;
	color:#333;
	font-family: 'newsgoth';	
}
#conteudoSetor{
	margin-top:15px;
	font-size:12px;
	color:#333;	
}
#botaoDownload{
	position:absolute;
	bottom:0px;
	left:20px;
	width:102px;
	height:26px;
	background:url(../imagens/hoverhome.png) top no-repeat;
	font-size:11px;
	color:#FFF;
	text-align:center;
	cursor:pointer;
	line-height:26px;
}
#botaoDownload:hover{
	background:url(../imagens/hoverhome.png) bottom no-repeat;
}
.listaFlecha{
	list-style:url(../imagens/flechahome.png);
	line-height:25px;
	margin-left:13px;		
}