* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    
    font-family: sans-serif;
    background-color: gainsboro;
    width: 100%;
    height: auto;
}



#contenedor_mapa {
    
    width: 100%;
    height: 100%;
}



#contenedor_mapa .ventana {
    
    position: relative;
    float: right;
    top: 100px;
    width: 90%;
    height: auto;
    background-color: #6494ed;
    z-index: 2;
    box-shadow: 0px 3px 5px 0px gray;
    

}

.contenedor_position {
    
    position: relative;
    float: right;
    top: 100px;
    width: 90%;
    height: 50px;
    z-index: 1;
    margin: auto;
 
        
}


.icon_position {
    position: relative;
    z-index: 102;
    margin: auto;
}






.titulo {
    
    font-family: 'Roboto', sans-serif; font-weight: 400;
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-color: dimgray; 
    color: white;
    
    
}


.ubar {
    
   font-family: 'Roboto', sans-serif; font-weight: 500;  
    position: fixed;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.6em;
    width: 100%;
    z-index: -1;
    
    
    
}




.ayuda {
    
    font-family: 'Roboto', sans-serif; font-weight: 300;
    padding: 15px;
    color: white;
    font-size: 1.1em;
   
    
}

.gps {
    position:fixed;
    bottom: 80px;;
    left: 10px;
    width: 40px;
    border-radius: 100px;
    border: 2px solid white;
    z-index: 1;
    cursor: pointer;
    
}





iframe {
    
    position: absolute;
    max-width: 100%;
    max-height: 100%;
     
    
    
}







  


