.InfoIne h1 {
    font-size: 20px;
    color: #D5007F;
    font-weight: bold;
}

.InfoIne p {
    font-family: sans-serif;
}

.InfoIne .text-italic {
    font-style: italic;
}

.le {
    color: #D5007F;
    font-weight: bold;
}

.tt {
    background-color: #D5007F;
    color: white;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    border: 1px solid black;
    vertical-align: middle;
    padding: 8px;
}

.header-row {
    background-color: #D5007F;
}

.header-row td {
    color: white;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border-bottom: 3px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    padding: 1px;
}

.justificado {
    text-align: justify;
}

td,
th {
    padding: 1px;
    /* Ajusta el valor según sea necesario */
}