#conteudoDocumentos{
	margin-top:20px;	
	float:left;
}
#conteudoDocumentos > li{	
	width:260px;
	margin-bottom:25px;
	background:url(../imagens/degradehome.png) right no-repeat;
	min-height:10px;
	position:relative;
	
}
#tituloSetor{
	font-size:26px;
	color:#333;
	font-family: 'newsgoth';	
}
#documentoTot{
	width:950px;
	float:left;
	margin-top:20px;
	min-height:100px;	
}
#arquivosListagem{
	width:673px;
	float:left;
	margin-top:25px;
	min-height:100px;
	margin-left:15px;	
}
#arquivosListagem li{
	border-bottom:1px dotted #CCC;
	height:20px;
	margin-bottom:5px;
	line-height:20px;
	padding-bottom:5px;	
}
#iconeDoc{
	width:30px;
	height:20px;
	line-height:20px;
	float:left;
}
#table{
	width:30px;
	height:20px;
	line-height:20px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
#legendaArquivo{
	height:20px;
	line-height:20px;
	width:585px;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#000;
	margin-left:10px;
}
#bttDownloadDoc{
	width:37px;
	float:left;
	height:20px;
	position:relative;
	margin-left:10px;	
}
.imgDown{
	position:absolute;
	top:3px;
	left:13px;	
}