@media only screen and (min-width: 769px) {
/* ************************************* ESTILOS COMPARTIDOS ************************************* */
form,
#cajaImagenes {
    height: 50%;
    width: 35%;
}

nav button,
#botonesMapa button {
    padding: 1% 0px;
}

.ordenador,
#cajaImagenesInterna div {
    display: inline-block;
}
/* **************************************** ESTILOS UNICOS **************************************** */
button {
    cursor: pointer;
}

nav button {
    width: 25%;
}

.caja {
    float: left;
    height: 45%;
    width: 22.6%;
}

.nav {
    height: 97%;
    width: 98%;
}

#botonesMapa button {
    width: 5%;
}


#cajaImagen button {
    width: 10%;
}

#cajaImagen img {
    max-width: 40%;
}

#cajaImagenesInterna div {
    width: 46%;
}

#fondo {
    background-size: 40%;
}

#mapa {
    height: 60%;
    margin: auto;
    width: 50%;
}
/* ********************************* ESTILOS COMPARTIDOS DERIVADOS ********************************* */
/* ************************************ ESTILOS UNICOS DERIVADOS ************************************ */
}