html,body{
	margin: 0px;
	height:100%;
}
.fondo {
	background:url(../img/fondo.svg) bottom no-repeat,
	url(../img/baloons-128.png) 15% 30% no-repeat,
	url(../img/could.png) top repeat-x;
	background-color: #3D4860;
	height: 80%;
}
.icono {
	position: absolute;
	background-color: #fff;
	float: left;
	bottom: 55px;
	left: 45%;
	box-shadow: 0 10px 6px -6px #777;
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
img{
	margin-top: 27px;
	margin-left: 4px;	
}