.negrita{
    font-weight: bolder;
}

#datos_empleado tr th, #datos_legajo tr th, .borde_tabla{
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    background-color: #a4aaae;
    vertical-align: middle;
}
td{
    vertical-align: middle
}
.con-bordes{
    border-top:1px solid #dee2e6;
}
.recibo {
    min-height: 29.7cm;
    padding: 1cm;
    margin: 1cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    line-height: 12px;
    page-break-after: auto;
}
.encabezado, .conceptos {
    page-break-inside: avoid;

}