/************* INICIO CLASES PAGINACION *********************/
.pagination {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.currentPage {
    background-color:#FAF6F3;
    background-image:url(../img/bk-page.gif);
    background-position:center bottom;
    background-repeat:repeat-x;
    border:1px solid #CCCCCC;
    color:#FA3805;
    padding:1px 5px;
}

a.changePage:link, a.changePage:active, a.changePage:visited {
    color: #0B358B;
    text-decoration: none;
}

a.changePage:hover {
    text-decoration: underline;
}

a.linkPrevNext:hover {
    text-decoration:underline;
}
a.linkPrevNext:link, a.linkPrevNext:active, a.linkPrevNext:visited {
    color:#FA3805;
    text-decoration:none;
}

.pageFlechas {
    color: #0B358B;
    font-size:16px;
    font-weight:bold;
}
/************* FIN CLASES PAGINACION *********************/

