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

body{
	background-color:#61C3F2;
	height:2200px;
}

#wrapper{
	position:relative;
	top:50px;
	width:800px;
	height:1600px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border-bottom-left-radius:45px;
	border-bottom-right-radius:45px;
}

a > img{
	border:0;
}

.splash{
	position:relative;
	top:-100px;
}

.cuadro{
	position:relative;
	top:0px;
	left:100px;
}

.boton{
	position:absolute;
	top:1270px;
	left:450px;
}

#foot{
	position:relative;
	top:100px;
}







	









































