/*---------------------------
  P A G I N A Z I O N E
----------------------------*/

#paginazione {
background: #FFF;
color: #004085;
text-align:center;
clear:left;
font-weight:bold;
margin:10px 0px 0 0;

}


.numeri a{
text-decoration:none;
background:#000;
font-size:20px;
}
.numeri a:link,
.numeri a:visited{
color:#000;
background:#FFF;
}
.numeri a:hover,
.numeri a:focus,
.numeri a:active{
color:#FFF;
background:#FF0000;
}

.pagcorrente{
padding: 1px 1px;
border: 1px solid #000;
background:#FF0000;
color:#FFFFFF;
}



.back, .next {
color: #CCC;
background: #e1001a;
text-decoration: none;
font-size:20px;
}
a.back:link, a.back:visited,
a.next:link, a.next:visited{
color: #e1001a;
background: #FFF;
}
a.back:hover, a.back:focus, a.back:active,
a.next:hover, a.next:focus, a.next:active{
color:#000000;
background:#fff;
}

#swap {
float:left;
font-weight: bold;	
margin-top:5px;
margin-bottom:5px;
text-align:center;
display:block;
width:100%;
}
#swap a{
text-decoration: none;
display:block;
padding:4px;
margin-bottom:5px;
}
#swap a:link,
#swap a:visited {
color: #FFF;
text-decoration: none;
display:block;
background:#e1001a;
}
#swap a:hover,
#swap a:focus,
#swap a:active {
color: #333;
background: #ffc61d;
}


