<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.toggleMenu {
    display:  none;
    background: #B9393D;
    font-size: 30px;
    text-align: center;
    padding: 15px 10px;
    color: #fff;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.naviems {
    list-style: none;
     *zoom: 1;
     padding-left: 0;
}
.naviems:before,
.naviems:after {
    content: " "; 
    display: table; 
}
.naviems:after {
    clear: both;
}
.naviems ul {
    list-style: none;
    width: 20em;
}
.naviems a {
    font-size: 18px;
    padding: 5px 10px 0 10px;
    /*color:#006961;*/
    color: #242424;
    font-weight: bold;
    margin-right: 10px;
}

.naviems a:hover {
    /*border-bottom: 4px solid #dc0081;*/
    /*border-bottom: 4px solid #702082;*/
    /*border-bottom: 4px solid #1BB600;*/
    border-bottom: 4px solid #235B4E;
    /*border-bottom: 4px solid #777;*/
    border-radius: 0;
}

.naviems li {
    position: relative;
}
.naviems &gt; li {
    float: left;
}

.naviems &gt; li.redes {
    padding: 5px 0 0 0;
    margin: 0 0 0 10px;
}

.naviems &gt; li.redes &gt; .parent {
    background-image: none;
}

.naviems &gt; li.redes a {
    display: inline;
    font-size: 18px;
    padding: 0;
    /*padding: 5px 10px 0 10px;*/
    /*color:#006961;*/
    color: #242424;
    font-weight: bold;
    margin-right: 2px;
}

.naviems &gt; li.redes a:hover {
    border: none;
}

.naviems &gt; li &gt; .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.naviems &gt; li &gt; a {
    display: block;
}
.naviems li  ul {
    position: absolute;
    left: -9999px;
}
.naviems &gt; li.hover &gt; ul {
    left: 0;
}
.naviems li li.hover ul {
    left: 100%;
    top: 0;
}
.naviems li li a {
    font-weight: normal;
    font-size: 16px;
    display: block;
    color: #242424;
    background-color: #dfdfdf;
    /*color:#ededed;
    background:url('img/menu.png');*/
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: relative;
    z-index:100;

}
.naviems li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .naviems &gt; li {
        float: none;
    }
    .naviems &gt; li &gt; .parent {
        background-position: 95% 50%;
    }
    .naviems li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .naviems ul {
        display: block;
        width: 100%;
    }
   .naviems &gt; li.hover &gt; ul , .naviems li li.hover ul {
        position: static;
    }

}

/* Estilos del banner de accesibilidad */
#difDFaccesible_wrap{
    position:absolute;
    margin-left:-460px;
    top:250px;
    z-index:100000;
}</pre></body></html>