.Inicio_General {
    background-image: url(../Imagenes/Inicio/Fondo_PC.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.title-ciudad{
    font-family: 'Lucida Calligraphy' !important; 
    font-size: 22px;
}

.Inicio_General img {
    max-width: 520px;
    height: 320px;
}

.img-central {
    max-width: 260px !important;
}

.img-logotipo {
    max-height: 210px;
    max-width: 135px;
}

@media only screen and (min-width:0px) and (max-width:600px) {

    .Fondo {
        width: 100%;
        height: 100vh;
        background-image: url(../Imagenes/Inicio/Fondo_Movil.png);
        background-size: 100% 100%;
    }

    .Boton_Ingles {
        position: absolute;
        margin-left: 0px;
        top: 88%;
        left: 3%;
        padding-right: 0px;
        height: auto;
        width: 120px;
    }
}
