<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lista-vertical {
    margin-left: 0px;
    padding-left: 0px;
    border: 0;
    outline: 0;
    font-size: 13px;
    vertical-align: baseline;
    background: white;
    list-style: none;
    margin-bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #eee
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #c2c2c2
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #999
    }




.categories-container {
    width: 50px;
    -moz-transition: -moz-transform 0.4s ease 0.4s;
    -o-transition: -o-transform 0.4s ease 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease;
    -webkit-transition-delay: 0.4s;
    transition: transform 0.4s ease 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff; /*#cccccc;*/
    font-weight: 400;
    height: 100%;
    z-index: 10;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    /*overflow-x: auto;*/
    /*border-right: 4px solid #eee*/
    border-top: 1px solid #eee;
}

.categories-item {
    font-size: 1.1em;
    border: 0;
    text-align: center;
    /*height: 50px;*/
    padding: 11px 0;
    /*position: relative;*/
    cursor: pointer;
    color: #fff;
    border-bottom: 1px solid #DADADA;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background 0.2s cubic-bezier(0.6, 0, 0.6, 1);
    -o-transition: background 0.2s cubic-bezier(0.6, 0, 0.6, 1);
    -webkit-transition: background 0.2s cubic-bezier(0.6, 0, 0.6, 1);
    transition: background 0.2s cubic-bezier(0.6, 0, 0.6, 1);
    border-left-style: solid;
    border-left-color: transparent;
    background: none;
    margin-left: 0px;
}

    .categories-item &gt; span {
        font-size: 25px;
    }

    .categories-item:hover {
        background: #E5E5E5;
        /*width: 50px;*/
    }

.listas:hover {
    background: #1b5ac0;
    /*width: 50px;*/
}

.datasets-wrap {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: 50px;
    z-index: 5;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: -moz-transform 1.0s ease;
    -o-transition: -o-transform 1.0s ease;
    -webkit-transition: -webkit-transform 1.0s ease;
    transition: transform 1.0s ease
}

.minify .datasets-wrap {
    -moz-transform: translate3d(-350px, 0, 0);
    -ms-transform: translate3d(-350px, 0, 0);
    -webkit-transform: translate3d(-350px, 0, 0);
    transform: translate3d(-350px, 0, 0)
}

.e--no-touch .button-collapse {
    display: none !important
}

.datasets-container {
    width: 350px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 20;
    border: 1px solid #eee;
    border-right: 2px solid #aaa;
}

.datasets-containerAddCapas {
    width: 350px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 20;
    border: 1px solid #eee;
    border-right: 2px solid #aaa;
}

.datasets-container &gt; div {
    height: 100%;
    padding: 0 0px;
    /*background: #cccccc;*/
    -moz-transition: background 0.2s cubic-bezier(0.6, 0, 0.6, 1);
    -o-transition: background 0.2s cubic-bezier(0.6, 0, 0.6, 1);
    -webkit-transition: background 0.2s cubic-bezier(0.6, 0, 0.6, 1);
    transition: background 0.2s cubic-bezier(0.6, 0, 0.6, 1)
}

/*#altura {
    
    border: 1px solid gray;
}*/

.datasets-list {
    overflow-y: auto;
    height: 100%;
    background: #fff;
    width: 100%;
}

.datasets-list--top .button-lock .svg-icon {
    float: right;
    display: block;
    width: 32px;
    height: 100%;
    padding: 10px 5px 0px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.datasets-list--top .category-current-name {
    display: block;
    padding: 13px 18px 0px;
    /*font-size: 10pt;*/
    font-weight: 700;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #25284a;
    /*text-transform: uppercase;*/
    text-align: left;
}


.tpl-map {
    height: 100%;
}


    .tpl-map .sidebar-wrap.minify {
        width: 54px
    }

    .tpl-map .sidebar-wrap--infos {
        background: #777777;
        color: #fff;
        width: 296px;
        height: 100%;
        padding: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transition: -moz-transform 0.4s ease;
        -o-transition: -o-transform 0.4s ease;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
    }

        .tpl-map .sidebar-wrap--infos .infos-logo {
            font-size: 1.4em;
            display: block;
            margin-left: 54px;
            font-weight: 300;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            line-height: 50px
        }

            .tpl-map .sidebar-wrap--infos .infos-logo span {
                font-weight: 700
            }





        .tpl-map .sidebar-wrap--infos .infos-logo--min {
            display: none;
            position: absolute;
            top: 0;
            right: 0;
            margin-top: 6.5px;
            margin-right: 7px
        }

    .tpl-map .minify .sidebar-wrap--infos {
        -moz-transform: translate3d(-246px, 0, 0);
        -ms-transform: translate3d(-246px, 0, 0);
        -webkit-transform: translate3d(-246px, 0, 0);
        transform: translate3d(-246px, 0, 0);
    }



    .tpl-map .minify .infos-logo--min {
        display: block
    }


    .tpl-map .sidebar-wrap--data {
        /*margin-top: 50px;*/
        position: absolute;
        top: 0;
        left: 0;
        height: 100%
    }


.icono {
    margin: 10px;
    font-size: 20pt;
    color: black;
}

#divContentMenuCapas {
    padding-right: 0px !important;
    padding-left: 0px !important;
    top: 0px;
    left: 0px;
    /*height: 17px;*/
    background-color: white;
}

