#pcontent {
	padding-left:190px;
	height:200px;
	margin:0;
}
.pagination {
	width:480px;
	background:url(img/home/paginador.png) no-repeat;
	color:#FFF;
	font-size:12px;
	padding:0;
	margin-left:190px;
	margin-top:410px;
	text-align:center;
}
.pagination ul {
	margin: 0;
	padding: 0;
	text-align: center; /*Set to "left" or "right" to left/right align pagination interface*/
}
.pagination li {
	list-style:none;
	display: inline;
	padding-bottom: 1px;
}
*:first-child+html .pagination li { /*IE7 only CSS hack*/
	margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}
* html .pagination li { /*IE6 and below CSS hack*/
	margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}
.pagination a, .pagination a:visited {
	padding: 0 2px;
	text-decoration: none;
	color: #FFF;
}
.pagination a:hover, .pagination a:active {
	color: #FFF;
	text-decoration:underline;
	font-weight:normal;
}
.pagination a.currentpage { /*Style for currently selected page link*/
	color: #666 !important;
	font-weight: bold;
	cursor: default;
}
.pagination a.disabled, .pagination a.disabled:hover { /*Style for "disabled" previous or next link*/
	cursor: default;
	color: #CC3333;
	border-color: transparent;
}
.pagination a.prevnext { /*Style for previous and next link*/
	font-weight: bold;
}
