*, html{
	margin: 0px;
	padding: 0px;
}
h2{
	color: #fff;
	font-family: helvetica;
	text-align: center;

}
#ciel1{
	background: url(../images/fondo-manita.jpg) 50% 0 no-repeat fixed;
}

#ciel1{
	margin: 0px auto;
	max-width: 1920px;
	min-height: 700px;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size cover;
	-o-background-size cover;
	background-size: cover;

}


.contenedor{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}


article{
	padding: 100px;
}



#avion {
	text-align: center;
	margin-top: 300px;
	width: 100%;
	height: auto;
	
}
#manita {
   fill: black; 
}

#manita:hover {

fill: blue;
}




		.img-parallax {
			position: fixed;
			width: 100%;
			height: 1000px;
		}

@media screen and (max-width: 400px){
	.contenedor{
		width: 100%
	}
	#avion {
	width: 100%;
	height: auto;
	
}
#avion img{
	width: 400px;
	
}

}
