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



body{
	
	background-color:rgba(190,0,3,1.00);
	height:2900px;
}


#wrapper{
	
	position:relative;
	background-color:rgba(255,255,255,1.00);
	top:50px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:2700px;
	
}


a > img{
	border:0;
}

#Head{
	
	position: relative;
	top: 0px;
}

#kickball{
	position: absolute;
	top:850px;
	left: 125px
}


#ball{
	position: absolute;
	top: 1000px;
	left: 50px
}

#ball_2{
	position: absolute;
	top: 1000px;
	left: 400px;
}

#capacidades{
	position: absolute;
	top :2000px;
	left: 350px
}

#menu{
	position: absolute;
	top: 2150px;
	left: 50px
}


p{
	position: absolute;
	top: 2650px;
	left: 50px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}






























































