#tabla_resultados{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    color: #A19689;
    border-collapse: collapse;
}

#tabla_resultados thead tr:first-child {
    background-color: #EBE6C2;
    font-family: "Lato";
    font-weight: 400;
    color: #9C8700;
}

#tabla_resultados tbody tr td {
    font-family: "Tinos";
}

#tabla_resultados td a {
    color: #000;
    font-family: "Lato";
}

#tabla_resultados td a:hover {
    color: #9C8700;
}

#tabla_resultados td {
    font-size: 16px;
}

th{
    text-align: left;
}
th.sortable a {
    color: #9C8700;
    background-repeat : no-repeat;
    background-image: url(../images/arrow_off.png);
    background-position: right;
    padding-right: 15px;
}

th.order1 a {
    background-repeat : no-repeat;
    background-image: url(../images/arrow_down.png);
}

th.order2 a {
    background-repeat : no-repeat;
    background-image: url(../images/arrow_up.png);
}

/* tr.odd {
    background-color: #fff
} */
#tabla_resultados tr.odd td{
    color: #000;
  border-bottom: 1px solid #ccc;
}

#tabla_resultados tr.even td{
    color: #000;
  border-bottom: 1px solid #ccc;
}

/* tr.tableRowEven,tr.even {
    background-color: #f5edd7;
} */