#bvl .search {
    width: 25%;
    height: 26px;
    padding: 1px 0px 0px 5px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    margin: 5px 1px 5px 1px;
    outline: none;
    float: right;
}
#bvl table {
    overflow: hidden;
    border-radius: 3px;
    background-color: rgba(183,176,156,0.3);
    width: 100%;
}
#bvl thead {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #1a1a1a;
    background: #7A6855;
    transition: all linear 0.15s;
    font-size: 1.200em;
    text-shadow: 0px 1px 0px #1a1a1a;
    color: #fff;
    text-decoration: none;
}
#bvl thead td {
    padding: 10px;
    text-align: center;
}
#bvl thead td:hover {
    cursor: pointer;
    text-decoration: none;
}
#bvl tbody {
    font-size: 0.9em;
}
#bvl tbody tr {
    border-bottom: 1px solid #7A6855;
}
#bvl tbody td {
    padding: 8px;
    text-align: center;
}
.primeraColumna {
    text-align: left !important;
}