.iconolocked {
    font-size: 16pt;
    /*right: 40px;*/
}

.listas {
    background: #3568bb;
    /*width: 50px;*/
}

.activa {
    background: #3568bb; /*url(../images/backgroundAzul.png); */
    /*width: 50px;*/
}

    .activa &gt; span {
        color: #ddd !important;
    }

.listas &gt; span {
    font-size: 25px;
    color: #ddd !important;
}

/*************** ENCABEZADO ****************/
.negro {
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #333;
    height: 28px;
    color: #fff;
    font-size: 14px;
}

.blanco {
    background-color: #fff;
}

.logositio {
    background: url(../images/logsinstituto.png);
    background-repeat: no-repeat;
    height: 46px;
    line-height: 32px;
    background-position: 0 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

#altura div.tab-pane {
    /*border: 1px solid gray;*/
    overflow: auto;
    margin-bottom: 5px;
}

/*#altura li:hover {
    background-color: #ECECEC;
}*/

/***********************/

.layer_list {
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: inherit;
    padding-left: 0px;
}


input[type=radio] {
    height: 13px;
    width: 13px;
    margin-right: 3px;
    margin-top: 1px;
}

input[type=checkbox] {
    height: 17px;
    width: 17px;
    margin-right: 3px;
    margin-top: 1px;
}

span.glyphicon.glyphicon-lock.iconolocked, #js-sidebar-wrap li &gt; span.glyphicon-minus, #js-sidebar-wrap li &gt; span.glyphicon-plus {
    top: -3px;
    margin-right: 1px;
}

.opacity5 {
    opacity: 0.5;
}

/************** ALERT PANEL CAPAS *****************/
.alert-zoom {
    cursor: not-allowed;
    opacity: 0.7;
}

.cursor-pointer {
    cursor: pointer;
}

.cortarTextoMenuCapas1 {
    max-width: 235px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cortarTextoMenuCapas2 {
    max-width: 252px;
    /*max-width: 216px*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cortarTextoMenuCapas3 {
    max-width: 178px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cortarTextoMenuCapas4 {
    max-width: 212px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.liMenuCapas {
    margin-left: 15px;
}

/*#js-datasets-wrap li{
    line-height: 27px;
}*/

span.divRight.glyphicon.glyphicon-info-sign.metadatos {
    top: 6px;
}

.displayNone {
    display: none;
}

.menuDivCapa {
    line-height: 24px;
}

#altura span {
    margin-right: 3px;
    margin-left: 1px;
}

.btn-microdatos {
    float: right;
    margin-right: 60px;
    /*top: -10px;*/
    outline-color: #FFF;
}

@media(max-width: 400px) {
    .datasets-container {
        width: 250px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 20;
        border: 1px solid #eee;
        border-right: 2px solid #aaa;
    }

    .datasets-containerAddCapas {
        width: 250px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 20;
        border: 1px solid #eee;
        border-right: 2px solid #aaa;
    }

    .cortarTextoMenuCapas {
        max-width: 100px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .cortarTextoMenuCapas4 {
        max-width: 55px !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .cortarTextoMenuCapas1 {
        max-width: 100px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .cortarTextoMenuCapas2 {
        max-width: 100px;
        /*max-width: 216px*/
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .cortarTextoMenuCapas3 {
        max-width: 100px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .tabla_lista_indicadores {
        width: 232px;
        margin-left: 10px;
    }

    .cortarTextoI {
        width: 192px; /*máximo ancho del div para poner puntos suspensivos*/
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .btn-microdatos {
        float: right;
        margin-right: 110px;
        /*top: -15px;*/
    }
}

#menu8 li:hover {
    background-color: none !important;
}

#menu8 td &gt; div:hover {
    background-color: #ECECEC;
}

#demo .dropdown-submenu:hover &gt; .dropdown-menu {
    display: block;
}

#demo .dropdown-submenu {
    position: relative;
}

#demo .dropdown-menu {
    margin: 0;
    left: 100%;
    top: 0;
}
</pre></body></html>