﻿.pagebarnav .letra {
    float: left;
}
.pagebarnav ul {
    display: inline-block;
    
}

.letra {
    line-height: 27px;
}

.li-pagina {
    float: left;
    display: inline-block;
    text-decoration: underline;
    color: #77a;
    line-height: 27px;
}
.li-pagina { 
    font-size: 22px; 
    margin-right: 10px 
}

.li-pagina:HOVER   {
     color: #ccf; 
     background-color: transparent; 
     cursor:pointer;
}

.li-paginaOff {
    text-decoration: none; 
    color: #ccf;
} 

tableorder thead tr .header {
    background-image: url(../img/tablesorter/bg.gif);
    background-repeat: no-repeat !important;
    background-position: center right !important;
    cursor: pointer;
}

thead tr .header {
    background-image: url(../img/tablesorter/bg.gif);
    background-repeat: no-repeat !important;
    background-position: center right !important;
    cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/tablesorter/asc.gif);
    background-repeat: no-repeat !important;
    background-position: center right !important;
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/tablesorter/desc.gif);
    background-repeat: no-repeat !important;
    background-position: center right !important;
}
