@media all and (max-width: 400px) {
    .desarrollo{
        float: none;
        width: 100%;
    }

    #propiedades .desarrollo{
	    background-position: center;
	    background-size: cover;
	    float: left;
	    overflow: hidden;
	    position: relative;
	    width: 100%;
	    margin-bottom: 0%;
	}

	#propiedades .izq .desarrollo{
	    margin-right: 0;
	}

	#propiedades .der .desarrollo{
	    margin-left: 0;
	}

	.izq{
	    float: left;
	    width: 100%;
	    display: inline-block;
	}

	.der{
	    float: left;
	    width: 100%;
	    display: inline-block;
	}
	#propiedades .container{
	    padding: 0;
	}
	.der h2{
		margin-top: 10%;
	}

	.ver-galeria{
		width: 35%;
	}

	.regresar{
		width: 30%;
		top: -70px;
	}

	.desc-izq{
		width: 100%;
		margin-right: 0;
	}

	.desc-der{
		width: 100%;
		margin-left: 0;
		margin-top: 5%;
	}

	.menu-propiedades-disponibles {
    width: 100%;
    padding-right: 2% !important;
    padding-top: 4vh !important;
	padding-bottom: 4vh !important;
    }

    #menu-propiedades:hover {
    background-color: #fff!important;
    color: #005487!important;
    }

    #fondo-propiedades{
    	background-image: none;
    }

    #detalle-content{
    	background-image: none;
    }

    .izq{
    	min-height: 46vh;
    }

    .der{
    	min-height: 47vh;
    }

    .wrap {
	    min-height: 100%;
	    height: auto;
	    margin: 0 auto;
	    padding: 0 !important;
	    display: inline-block;
	    width: 100%;
	}

}
