.arquivosRelacionados {
	float: left;
	width: 663px;
	margin-top: 25px;
	background-color: #F7F7F7;
	padding: 15px;
	border: 1px solid #DDD;
}
.arquivosRelacionados span {
	font-family: "Segoe UI", Arial;
	font-size: 15px;
	color: #363636;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	text-transform: uppercase;
}
.arquivosRelacionados ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.arquivosRelacionados ul li {
	background-image: url(/img/icons/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	list-style-type: none;
	float: left;
	width: 100%;
}
.arquivosRelacionados ul li a {
	float: left;
	width: 100%;
	font-family: "Segoe UI", Arial;
	font-size: 14px;
	color: #017575;
	text-decoration: none;
}
.arquivosRelacionados ul li a:hover {
	text-decoration: underline;
}
