<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: #f1f1f1 !important;
    color: #444 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    -webkit-font-smoothing: antialiased !important;
}

header img {
    width: 90%;
}

footer {
    background-color: #706f6f;
    color: #fff;
    padding: 1.5rem;
}

body {
    margin: 0;
    font-family: Roboto, sans-serif
}

.topnav {
    overflow: hidden;
    /*background-color: #706f6f;*/ /*Cintilla del menÃº, Gris Claro antes de nueva propuesta*/
    width: 100%;
    background-color: #f2f2f2;
    /*background-image: url(/calidad/img/SisVisual_05_SV2025_al65_trasparencia.jpg);
background-repeat: repeat-x;*/
    /*----------para justificar al centro, derecha (right) o izq. del DIV-----------*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*justify-content:space-around;*/
    /*justify-content:center;
gap: 110px;*/
}

/*----------presenta como una lÃ­nea de separaciÃ³n el DIV-----------*/
.toplinea {
    height: 8px;
    width: 86%;
    background-color: #888ce9;
}

/*   COMENTE ESTO PARA QUE EL LOGO DEL SITIO NO SE ALTERE
.topnavCoACimg {
    height: 80px;
    width: 160px;
}            */

.topnavImg {
    /*display:flex;
	justify-content:center;*/
    /*float: right;*/ /*&lt;===== si sirve pero sin el display:flex en .topnav;*/
}

.topnav a, .topnav span {
    float: left;
    display: block;
    /*color: #f2f2f2;Letra menÃº, blanco antes de nueva propuesta*/
    color: #08989C;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bolder; /*letra en Bold = 700*/
}

.active {
    /*background-color: #4CAF50;
color: white;*/
}

.topnav .icon {
    display: none;
}

.topnav a:hover, .topnav .active {
    /*background-color: #555; Gris obcuro, mouse pasar sobre el menÃº, antes de nueva propuesta*/
    background-color: #f2f2f2;
    /*color: white; mouse pasar sobre el menÃº, antes de nueva propuesta*/
    color: #3f27b5; /*#6342FF; #A2A5EE; morado claro*/
    opacity: .8;
    transition: .5s;
    /*text-decoration: underline; menÃº subrayado*/
    /*text-decoration: none;*/
    /*font-size: 19px;*/
}

    .topnav .active:after {
        content: "";
    }

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

    .topnav.responsive {
        float: none;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive {
        display: block;
        width: 100%;
        text-align: left;
    }
}

article {
    padding: 5% 0;
    display: flex;
    flex-wrap: wrap;
}

    article div {
        border-radius: 3px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.1);
        overflow: hidden;
        margin: 1%;
        padding: 2%;
        max-width: 30%
    }

.card span {
    padding: 2%;
    margin: 1%;
}

.card-body {
    padding: .25rem;
}

.card :hover {
    transition: 1s;
   
    cursor: pointer;
    opacity: 0.8;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

footer div {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

footer ul {
    margin: 0;
    display: inline-flex;
    align-items: center;
}

footer li {
    display: inline-flex;
    align-items: center;
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

    footer li a {
        color: #fff;
        margin: 0 10px;
        text-decoration: none;
    }

        footer li a:hover {
            text-decoration: underline;
        }

footer span {
    display: inline-flex;
    align-items: center;
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

    footer span a {
        color: #fff;
        margin: 0 10px;
        text-decoration: none;
    }

        footer span a:hover {
            text-decoration: underline;
        }

.post-title {
    /*font-size: 2.25em;  tamaÃ±o original*/
    font-size: 1.55em;
    text-align: center;
    font-family: 'Roboto Slab', sans-serif;
    color: #2B3542;
    margin-top: 5px;
    margin-bottom: 2.5rem;
}


/************************************    ACORDION    *********************************************/

.accordion, .accordion1, .accordion2 {
    background-color: #73848c;
    color: #fff;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    padding: 14px 16px;
    height: 60px;
    transition: 0.4s;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-bottom: 1px;
}

.accordion1 {
    background-color: #ccc;
    color: #73848c;
}

    .active, .accordion:hover, .accordion1:hover, .accordion2:hover {
        background-color: #ccc;
        color: #73848c;
    }

    .accordion:after, .accordion1:after, .accordion2:after {
        content: '\002B';
        color: #fff;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active:after {
    content: "\2212";
    color: #73848c;
}

.panel, .panel1, .panel2 {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    width: 100%;
}

    .panel.open, .panel1.open, .panel2.open {
        max-height:none;
    }

table tbody &gt; tr:nth-child(odd) &gt; td {
    /* background: #f9f9f9; cambiado el 5/Ago/2025*/
    background: #ffffff;
}

table td {
    padding: 2%;
    margin: 0;
    overflow: visible;
    line-height: 120%;
    border-bottom: 1px solid #DDD;
    vertical-align: text-bottom;
}

    table td ul a {
        text-decoration: none;
        font-weight: normal;
        font-style: normal;
        font-size: 1rem;
    }

        table td ul a:hover {
            text-decoration: underline;
        }

    table td ul li {
        margin-top: 0.5em;
    }

table th {
    text-align: center;
    background-color: #73848c;
    color: #fff;
}

.flex-container {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #DDD;
}

#DocDesc, #DocDesc li a {
    font-size: 15px !important;
    text-decoration: none;
    color: #706f6f;
}

    #DocDesc li a:hover {
        text-decoration: underline;
        color: #262525;
    }

.class-Sesion {
    width: 100%;
}

    .class-Sesion tr &gt; td {
        color: #444 !important;
    }

    .class-Sesion tr:nth-child(odd) &gt; td {
        background: #f9f9f9;
    }
    /*En .titulo ,aquÃ­ cambie el color de fondo para los subtitulos del acordion*/
    /*.class-Sesion th, .titulo {background-color: #888ce9; color: #fff;text-align: left;padding: 1.5rem;font-family: 'Roboto', sans-serif !important;font-size: 1rem!important;}*/
    .class-Sesion th, .titulo {
        background-color: #73848c;
        color: #fff;
        text-align: left;
        padding: 1.5rem;
        font-family: 'Roboto', sans-serif !important;
        font-size: 1rem !important;
    }

    .class-Sesion a {
        color: #999999;
        text-decoration: none;
    }

        .class-Sesion a:hover {
            color: #101010;
            text-decoration: underline;
        }

@media (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }

        .flex-container div {
            margin-top: 20px;
        }

    .ajuste {
        max-height: fit-content !important;
    }

    footer {
        padding: 1rem;
    }

        footer div {
            flex-direction: column;
            margin: 0;
        }
}


</pre></body></html>