body {
}
/*#region *************************** ELEMENTOS EN EL MAPA **************************/
#map2D {
    overflow: hidden;
    position: relative;
    height: 50px;
    width: 50px;
}

#divControlzoom {
    bottom: 40px;
    z-index: 1;
    position: absolute;
    float: left;
    left: 0px;
    margin: 10px;
}

#divControlMouse {
    bottom: 34px;
    z-index: 1;
    position: absolute;
    float: left;
    left: 0px;
    margin: 0px;
}

#popup {
    height: 100px;
}

.display {
    display: flex !important;
    flex-direction: column
}

.zoom {
    font-size: 1.14em;
    display: block;
    margin: 1px;
    padding: 0;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    background-color: rgba(0,60,136,.5);
    border: none;
    border-radius: 2px;
}

    .zoom span {
        font-size: 12px;
    }

.divmousePosition {
    display: block;
    margin: 0px;
    padding: 0;
    color: #fff;
    /*font-weight: 700;*/
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 11em;
    border: none;
    font-size: 10px;
}

.ol-mouse-position {
    background-color: rgba(0,60,136,.3);
    top: 0px;
    /*border: 1px solid rgba(255,255,255,.4);*/
    border-radius: 2px;
    padding: 2px;
}

#divGpoOverlay {
    max-height: 252px;
    overflow-y: auto;
    left: 40px;
    position: absolute;
    bottom: 45px;
    z-index: 1;
}

#divTablaPuntosDENUE {
    z-index: 100;
    position: absolute;
    top: 240px;
    right: 0px;
    display: none;
    background-color: #0274c5;
}

    #divTablaPuntosDENUE > span {
        color: #fff;
    }

#ulListaDENUEclickGeoserver {
    list-style: none;
    padding: 0px;
    margin: 2px;
    font-size: 13px;
}

#divListaDENUEclickGeoserver {
    overflow: auto;
}

#ulListaDENUEclickGeoserver li:nth-child(odd) {
    background-color: #fff;
    padding: 2px 1px;
}

#ulListaDENUEclickGeoserver li:nth-child(even) {
    background-color: #0274c5;
    color: #fff;
    padding: 2px 1px;
}
/*#endregion*/

/*#region *********************************** HERRAMIENTAS ****************************/
.tools-container {
    right: 0px;
    position: absolute;
    z-index: 1;
    margin-right: 5px;
}

#tool-buttons {
    position: relative;
    top: 10px;
}

    #tool-buttons .btn[disabled] {
        opacity: 1;
        pointer-events: inherit;
        cursor: no-drop;
        background-color: #DDD
    }

    #tool-buttons .tooltip {
        position: fixed;
    }

.btn-defaultboot {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.tool-icon {
    background-position: center;
    background-repeat: no-repeat;
    height: 35px;
    width: 45px;
    top: 0px;
}

.tool-iconMax {
    width: 77px;
    padding-left: 3px !important;
    text-align: left;
    background-color: #FFF !important;
}

.manzana_Dis-icon {
    cursor: no-drop;
}

.copacidad {
    /* opacity: 0.3; */
    width: 24px;
}

.manzana_off-icon {
    background-color: #FFF !important;
}

.manzana-icon {
    background-color: #DDDDDD !important;
}

.imprimir-icon {
    background-image: url('../images/herramientas/ico_imprimir.png') !important;
}

.pinteres-icon {
    background-image: url('../images/herramientas/ico_punto_int.png') !important;
}

.polygon-icon {
    background-image: url('../images/herramientas/ico_polygon.png') !important;
}

.rectangle-icon {
    background-image: url('../images/herramientas/ico_rectangle.png') !important;
}

.rectangle-on-icon {
    background-image: url('../images/herramientas/ico_rectangle.png') !important; /*url('../images/ico_polygon_on.png') !important;*/
    background-color: #DDDDDD
}

.rectangle-dis-icon {
    cursor: no-drop;
    background-image: url('../images/herramientas/ico_rectangle.png') !important;
    background-size: 20px;
}

.malla-icon {
    background-image: url('../images/herramientas/malla.png') !important;
}

.malla-on-icon {
    background-image: url('../images/herramientas/malla.png') !important;
    background-color: #DDDDDD;
}

.polygon-on-icon {
    background-image: url('../images/herramientas/ico_polygon.png') !important;
    background-color: #DDDDDD
}

.polygon-dis-icon {
    cursor: no-drop;
    background-image: url('../images/herramientas/ico_polygon_dis.png') !important;
}

.circle-icon {
    background-image: url('../images/herramientas/ico_circle.png') !important;
}

.circle-on-icon {
    background-image: url('../images/herramientas/ico_circle.png') !important;
    background-color: #DDDDDD
}

.circle-dis-icon {
    cursor: no-drop;
    background-image: url('../images/herramientas/ico_circle_dis.png') !important;
}

.rule-icon {
    background-image: url('../images/herramientas/ico_measure.png') !important;
}

.rule-on-icon {
    background-image: url('../images/herramientas/ico_measure.png') !important;
    background-color: #DDDDDD;
}

.borrar-icon {
    background-image: url('../images/herramientas/ico_clean.png') !important;
}

#tabToolsInfo {
    width: 300px;
    right: 0px;
    background-color: #FFF;
    border-radius: 3px;
    display: none;
    position: absolute;
    z-index: 1;
    margin-top: 44px;
    margin-right: 5px;
}

    #tabToolsInfo .tab-content {
        padding: 10px;
        text-align: center;
    }

    #tabToolsInfo .close {
        margin-right: 6px;
    }

