:root {
    --verde: #88c8b7;
    --verde-bajo: #bfe7dd;
    --negro: #000000;
    --gris: #bfbfbf;
}

html {
    font-size: 9.0px;
}

article {
    column-count: 2;
    height: auto;
    gap: 20px;
    column-gap: 20px;
    orphans: 0;
    widows: 0;
}

.parrafo {
    break-inside: avoid;
    page-break-inside: avoid;
}

/** ----------- DISEÑO DE FUENTES ---------- **/
.color-web {
    color: rgb(5, 99, 193);
}

.text-red {
    color: red;
}

.text-white {
    color: white;
}

.arial {
    font-family: Arial, Helvetica, sans-serif;
}

.times-new-roman {
    font-family: 'Times New Roman', Times, serif;
}

.mayusculas {
    text-transform: uppercase;
}

.minusculas {
    text-transform: lowercase;
}
/** ----------- TAMAÑO DE FUENTES ---------- **/

.font-size-7 {
    font-size: 7px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

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

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-25 {
    font-size: 25px;
}
/** ---------- ALINEACION DE TEXTO --------- **/

.jst-izq {
    text-align: left;
}

.jst-der {
    text-align: right;
}

.jst-jf {
    text-align: justify;
}

.jst-c {
    text-align: center;
}

/** ----------- Estilos De Parrafos ---------- **/

.alineacion-central {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.display-flex {
    display: flex;
}
/** ----------- ESTILO DE TABLAS ----------- **/

.tabla-completa {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}

/* ===== Solicitud De Ingreso / Caratula ===== */

.borde-collapse {
    border-collapse: collapse;
}

.noborder {
    border: 0px;
}

.borde-negro-top-bottom {
    border-top: 1px solid var(--negro);
    border-bottom: 1px solid var(--negro);
}

.borde-verde {
    border: 1px solid var(--verde);
}

.borde-negro {
    border: 1px solid var(--negro);
}

.borde-verde-top {
    border-top: 1px solid #8fc8b7;
}

.borde-verde-no-top {
    border-top: none;
    border-bottom: 1px solid var(--verde);
    border-left: 1px solid var(--verde);
    border-right: 1px solid var(--verde);
}

.borde-negro-bottom {
    border-bottom: 1px solid var(--negro);
}

.borde-negro-top {
    border-top: 1px solid var(--negro);
}

.borde-verde-no-top {
    border-top: none;
    border-bottom: 1px solid var(--verde);
    border-left: 1px solid var(--verde);
    border-right: 1px solid var(--verde);
}

.borde-negro-no-top {
    border-top: none;
    border-bottom: 1px solid var(--negro);
    border-left: 1px solid var(--negro);
    border-right: 1px solid var(--negro);
}

.borde-verde-no-bottom {
    border-bottom: none;
    border-left: 1px solid var(--verde);
    border-right: 1px solid var(--verde);
    border-top: 1px solid var(--verde);
}

.fondo-verde {
    background-color: var(--verde);
}

.fondo-verde-bajo {
    background-color: var(--verde-bajo);
}

.fondo-gris {
    background-color: var(--gris);
}

.margen-negro {
    border: 1px solid var(--negro); 
    width: 98%;
    height: 98%; 
    box-sizing: border-box;
}

/** ---------------- WIDTH ----------------- **/
.width2 {
    width: 2%
}

.width4 {
    width: 4%;
}

.width5 {
    width: 5%;
}

.width6 {
    width: 6%;
}

.width7 {
    width: 7%;
}

.width8 {
    width: 8%;
}

.width9 {
    width: 9%;
}

.width10 {
    width: 10%;
}

.width11 {
    width: 11%;
}

.width12 {
    width: 12%;
}

.width13 {
    width: 13%;
}

.width15 {
    width: 15%;
}

.width18 {
    width: 18%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width33-3 {
    width: 33.33%;
}

.width35 {
    width: 35%;
}

.width40 {
    width: 40%;
}

.width42 {
    width: 42%;
}

.width45 {
    width: 45%;
}

.width50 {
    width: 50%;
}

.width55 {
    width: 55%;
}

.width60 {
    width: 60%;
}

.width65 {
    width: 65%;
}

.width70 {
    width: 70%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width85 {
    width: 85%;
}

.width90 {
    width: 90%;
}

.width95 {
    width: 95%;
}

.width100 {
    width: 100%;
}

/** ---------- PADDING Y MARGIN --------- **/

.padding-0 {
    padding: 0%;
}

.padding-0-5 {
    padding: 0.5%;
}

.padding-1 {
    padding: 1%;
}

.padding-1-5 {
    padding: 1.5%;
}

.padding-top-bottom-0-5 {
    padding-top:0.5%;
    padding-bottom:0.5%;
}

.padding-right-0-5 {
    padding-right: 0.5%;
}

.padding-left-0-5 {
    padding-left: 0.5%;
}

.margenesInternos {
    border-right: solid 1px var(--verde);
    border-left: solid 1px var(--verde);
  
    margin-left: 0.5px;
    margin-top: 0.5px;
    margin-right: 0.5px;
    margin-bottom: 0.5px;
  
    padding-top: 3px;
    padding-bottom: 3px;
}

.hrBajo {
    margin-bottom: 0px;
    padding-bottom: 0px;
    size: 5px;
    background-color: black;
}

.hr-negro {
    height: 0.5px;
    border: none;
    background-color: #000000;
}


/** ---------- SALTO DE PÁGINA --------- **/
.saltoDePagina {
    display: block;
    page-break-before: always;
}

/* ===== TABLA DE AMORTIZACION ===== */
.cuadro-negro {
    width: 13%;
    height: auto;
    background-color: #ffffff;
    border: 1px solid var(--negro);
    padding: 5px;
    margin: 0;
}