.menu_aframe {
    position: absolute;
    bottom: 50px;
    z-index: 2;
    right: 15px;
}

.menu_aframe a {
    display: block;
    background: rgba(0, 0, 0, 0.80);
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
    font-family: tahoma;
    margin: 5px;
    text-align: center;
    cursor: pointer;
}

.menu_titulo {
    position: absolute;
    top: 15px;
    z-index: 2;
    left: 15px;
}

.titulo_escena {
    width: 200px;
    position: absolute;
    z-index: 2;
    left: 3%;
    color: white;
    background: rgba(0, 0, 0, 0.80);
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
    font-family: tahoma;
    margin: 5px;
    text-align: center;
}

.subtitulo_escena {
    width: 200px;
    position: absolute;
    z-index: 2;
    left: 210px;
    color: white;
    background: rgba(0, 0, 0, 0.80);
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
    font-family: tahoma;
    margin: 5px;
    text-align: center;
}

.mapa {
    width: 270px;
    height: 270px; 
} 

@media (max-width: 767px) {
    .menu_aframe {
        display: none;
    }
}