.rutaInicial {
    background: #eee;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(238, 238, 238);
    border: 1px solid silver;
    color: #000;
    cursor: pointer;
    margin: 10px 0px 10px 0px;
    vertical-align: middle;
}

/*#endregion*/

/*#region ********************************** LISTA CAPAS ********************************/

.cortarTextoMenuCapas2 {
    max-width: 280px;
    /*max-width: 216px*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.liMenuCapas {
    margin-left: 15px;
}

.collapsible-area {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 10px;
    max-height: 190px;
}

    .collapsible-area .glyphicon {
        margin-right: 5px;
    }

.divLeft {
    float: left;
}

input[type=checkbox] {
    height: 17px;
    width: 17px;
    margin-right: 3px;
    margin-top: 1px;
}

.cortarTextoD {
    /* width: 75%; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 22px;
}

.divMenuContent {
    z-index: 1100;
    position: absolute;
    background-color: #EBEBEB;
    opacity: 1;
    filter: alpha(opacity=95); /* For IE8 and earlier */
    overflow-y: auto;
    padding: 2px 5px 2px 10px;
    font-size: 13px;
}

li {
    list-style: none;
}

divMenuContent ul {
    padding: 2px 0 2px 10px;
}

.parentPartialSelect {
    filter: alpha(opacity=60);
    opacity: 0.6;
    box-shadow: inset 25px -60px 83px 10px rgb(191, 187, 187);
    /*class = glyphicon glyphicon-ok*/
}

.layer_list {
    margin-left: 20px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    position: inherit;
    padding-left: 0px;
}

.opacity5 {
    opacity: 0.5;
}

.menuDivCapa {
    line-height: 24px;
}
/*#endregion*/
/*#region paramentros de búsqueda*/
#tableCriteriosBusqueda table {
    width: 100%;
}

#spanConsultando {
    color: white;
}

#myModalCargando .modal-body {
    text-align: center;
}

/*#endregion*/
/*#region Metodos generales: Ocultar, ...*/
.ocultaEnLista {
    display: none !important;
}

.oculta {
    display: none;
}
/*#endregion*/

/*#region ********************************* RESULTADOS DENUE******************************/
#ulDetalleEntidad, #ulDetalleActividad {
    height: 206px !important; /*LGTV se sobreponen elementos en el div se reduce el height de 270 20012023*/
    overflow: auto;
}

#ulActividadD {
    padding: 0;
}

.query-result-section {
    z-index: 1;
    /*background: rgba(134, 134, 134, 0.2);*/
    border-radius: 10px;
    padding: 10px; /*20px;*/
    border: 1px solid #ccc;
    height: auto;
    padding-bottom: 1px;
}

#collapse-tool-buttonLeft {
    top: 10px;
    /*margin-right: 10px;*/
}

#query-result h4, .resParam {
    background: rgb(231, 231, 231); /*rgba(0, 0, 0, 0.6);*/
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    /*margin: 0 12px;*/
}

.query-result-section-content {
    padding: 0 17px;
}

