.thead-light {
    background: #ffcc00;
    vertical-align: middle !important;
}

.table-hover thead  tr:hover th, .table-hover tbody tr:hover td {
    background-color: #0872b8;
    color: white;
}

.fondoTitulo {
    background: #ffcc00;
}

.Credito {
    color: black; 
    position: absolute; 
    bottom: 0px; 
    right: 0px; 
    vertical-align: middle;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-size: 10px; 
    font-weight: bold;
}