 #pagination .NumeroPageList {
    text-align: center;
    color: #000d53;
    font-size: 18px;
    font-family: 'Arsenal', sans-serif;
    font-weight: bold;
    text-decoration: none;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    justify-content: normal;
    line-height: 50px;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    text-decoration:none;
    margin-left: 2px;
    margin-right: 2px;
}

#pagination .NumeroPageListSelected{
     text-align: center;
     color: #fff;
     font-size: 18px;
     font-family: 'Arsenal', sans-serif;
     font-weight: bold;
     text-decoration: none;
     display: block;
     float: left;
     width: 50px;
     height: 50px;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     border-radius: 100%;
     width: 50px;
     height: 50px;
     justify-content: normal;
     line-height: 50px;
     -webkit-transition: 0.500s linear;
     -ms-transition: 0.500s linear;
     -moz-transition: 0.500s linear;
     -o-transition: 0.500s linear;
     transition: 0.500s linear;
     background:#dc2726;
     text-decoration:none;
     margin-left: 2px;
     margin-right: 2px;
}



