#page #content {
	float: left;
	display: inline;
	width: 804px;
}

#page #content h2 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	cursor: default;
	color: #333;
	border-bottom: 3px solid #E7E7E7;
	padding-bottom: 2px;
	margin-bottom: 15px;
}

#page #content div.paging {
	color: #666;
	padding: 16px 0 14px;
	text-align: center;
	cursor: default;
	line-height: 18px;
	clear: both;
}
#page #content div.paging div.disabled {
	color: #ddd;
	display: none;
}
#page #content div.paging a {
	color: #046DA3;
	font-weight: bold;
	padding: 1px 2px;
}
#page #content div.paging a.setas {
	display: inline-block;
	font-size: 11px;
	height: 18px;
	color: #FFF;
	text-align: left;
	padding: 1px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#page #content div.paging a.setas:hover { background: #666; }
#page #content div.paging a.prev {
	background: #046DA3;
	text-align: right;
	margin-right: 4px;
}
#page #content div.paging a.next {
	background: #046DA3;
	margin-left: 4px;
}