#ulListaDENUE, #ulActividad {
    overflow-y: auto;
    /*position: absolute;*/
    margin-top: 5px;
    right: 20px;
    left: 0; /*20px;*/
    padding-left: 0;
}

    #ulListaDENUE li, #ulActividad li {
        padding: 2px 2px 2px 5px;
    }

        #ulListaDENUE li:hover, #ulActividad li:hover {
            background: rgba(200, 200, 200, 0.6);
        }

#DENUE-footer {
    margin-top: 10px;
}

#totEstablec {
    margin: 5px 0 0 10px;
    float: left;
}

#query-result-content .pagination {
    margin: 0px 10px 0px 10px;
    float: right;
}

.listNum {
    float: right;
}

/*#endregion*/

/*#region ******************************** INFOWINDOW ************************************/
#modal_infoEstablecimiento {
    z-index: 2000;
}

.popzindex {
    z-index: 1;
}

#map2D .popover-content {
    /*min-width: 551px;*/
    min-width: 220px;
    padding: 0px 0px;
}

#map2D .popover {
    max-width: 670px;
}

#map2D .popover-title {
    padding: 8px 14px;
    border-radius: 5px 5px 0 0;
    background-color: rgba(255, 254, 254, 0.15);
    border: 0px;
}


#map2D button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

#map2D .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

#map2D ul {
    padding: 0;
}

.trap_pestana_sel {
    height: 32px;
    transform: perspective(8vw) rotateX(39deg);
    width: 99px;
    margin-left: 4px;
    margin-top: -3px;
    background: rgb(254, 217, 132); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, rgb(254, 217, 132), rgb(185, 134, 15)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgb(254, 217, 132), rgb(185, 134, 15)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgb(254, 217, 132), rgb(185, 134, 15)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgb(254, 217, 132), rgb(185, 134, 15));
    position: absolute;
    z-index: 1;
}

.trap_pestana {
    height: 32px;
    transform: perspective(8vw) rotateX(39deg);
    width: 99px;
    margin-left: 4px;
    margin-top: -3px;
    background: rgb(242, 230, 184);
    position: absolute;
}

#iw-container {
    margin-bottom: 10px;
}

#div_general_titulo {
    background: rgb(254, 217, 132); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, rgb(254, 217, 132), rgb(185, 134, 15)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgb(254, 217, 132), rgb(185, 134, 15)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgb(254, 217, 132), rgb(185, 134, 15)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgb(254, 217, 132), rgb(185, 134, 15));
    padding: 0px 10px;
    font-size: 14pt;
    font-weight: 400;
    font-family: Open Sans Condensed, sans-serif;
    border-radius: 5px;
}

.iw-content {
    max-height: 172px;
    overflow-y: auto;
    overflow-x: hidden;
}

#div_main td {
    font-size: 8pt;
    padding-left: 4px;
}

.filatablaEco {
    background-color: rgb(235, 214, 131) !important;
    vertical-align: baseline;
}

.table-bordered > tbody > tr > td, .table-bordered {
    border: 0px !important;
}

#infoEstablecimiento .table-condensed > tbody > tr > td, #fComentarios .table-condensed > tbody > tr > td,
#infoEstablecimiento .table-condensed > tbody > tr > th, #fComentarios .table-condensed > tbody > tr > th,
#infoEstablecimiento .table-condensed > tfoot > tr > td, #fComentarios .table-condensed > tfoot > tr > td,
#infoEstablecimiento .table-condensed > tfoot > tr > th, #fComentarios .table-condensed > tfoot > tr > th,
#infoEstablecimiento .table-condensed > thead > tr > td, #fComentarios .table-condensed > thead > tr > td,
#infoEstablecimiento .table-condensed > thead > tr > th, #fComentarios .table-condensed > thead > tr > th {
    padding: 2px;
}

label {
    font-weight: normal;
    display: inline;
    margin-bottom: 0px;
}

.gm-style img {
    max-width: none;
}

.redesSociales {
    width: 40px;
    vertical-align: middle;
    text-align: center;
    height: 30px;
    border: 0;
    background-color: white;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 5px;
    padding-top: 5px;
}

.gm-ui-hover-effect {
    opacity: .6;
}

#divmenuCompartirURL {
    z-index: 1;
}

