.mapinv{
	display: none;
}
.map1{
    width: 100%;
    height: calc(100% - 55px);
    border: 2px solid var(--Icono_Activo);
}

.map2a1{
	width: 50%;
    height: calc(100% - 55px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: 55px;
}
.map2a2{
	width: 50%;
    height: calc(100% - 55px);
    display: block;
    left: 50%;
    position: absolute;
    border: 2px solid var(--Icono_Activo);    
    top: 55px;
}
.map2b1{
    width: 100%;
    height: calc(50% - 27px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: 55px;
    left: 0px;
}
.map2b2{
    width: 100%;
    height: calc(50% - 28px);
    display: block;
    left: 50%;
    position: absolute;
    border: 2px solid var(--Icono_Activo);
    top: calc(27px + 50%);
    left: 0px;
}
.map3a1{
	width: 50%;
    height: calc(100% - 55px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: 55px;
    left: 0px;
}
.map3a2{
	width: 50%;
    height: calc(50% - 27px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: 55px;
    left: 50%;
}
.map3a3{
	width: 50%;
    height: calc(50% - 27px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: calc(27px + 50%);
    left: 50%;	
}
.map3b1{
	width: 50%;
    height: calc(100% - 55px);
    display: block;
    left: 50%;
    position: absolute;
    border: 2px solid var(--Icono_Activo);    
    top: 55px;
}
.map3b2{
	width: 50%;
    height: calc(50% - 27px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: 55px;
    left: 0%;
}
.map3b3{
	width: 50%;
    height: calc(50% - 27px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: calc(27px + 50%);
    left: 0%;
}
.map3c1{
	width: 100%;
    height: calc(50% - 27px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: 55px;
    left: 0px;
}
.map3c2{
	width: 50%;
    height: calc(50% - 27px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: calc(27px + 50%);
    left: 0%;
}
.map3c3{
	width: 50%;
    height: calc(50% - 27px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: calc(27px + 50%);
    left: 50%;
}
.map3d1{
 	width: 100%;
    height: calc(50% - 27px);
    display: block;
    left: 50%;
    position: absolute;
    border: 2px solid var(--Icono_Activo);
    top: calc(27px + 50%);
    left: 0px;
}
.map3d2{
	width: 50%;
    height: calc(50% - 27px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: 55px;
    left: 0%;
}
.map3d3{
	width: 50%;
    height: calc(50% - 27px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: 55px;
    left: 50%;
}
.map4a1{
	width: 50%;
    height: calc(50% - 27px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: 55px;
    left: 0%;
}
.map4a2{
	width: 50%;
    height: calc(50% - 27px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: 55px;
    left: 50%;
}
.map4a3{
	width: 50%;
    height: calc(50% - 27px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: calc(50% + 27px);
    left: 0%;
}
.map4a4{
	width: 50%;
    height: calc(50% - 27px);
    border: 2px solid var(--Icono_Activo);
    display: block;
    position: absolute;
    top: calc(50% + 27px);
    left: 50%;
}
.split{
    position: absolute;
    width: 50px;
    height: 50px;
    background: var(--Icono_Activo);
    right: 10px;
    top: 4px;
}
.Op_Mapa{
    right: 71px;
    width: 40px;
    height: 40px;
    top: 9px;
    background: var(--Icono_Activo);
    position: absolute;
    cursor: pointer;
}
.splitter_open{
	font-size: 29px;
    height: 420px;
    position: absolute;
    width: 70px;
    right: 0px;
    background-color: var(--Background_Color);
    z-index: 4;
    line-height: 25px;
    overflow: hidden;
    animation-name: openingsplitter;
	animation-duration: .8s;
	animation-timing-function: ease-out;
}
@keyframes openingsplitter {
  from {
  	height: 0px;
  }
  to {
  	height: 420px;
  }
}
@keyframes closingsplitter {
  from {
  	height: 420px;
  }
  to {
  	height: 0px;
  }
}
.splitter_close{
	font-size: 29px;
    height: 0px;
    position: absolute;
    width: 70px;
    right: 0px;
    background-color: var(--Background_Color);
    z-index: 4;
    line-height: 25px;
    overflow: hidden;
    animation-name: closingsplitter;
	animation-duration: .8s;
	animation-timing-function: ease-out;
}
.splitter_off{
	font-size: 29px;
    height: 0px;
    position: absolute;
    width: 70px;
    right: 0px;
    background-color: var(--Background_Color);
    z-index: 1;
    line-height: 25px;
    overflow: hidden;  
}
.split_icon{
    width: 50px;
    height: 50px;
    background: var(--Icono_Activo);
}

.Mapa_Opciones{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 55px;
    z-index: 2;
    text-align: center;
    display: none;
}
.red{
    color: var(--Icono_Activo);
    font-size: 18px;
}
.Mapa_Opciones_Container{
    position: relative;
    width: 80%;
    height: auto;
    max-width: 700px;                           
    background:var(--Background_Color);
    top: 115px;
    z-index: 2;
    display: inline-block;
    border-radius: -9px;
    border: 5px solid black;
    overflow:hidden; 
}
.Mapa_Op{
    display: inline-block;    
    height: 60px;
    text-align: center;
    width: 155px;
}
.Opx{
    width: 80%;
    cursor: pointer;
    background:white;
    }
.Opx:hover {
  background-color: var(--Icono_Activo);
}
.Mapa_Obp{
    display: inline-block;       
    text-align: center;
    width: auto;
}
.Obpx{
    width: 50px;
    cursor: pointer;
    background:white;
    }
.Obpx:hover {
  background-color: var(--Icono_Activo);
}
.Map_Op_Cont{
    width: 100%;
    margin-left: 0%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100% - 55px);
    max-height: 500px;
    var(--Background_Color);
}
.Mapa_Guardar{
    position: absolute;
    bottom: 60px;
    z-index: 2;
    right: 10px;
}
.Informacion_Mapa{
    z-index: 0;
    position: absolute;
    background: rgba(0,0,0,0.95);
    color: white;
    width: 100%;
    display: block;
    opacity: 0;
}
.Ver_Inf_Map{
    animation-name: Informar;
    animation-duration: 7s;
    animation-timing-function: linear;
}
.Vista{
    cursor: pointer;
}
@keyframes Informar {
  0%   {z-index: 1;opacity: 0;}
  10%   {z-index: 1;opacity: 0.85;} 
  50%  {z-index: 1;opacity: 1;}
  90%   {z-index: 1;opacity: 0.85;}
  100% {z-index: 0;opacity: 0;}
}


@media screen and (max-width: 960px) {
.Mapa_Opciones_Container{
    height: auto;
    max-height: 550px;
    top: 50px;
    }
}
.map_S0{
    display: none;
}
.map_S1{
    width: calc(100% - 6px);
    position: absolute;
    top: calc(100% + -39px);
    text-align: center;
    background: rgba(0,0,0,0.7);
    left: 3px;
    z-index: 2;
}
.map_S2{
    width: calc(50% - 6px);
    position: absolute;
    top: calc(100% + -39px);
    text-align: center;
    background: rgba(0,0,0,0.7);
    left: 3px;
    z-index: 2;
}
.map_S3{
    width: calc(50% - 6px);
    position: absolute;
    top: calc(100% + -39px);
    text-align: center;
    background: rgba(0,0,0,0.7);
    left: calc(50% + 3px);
    z-index: 2;
}
.map_S4{
    width: calc(100% - 6px);
    position: absolute;
    top: calc(50% + -17px);
    text-align: center;
    background: rgba(0,0,0,0.7);
    left: 3px;
    z-index: 2;
}
.map_S5{
    width: calc(100% - 6px);
    position: absolute;
    top: calc(100% + -39px);
    text-align: center;
    background: rgba(0,0,0,0.7);
    left: 3px;
    z-index: 2;
}
.map_S6{
    width: calc(50% - 6px);
    position: absolute;
    top: calc(50% + -17px);
    text-align: center;
    background: rgba(0,0,0,0.7);
    left: 3px;
    z-index: 2;
}
.map_S7{
    width: calc(50% - 6px);
    position: absolute;
    top: calc(50% + -17px);
    text-align: center;
    background: rgba(0,0,0,0.7);
    left:calc(50% + 3px);
    z-index: 2;
}
.map_S8{
     width: calc(50% - 6px);
    position: absolute;
    top: calc(100% + -39px);
    text-align: center;
    background: rgba(0,0,0,0.7);
    left: 3px;
    z-index: 2;
}
.map_S9{
    width: calc(50% - 6px);
    position: absolute;
    top: calc(100% + -39px);
    text-align: center;
    background: rgba(0,0,0,0.7);
    left:calc(50% + 3px);
    z-index: 2;
}

.MarcaIco{
margin-left: 10px;margin-right: 10px;right: auto;top: auto;position: relative;width: 60px; height: 60px;
}
.MarcaIco:hover{
    background-color: white;
    cursor: pointer;
} 

   .tooltip {
        position: relative;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 4px;
        color: white;
        padding: 4px 8px;
        opacity: 0.7;
        white-space: nowrap;
      }
      .tooltip-measure {
        opacity: 1;
        font-weight: bold;
      }
      .tooltip-static {
        background-color: #ffcc33;
        color: black;
        border: 1px solid white;
      }
      .tooltip-measure:before,
      .tooltip-static:before {
        border-top: 6px solid rgba(0, 0, 0, 0.5);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        content: "";
        position: absolute;
        bottom: -6px;
        margin-left: -7px;
        left: 50%;
      }
      .tooltip-static:before {
        border-top-color: #ffcc33;
      }   

.Select_Avisos{
    width: 60%;
    background: rgba(255,255,255,0.2);
    text-align: center;
    text-align-last: center;
    margin-bottom: 0.5em
}

.Mapa_Barra_Back{
   width: 100%;
    background: red;
    height: auto;
    position: absolute;
    top: 55px;
    background: var(--Background_Color);
    overflow-y: hidden;   
    overflow-x: hidden;
    text-align: center;
}
.Mapa_Barra_Back1{
   width: 100%;
    background: red;
    height: auto;
    position: absolute;
    top: calc(27px + 50%);
    background: var(--Background_Color);
    overflow-y: hidden;   
    overflow-x: hidden;
    text-align: center;

}
.Mapa_Barra_Back2{
   width: 50%;
    background: red;
    height: auto;
    position: absolute;
    top: 55px;
    background: var(--Background_Color);
    overflow-y: hidden;   
    overflow-x: hidden;
    text-align: center;  
}
.Mapa_Barra_Back3{
   width: 50%;
    background: red;
    height: auto;
    position: absolute;
    top: 55px;
    background: var(--Background_Color);
    overflow-y: hidden;   
    overflow-x: hidden;
    text-align: center;
    left: 50%;
}
.Mapa_Barra_Back4{
   width: 50%;
    background: red;
    height: auto;
    position: absolute;
    top: calc(27px + 50%);
    background: var(--Background_Color);
    overflow-y: hidden;   
    overflow-x: hidden;
    text-align: center;
}
.Mapa_Barra_Back5{
   width: 50%;
    background: red;
    height: auto;
    position: absolute;
    top: calc(27px + 50%);
    background: var(--Background_Color);
    overflow-y: hidden;   
    overflow-x: hidden;
    text-align: center;
    left: 50%;
}