

	
	
	@media only screen and (max-width:420px) {
		.imagen-enter {
			float:left;
			width:60%;
			margin-left:20%;
		}
	}
	@media only screen and (min-width:421px) {
		.imagen-enter {
			float:right;
		}
		.bajada-header {
			width:25%;
		}
	}