

#page_nav_box {
    color: #666;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
}

#page_nav_box div {
    min-height: 28px;
    border: #999 1px solid;
    background-color: #F4F3EF;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page_nav_box .disable {
    border: #ccc 1px solid;
    text-align: center;
    background-color: #FFF;
    font-weight: bold;
    color: #CCC
}

#page_nav_box a {
    display: block;
    color: #666;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pgnav_first {
    width: 25px;
    margin-right: 5px;
    text-align: center
}

#pgnav_prev {
    width: 75px;
    margin-right: 5px
}

    #pgnav_prev img {
        margin-right: 3px;
    }

#pgnav_next img {
    margin-left: 3px;
}

#pgnav_centro {
    width: 80px;
    margin-right: 5px;
    height: 20px !important
}

#pgnav_next {
    width: 75px;
    margin-right: 5px
}

#pgnav_last {
    width: 25px;
}

    #pgnav_first:hover, #pgnav_prev:hover, #pgnav_next:hover, #pgnav_last:hover {
        background-color: #E6E6E6
    }

#pgnavgo {
    width: 24px;
    height: 14px;
    border: 0px solid;
    color: #005782;
    font-size: 11px;
    background-color: #E1E0D5;
    text-align: center
}
