/* CSS Document */

.link{
margin-bottom:1px;
}

.linksUteis {
	list-style: none;
}
.linksUteis li {
	margin-bottom: 10px;
}
.linksUteis li a {
	font-size: 13px;
	color: #1b5b80;
	font-weight: bold;
	line-height: 170%;
	text-decoration: none;
}
.linksUteis li a:hover, .linksUteis li a:focus {
	text-decoration: none;
	color: #d82e6a;
}

.linksUteis li a.url {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	margin-top:-20px;
	
}