@charset "UTF-8";
/* comunes */

/*vtxt*/
.CUERPO .amarillo    {color:#F8DA07;} /* texto amarillo */
.CUERPO .azul        {color:#0A1D85;} /* texto azul     */
.CUERPO .celeste     {color:#0389A7;} /* texto celeste  */
.CUERPO .rojo        {color:#d52b1e;} /* texto rojo     */
.CUERPO .naranjo     {color:#EC6726;} /* texto naranjo  */
.CUERPO .verde       {color:#167b35;} /* texto verde    */
.CUERPO .gris        {color:#5C5C5C;} /* texto gris     */
.CUERPO .blanco      {color:#FFFFFF;} /* texto blanco */
.CUERPO .negro       {color:#000000;} /* texto negro */
.CUERPO .subtit      {
        font-size: 24px !important;
        color: #000;
        letter-spacing: 1px;
        line-height: 1.2;
        font-family: "Noto Serif",serif;
        font-weight: 400;
        border-bottom: none;
    }
.CUERPO .subtit-sinlink {
    font-size: 24px !important;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: "Noto Serif",serif;
    font-weight: 400;
    border-bottom: none;
}

/*/vtxt*/
    .CUERPO blockquote {
    border-left: 4px solid #0A1D85;
    color: #0A1D85;
    font-weight: 400;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1.2;
    padding-bottom: 10px;
    margin: 30px 0;
    padding-left: 30px;
    }
    @media (max-width: 425px) {
    .CUERPO blockquote {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
    }
    }
    @media (min-width: 426px) and (max-width: 767px) {
    .CUERPO blockquote {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
    }
    }

    .CUERPO .table-responsive {
    margin: 20px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    }
    @media (min-width: 426px) and (max-width: 767px) {
    .CUERPO .table-responsive {
    padding: 20px 0;
    }
    }
    @media (min-width: 768px) and (max-width: 991px) {
    .CUERPO .table-responsive {
    padding: 20px 0;
    }
    }
    @media (min-width: 992px) and (max-width: 1277px) {
    .CUERPO .table-responsive {
    padding: 20px 0;
    }
    }
    .CUERPO table td {
    border-collapse: collapse;
    font-size: 1rem;
    color: #000000;
    font-weight: normal;
    text-align: left;
    font-style: normal;
    line-height: 1.2;
    vertical-align: top;
    }

    .CUERPO table td p {
        font-size: 1rem;
        }

    .CUERPO tr, .CUERPO th {
    padding: 0;
    }
    .CUERPO th {
    color: #000000;
    border-right: 1px solid #f2f2f4;
    border-bottom: 1px solid #f2f2f4;
    border-left: 1px solid #f2f2f4;
    font-size: 0.95rem;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    font-weight: initial;
    }
    .CUERPO table {
    clear: both;
    margin: 20px auto;
    padding: 2px;
    border-collapse: collapse;
    empty-cells: show;
    border: none;
    background: #ffffff;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    }
    .CUERPO table thead {
    border-top: 1px solid #f2f2f4;
    }
    .CUERPO tr:first-child {
    border-top: none;
    }
    .CUERPO tr:last-child {
    border-bottom: none;
    }
    .CUERPO td {
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #f2f2f4;
    border-bottom: 1px solid #f2f2f4;
    }
    .CUERPO td:first-child {
    border-left: 1px solid #f2f2f4;
    }
    .CUERPO td:last-child {
    border-right: 1px solid #f2f2f4;
    }

/*vtxt_table*/
.CUERPO .table-center {
    margin: auto;
    }
.CUERPO .table-right {
    float: right;
    }
.CUERPO .table-left {
    float: left;
    }
/*/vtxt_table*/

/*vtxt_tr*/
.CUERPO .tr-estilo-fondoazul {
    background-color: #0A1D85;
    }
.CUERPO .tr-estilo-fondogris {
    background-color: #CCCCCC;
    }
/*/vtxt_tr*/

/*vtxt_td*/
.CUERPO .td-estilo-fondoazul {
    background-color: #0A1D85;
    }
.CUERPO .td-estilo-fondogris {
    background-color: #CCCCCC;
    }
/*/vtxt_td*/

    
    
    
    
    