.divHover:hover {
	background-color: #f2f2f2;
        cursor: pointer;
}

.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}
.letraRoja {
    color: #f50;
}

/*vales de despachos pendienest en control de pago*/
.divConetenedorVD {
    width: 100%; 
    overflow-y: scroll; 
    overflow-x:hidden; 
    height: 450px;
}

.divCuadroVD {
    width:100%; 
    margin:2px; 
    background-color:#f9db89; 
    cursor: pointer;
}

.divCuadroVD:hover {
    background-color:yellow; 
}

.divCuadroVD2 {
    width:100%; 
    margin:2px; 
    background-color:#fcd2c2; 
    cursor: pointer;
}

.divCuadroVD2:hover {
    background-color:#f96e39; 
}