#divmenuCompartirURL {
    position: absolute;
    background-color: white;
    display: none;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    /*border: 1px solid #aaa;*/
    padding: 0; /*5px 5px 0px 3px;*/
}

.msg_streetView {
    color: #ffffff;
    background-color: #aaaaaa;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}

#opcionesFicha {
    background-color: rgba(255,255,255,0);
    position: absolute;
    bottom: 0px;
    background-color: #FFF;
    width: 100%;
}
/*#region *************** INF. COMERCIAL Y ADICIONAL *************/
#modal_infoEstablecimiento .modal-content {
    width: 730px;
}



.MasInf {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 0px #db9500;
    font-size: 8pt;
    text-align: center;
    cursor: pointer;
    /*width: 100%;*/
    padding: 4px;
    margin: 5px 2px 0px 2px;
    font-weight: bold;
}

.trap_pestana_modal {
    height: 32px;
    transform: perspective(8vw) rotateX(39deg);
    width: 99px;
    margin-left: 0px;
    margin-top: -10px;
    background: rgb(242, 230, 184);
    position: absolute;
}

    .trap_pestana_modal:hover {
        background-color: rgb(254, 208, 102);
        height: 32px;
        transform: perspective(8vw) rotateX(39deg);
        width: 99px;
        margin-left: 0px;
        margin-top: -10px;
        position: absolute;
    }

.trap_pestana_modal_sel {
    height: 32px;
    transform: perspective(8vw) rotateX(39deg);
    width: 99px;
    margin-left: 0px;
    margin-top: -10px;
    background: rgb(254, 217, 132); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, rgb(254, 217, 132), rgb(185, 134, 15)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgb(254, 217, 132), rgb(185, 134, 15)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgb(254, 217, 132), rgb(185, 134, 15)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgb(254, 217, 132), rgb(185, 134, 15));
    position: absolute;
    z-index: 1;
}

.tit_pestana {
    display: block;
    position: relative;
    color: #424242;
    pointer-events: none;
    z-index: 2;
}

#tdComercial {
    font-size: 8pt;
    vertical-align: top;
    padding-top: 10px;
}

#tableComer {
    width: 100%;
    height: 97%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
}

.divComer {
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 5px; /* Safari  */
    -moz-border-radius: 5px; /* Firefox */
    border-radius: 5px;
    background-color: white;
    vertical-align: middle;
    border: 1px solid #ccc;
    padding-top: 5px;
    padding-left: 5px;
}

#lbltitulo {
    font-weight: bold;
    font-size: 11pt;
    color: black;
}

#lblrazon {
    font-size: 11pt;
    color: black;
}
.ifacebookD {
    background-position: 0px -82px !important;
}
.itwitterD {
    background-position: -30px -82px !important;
}
.iyoutubeD {
    background-position: -147px -82px !important;
}
.redesSociales {
    width: 40px;
    vertical-align: middle;
    text-align: center;
    height: 30px;
    border: 0;
    background-color: white;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 5px;
    padding-top: 5px;
}

.encSima {
    background: url(/img/sitio/logsinstituto.png);
    background-repeat: no-repeat;
}

.StyleImg {
    height: 20px;
    width: 20px;
    padding-right: 5px;
}

.divConCOM {
    font-size: 8pt;
    overflow-y: auto;
    max-width: 200px;
    overflow-x: auto;
}

#tdSIEM {
    font-size: 8pt;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 10px;
}

#tableSIEM {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
}

    #tableSIEM td img {
        height: 30px;
        width: 30px;
        margin-left: 4px;
        margin-top: 4px;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    #tableSIEM td {
        /*height:51px;*/
        vertical-align: middle;
        padding-bottom: 4px;
        padding-top: 4px;
    }

.divSIEM {
    -webkit-border-radius: 5px; /* Safari  */
    -moz-border-radius: 5px; /* Firefox */
    border-radius: 5px;
    background-color: white;
    width: 99%;
    height: 90%;
    vertical-align: middle;
    border: 1px solid #ccc;
}

#tdofer {
    text-align: center;
    max-height: 100px;
    overflow-y: auto;
    height: 100px;
    padding-left: 5px;
}

.divConSIEM {
    font-size: 8pt;
    overflow-y: auto;
    overflow-x: auto;
    height: 54%;
}

.ficha_txtinfo {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 10pt;
}

