@media only screen and (max-width: 425px) {
/* ************************************* ESTILOS COMPARTIDOS ************************************* */
form,
#cajaImagenes {
    box-shadow: none;
    height: 100%;
}

form,
#imagenes {
    background: none;
}

nav button,
#botonesMapa button {
    padding: 3% 0px;
}
/* **************************************** ESTILOS UNICOS **************************************** */
nav button {
    width: 90%
}

.caja {
    height: 48.5%;
    width: 98%;
}

.nav {
    height: 97%;
    width: 96%;
}

.noOrdenador {
    display: inline-block;
}

#botonesMapa button {
    width: 15%;
}

#cajaImagen button {
    width: 30%;
}

#cajaImagen img {
    max-width: 80%;
}

#cajaImagenes {
    background: rgba(255, 255, 255, 0.9);
}

#cajaImagenesInterna div {
    margin: auto;
    width: 94%;
}

#fondo {
    background-size: 80%;
}

#mapa {
    height: 50%;
    width: 100%;
}
/* ********************************* ESTILOS COMPARTIDOS DERIVADOS ********************************* */
/* ************************************ ESTILOS UNICOS DERIVADOS ************************************ */
#cajaImagenesInterna div:last-child {
    margin-top: 3%;
}
}