
.pagination {
	height: 20px;
	text-align: center;
	clear:both;
	background-color:#000;
	font-size: 10px;
}

body .p_concorsi {
	background: url(../pagination/background/pager_background.png) center center no-repeat;
	height:45px;
	line-height:40px;
}
    
.pagination a {
    text-decoration: none;
	/*color: #334150;*/
	color:#FFFFFF;
}

.pagination a, .pagination span {

    padding: 0.3em 0.5em;
    margin-right: 2px;
	margin-bottom: 5px;
	/*color: #334150;*/
	color:#FFFFFF;
	font-weight: normal;
}

.pagination .current {
	font-weight: bold;
}

.pagination .current.prev, .pagination .current.next{
	color:#fff;
	border-color:#999;
	/*background:#fff;*/
}

.voci_menu{
	clear:both;
	margin-bottom:15px;
}