.cortarTextoFicha {
    width: 600px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
}

#slidebox {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 200px;
    text-align: left;
    display: inline-block;
	 list-style: none;
}

    #slidebox ul li {
        width: 300px;
        /* vertical-align: top; */
        text-align: left;
        /* display: inline-block; */
        display: inline-block;
        border: 1px solid transparent;
        float: left;
        height: calc(100% / 3);
        margin: 0 1px 0 0;
        overflow: hidden;
    }
	
	#slidebox ul li img {
            cursor: zoom-in;
            width: 100%;
        }

#slidebox_vc {
    position: relative;
    overflow: hidden;
    /*width: 300px;
    height: 200px;*/
    text-align: left;
    display: inline-block;
    list-style: none;
}

#slidebox_vc ul li  {
    width: 300px;
    /* vertical-align: top; */
    text-align: left;
    /* display: inline-block; */
    display: inline-block;
    border: 1px solid transparent;
    float: left;
    height: calc(100% / 3);
    margin: 0 -1px -1px 0;
    overflow: hidden;
}

        #slidebox_vc ul li img {
            cursor: zoom-in;
            width: 100%;
        }
#slidebox_logo {
    width: 140px !important;
}
    #slidebox_logo li {
        height: calc(100% / 3) !important;
    }

#slidebox_logo ul li img {
    cursor: zoom-in;
}
.cursorMenuAct{
    cursor:pointer;
}
/*#endregion ************************** INF. COMERCIAL Y ADICIONAL **********************/
/*#endregion ********** INFOWINDOW *********/
/*#region ************************** CUANTIFICAR **************************************/
.thead_cuantificar {
    background: rgba(255, 175, 2, 0.5);
}

#divCuantificar {
    overflow: auto;
}

.table-striped4 {
    display: table !important;
    table-layout: fixed;
}

    .table-striped4 > tbody > tr:nth-of-type(4n+1) {
        background-color: #f9f9f9 !important;
    }
/*#endregion*/
/*************************************************************************/
/*#region *********************** PUNTOS DE INTERÉS Y RUTEO **************************/
.iconSelect {
    vertical-align: top;
    border-color: blue;
    border-style: solid;
    border-width: 1px;
}

.icon_off {
    cursor: pointer;
    vertical-align: top;
}

#tableTextoBuscar .icon_off {
    top: 10px;
}

#divHistorial .icon_off {
    display: none;
}

.closedbtn {
    cursor: pointer;
    float: right;
    font-size: 25px;
    color: #333;
}

.infowindow-heading {
    padding: 5px;
    background-color: #767A01;
    color: #FFF;
    font-weight: 500;
}

#map2D .new-poi-popover-content {
    min-width: 300px !important;
    padding: 5px !important;
}

#map2D .new-poi-popover-title {
    position: absolute !important;
    right: 0px !important;
}

#map2D .poi-popover-content {
    min-width: 280px !important;
    padding: 5px !important;
}

#map2D .poi-popover-title {
    position: absolute !important;
    right: 0px !important;
}

#detallesRuteo {
    width: 540px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
/*#endregion*/
/************************************************************************/
/************************************************************************/
/*#region **************************** CONTROL DE MAPAS *****************************/
#controlMapas {
    -webkit-tap-highlight-color: transparent;
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    background: rgba(0,60,136,.3);
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px !important;
    margin: 10px;
    width: 115px !important;
    cursor: pointer;
}

.Geoserver {
    width: 110px;
    height: 70px;
    background: transparent url('../images/TipoMapa.gif');
    background-position: 0px 0px;
    float: left;
}

.mapa {
    width: 110px;
    height: 70px;
    background: transparent url('../images/TipoMapa.gif');
    background-position: -111px 0px;
    float: left;
}

.mapa_INEGI {
    width: 110px;
    height: 70px;
    background: transparent url('../images/TipoMapa.gif');
    background-position: -221px 0px;
    float: left;
}

.mapa_OSM {
    width: 110px;
    height: 70px;
    background: transparent url('../images/TipoMapa.gif');
    background-position: -333px 0px;
    float: left;
}

.satelite {
    width: 108px;
    height: 70px;
    background: transparent url('../images/TipoMapa.gif');
    background-position: -443px 0px;
    float: left;
}

