
.contenuto { text-align: center }

.Pagina
{
    text-align: center;
    padding: 20px 0 10px;
    float: left;
}

.Pagina a
{
    color: #890F0C;
    border: 1px solid #D21609;
    padding: 3px 5px;
    margin: 0 1px 0 1px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.Pagina a:hover, a.selected
{
    color: #FFFFFF;
    background-color: #D2170A;
    border-color: #890F0C;
    text-decoration: none;
}

.Pagina a:active
{
    background-color: #890F0C;
    border-color: #D2170A;
}

.tastoIndietro
{
    float: left;
    padding:  16px 0 10px 0;
    font-weight: normal;

}


.tastoProssimo
{
    float: left;
    padding:  16px 0 10px 8px;
    font-weight: normal;
}

.tastoIndietro a { font-size: 14px; TEXT-DECORATION: none;}
.tastoIndietro a:hover, a.selected
{
    text-decoration: none;
}


.tastoProssimo a { font-size: 14px; TEXT-DECORATION: none; }
.tastoProssimo a:hover, a.selected
{
    text-decoration: none;
}

.tasto {
    font-weight: bold;
    font-size: 17px;
    float: left;
    background: url('disegni/tasto.gif') no-repeat top right;
    display: block;
    height: 24px;
    margin-right: 6px;
    padding-right: 8px; 
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
    outline: none
    }

.tasto span {
    background: url('disegni/tasto_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    color:#FFFFFF;
    font-weight:bold; padding-left:8px; padding-right:0; padding-top:5px; padding-bottom:5px
    }

.tasto:link, .tasto:active, .tasto:hover, .tasto:visited { color: #FFF }
.tasto:active { background-position: bottom right
                text-decoration: none;
 }
.tasto:active span {
    background-position: bottom left;
    padding: 6px 0 4px 8px;
    }
.tasto.disabled {
    background: url('disegni/tasto_grigio.gif') no-repeat top right;
    cursor: default
    }
.tasto.disabled span {
    background: url('disegni/tasto_grigio_span.gif') no-repeat;
    }