.pages .cartoes {
	float:right;
	margin:0 0 20px 20px;
	width:220px;
}
.pages .cartoes h4 {
	font-size: 17px;
	margin: 0;
	padding: 0 10px 5px 10px ;
	font-weight: bold;
	border-bottom:1px solid #89cbc0;
}
.pages .cartoes ul {
	margin:0;
}
.pages .cartoes li {
	display:inline;
}
.pages .cartoes li:last-child a {
	border: 0;
}
.pages .cartoes li a {
	border-bottom:1px dotted #89cbc0;
	display:block;
	padding: 15px 10px 15px 10px;
}
.pages .cartoes li a:hover {
	background: #e5f5f3;
	text-decoration:none;
}