.contenedor {
    margin: 10px;
    text-decoration: none;
}

#MapasBase {
    position: absolute;
    z-index: 1;
    right: 0;
    display: none;
    bottom: 35px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 113px;
}

    #MapasBase div {
        border: 1px solid #ccc;
        padding: 1px;
        color: #eee;
        font-size: 10px;
        text-align: center;
        will-change: contents,width;
        margin: 0px;
        background-color: rgba(0,60,136,.3);
    }

        #MapasBase div :hover {
            border: 2px solid #ccc;
            padding: 1px;
            transform: scale(1.2);
            /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }
/*#endregion*/
/************************************************************************/

/*#region ********************************* MODAL BUSQUEDA AV *******************************/
.modal-title {
    font-size: 18px;
}

#resAreaGeo {
    height: 300px;
    overflow: auto;
}

#myModalCargando {
    z-index: 3000;
}

.modal {
    z-index: 2000;
}
/*#endregion*/
.modal-dialog-centered {
    height: calc(95% - (1.75rem * 2));
    display: flex;
    align-items: center;
}

.modal-descarga {
    width: 700px;
}
/********************************************************************************/
/*#region ********************************* MEDIA QUERYS ************************************/
@media(max-width:768px) {
    #modal_infoEstablecimiento .modal-content {
        width: 500px;
    }

    .iw-content {
        max-height: 265px;
        max-height: 265px;
    }

    #opcionesFicha {
        position: static;
    }

    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
        min-width: 120px;
    }

        .no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .no-more-tables td {
        border: none;
        /*border-bottom: 1px solid #eee;*/
        position: relative;
        /*padding-left: 50%;*/
        white-space: normal;
        text-align: left;
    }

        .no-more-tables td:before {
            position: absolute;
            top: 6px;
            /*left: 6px;
            width: 45%;
            padding-right: 10px;*/
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        .no-more-tables td:before {
            content: attr(data-title);
        }

    #tableComer td {
        width: 100% !important;
    }
}

@media(max-width: 500px) {
    .query-result-section-content {
        padding: 0 0px;
    }

    #ulActividadD .nav > li > a {
        padding: 10px 5px;
    }

    #ulActividadD li, #ulActividadD span {
        padding: 2px;
    }

    #DENUE-footer {
        margin-top: 0px;
    }

    #ulListaDENUE, #ulActividad {
        margin-top: 0px;
        margin-bottom: 0;
    }

    #modal_infoEstablecimiento .modal-content {
        width: 400px;
    }

    .fichaSNgaleria {
        height: 400px;
    }

    .modal-descarga {
        width: 400px;
    }
}

@media(max-width:410px) {
    #modal_infoEstablecimiento .modal-content {
        width: 312px;
    }

    .trap_pestana_modal_sel {
        transform: none; /*perspective(8vw) rotateX(18deg);*/
        width: 90px;
        /*margin-left: 0px;
        margin-top: -4px;*/
    }

    .trap_pestana_modal {
        transform: none; /*perspective(8vw) rotateX(18deg);*/
        width: 90px;
        /*margin-left: 0px;
        margin-top: -4px;*/
    }

        .trap_pestana_modal:hover {
            transform: none; /*perspective(8vw) rotateX(18deg);*/
            width: 90px;
            /*margin-left: 0px;
            margin-top: -4px;*/
        }

    .MasInf {
        padding: 0px;
    }

    .fichaSNgaleria {
        height: 150px;
    }

    .modal-descarga {
        width: 300px;
    }
}

@media(max-width: 450px) {
    .layer_list {
        margin-left: 0px !important;
    }

    .cortarTextoMenuCapas2 {
        max-width: 232px;
    }

    div#menu3 {
        padding: 4px 10px 0 5px;
    }
}

@media(max-width:375px) {
    #tableSIEM td {
        width: 78% !important
    }
}

@media(max-width: 350px) {
    .cortarTextoMenuCapas2 {
        max-width: 185px;
    }
}

@media(min-width:376px) and (max-width:767px) {
    #tableSIEM td {
        width: 100% !important
    }
}
/*@media(min-width:768px) {
    #tableSIEM td {
        width: 80% !important
    }
}*/
/*#endregion*/


/*#region *************************COVID -19*/
#divActEcoD-C img {
    width: 16px;
}
/*#endregion*/
