@charset "UTF-8";
/* CSS Document */


body{
	
	background-color:rgba(243,141,2,1.00);
	height: 2200px;

	
	
}


#wrapper{
	position: relative;
	top: 20px;
	width: 800px;
	height: 1700px;
	background-color: aliceblue;
	margin-left: auto;
	margin-right: auto;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

a > img{
	border:0;
}


#head{
	position: absolute;
	top:0px;
}

#sport{
	position: absolute;
	top: 450px;
}

#capacidad{
	position: absolute;
	top: 1000px;
	left: 350px
}

#cilindros{
	position: absolute;
	top: 1200px;
	left: 100px;
}

#foot{
	position: absolute;
	top: 1750px;
	left: 0px;
	
}























