﻿#meta {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15em;
    /*height: 2.6em;*/
    z-index: 40;
    background:rgba(65, 65, 65, 0.5);
    color: #FFF;
    padding: 5px;
    border: 1px solid #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     border-radius: 5px; 
     font-family: arial;
     font-size: 0.9em;
     text-align: right;
}

#Img2{
    position: relative;
    top:1px;
    left:1px;
    /*width:500px;    */
}


#Img1{
    position: absolute;
    bottom:5px;
    right:5px;
    width:500px;    
}

@media screen and (max-width:810px) {
    #Img1{
    position:absolute;
    width:400px;
    }
}

@media screen and (max-width:600px) {
    #Img1{
    position: absolute;
    width:300px;
    }
}

@media screen and (max-width:530px) {
    #Img1{
    position: absolute;
    width:300px;
    top:55px;
    right:5px;
    }
}

.esriControlsBR{/* ocultar el logo de esri*/
    display: none;
}

html {
    height:100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body{
    height:100%;
    width:100%;
    margin: 0;
    padding: 0;
}

.bordeCont{
    padding :0;
    height: 100%;    
    width:100%; 
}

.imagenBanner{
    position:absolute;
    height:70px;
    width:100%;
    /*margin:-5px;*/
    margin-left:-8px;
    margin-top:-8px;
    margin-bottom:1px;
    margin-right:-5px;
 
}

.StyleBanner{
    overflow:hidden;
    margin-bottom:1px;
    margin-left:-4px;
    margin-top:-4px;
    margin-right:-4px;
    height:50px;
    padding:0;
}
    
.styleVentaContenido{
    position:absolute;
    width: 210px;
    /*height: 100px;*/
    margin-left:0px;
    margin-bottom:0px;
    margin-top:-1px;
    /*visibility:visible;*/ 
   /* overflow:scroll;*/
  
  
}
   
.mapaConte{
    margin-bottom:-2px;
    margin-left:-8px;/*tenía -4*/
    margin-top:-8px;/*tenía -5*/
    margin-right:-4px;
    padding:0;
    overflow:hidden;
   }
 
#map{
    position: absolute;
    height:100%;
    width:100%;
    /*margin-left:-4px;
    /*margin-top:-4px;*/
    /*margin-bottom:-5px;
    margin-right:-2px;
    /*padding:0;*/   
    
}
.ContenedorMapaScroll{
    overflow-x:scroll;
    overflow-y: scroll;
}
      
#iconoCerrar{
    width: 15px;
    height: 15px;
    margin-left: 190px;
    float:right;
    cursor:pointer;
   
}
    
.legendPane {
    width: auto;
    height:auto;
}

#ContenidoCapasCss {
    background-color: rgb(0, 123, 222);
    height:auto;
    width:auto;
    border-bottom: 3px solid white;
    border-top-left-radius: 5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
    color: white;
    padding:2px;
}

#ContenidoCapasPadreCss {
    background-color: rgb(0, 123, 222);
    height:auto;
    width:auto;
    border-bottom: 3px solid white;
    border-top-left-radius: 5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
    color: white;
    padding:2px;
    margin-left: 13px;
}

.iconoEliminarCapas {
    float:right;
    margin-top:3px;
    margin-right:10px;
}

.iconoExpandir {

    margin-top:4px;
    margin-left:4px;
}

.MenuConte{
   position: absolute;
   height:18%; 
   /*min-height:100%;*/
   /*max-height:25%;*/
   width:99%;
   /*min-width:1015px;*/
   overflow: hidden;
   background-color: transparent;
   z-index:853; 
   margin-left:-8px;
   margin-top: -6px;
}

.ContenedorMenuCss
{
   position: absolute;
}

.cssVtnaSimbologia
{
    margin-top:-8px;
    margin-left:-8px;
    
}

/*Estilo del boton de localizacion*/
#LocateButton { 
    position: absolute;
    top: 90px;
    left: 19px;
    z-index: 999;
}

#HomeButton {
    position: absolute;
    top: 130px;
    left: 19px;
    z-index: 999;
}


.HomeButton .home{
    background-color: #f26524;
}

.LocateButton .zoomLocateButton{
    background-color: #f26524;
}

.esriSimpleSlider{
    background-color: none;
    color:white;
}

.esriSimpleSlider div{
    background-color: #f26524;
}
