/* Estilos del pliego para mantener la consistencia visual */
#tabPliego .pliego-body {
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    max-width: 100%;
    margin: 0;
    padding: 20px;
    line-height: 1.4;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
}

#tabPliego .page-content {
    margin-bottom: 40px;
}

#tabPliego h2 {
    font-size: 14pt;
    font-weight: bold;
    margin-top: 24pt;
    margin-bottom: 12pt;
    text-align: left;
}

#tabPliego h3 {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 16pt;
    margin-bottom: 8pt;
}

#tabPliego table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 12pt;
}

#tabPliego td {
    padding: 4px 6px;
    vertical-align: top;
    border: 1px solid black;
}

#tabPliego td:first-child {
    font-weight: bold;
    width: 50%;
}

#tabPliego .table-2-col td:first-child {
    width: 65%;
}

#tabPliego input[type="number"],
#tabPliego input[type="text"] {
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    border: none;
    border-bottom: 1px solid black;
    background-color: transparent;
    width: 90%;
    padding: 0;
    margin: 0;
}

#tabPliego input.plain-text {
    border-bottom: none;
    width: 100%;
}

#tabPliego .formula {
    font-style: italic;
    font-size: 11pt;
    margin-top: 5px;
    display: block;
}

#tabPliego .page-number {
    text-align: right;
    margin-top: 30px;
    font-size: 10pt;
}

#tabPliego .sub-section-title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
