.negrita{
    font-weight: bolder;
}

#datos_empleado tr th td , #datos_legajo tr th td, .borde_tabla{
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    background-color: #a4aaae;
    vertical-align: middle;
}

th{
    vertical-align: middle;
font-size: 12px;

}


tr{
    vertical-align: middle;
font-size: 12px;

}

td{
    font-size: 12px;
}


.con-bordes{
    border-top:2px solid #dee2e6;
}
.recibo {
    min-height: 29.7cm;
    padding: 1cm;
    margin: 1cm auto;
    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;
}

.encabezado{
    font-size: 12px;
    line-height:14px;
}

.conceptosstyle{
    line-height: 9px;
}

.conceptosstyle td{
    border:none;
}

.totales{
    font-size: 10px;
}

.datosempresa{
    font-size: 14px;
}


.encabezar p {
    font-size: 15px;
}

.encabezar td{
    line-height:2px;
}