#paginacao ul li a:hover {
    background-color: #fab003;
}

.pagina-selecionada {
    background: none repeat scroll 0 0 #fff !important;
    color: #3b547e !important;
}

.pagination a {
    margin: 0 5px 0 0;
    padding: 3px 6px;
}

.pagination a.number {
    border: 1px solid #fab003;
    padding: 3px 6px;
    background-color: #fab003;
    color:#FFF;
    font-weight:bold;
}

.pagination a.current {
    background: none repeat scroll 0 0 #fff !important;
    color: #3b547e !important;
    border: 1px solid #fab003;
}

.pagination a.current:hover {
    text-decoration: underline;
}