body{
	
	background: url(fondo.png) no-repeat center;
	
	

}

#shell {

	width: 980px;
	margin: 0 auto;
}

#header {
	text-align: center;
}

#header h1 {
	text-align: center;
	color: #fff;
}

#header img {
	width: 350px;

}

#content img {
	border-radius:10px;
	margin-bottom: 30px;
	border: 3px solid #fff;
	box-shadow:0px 3px 3px rgba(0,0,0,0.4);
}

#content {

	text-align: center;
}

.boton a {
	text-decoration: none;
	color: #fff;
	background-color: #365da8;
	padding: 20px;
	border-radius: 10px;
	box-shadow:0px 4px 5px rgba(0,0,0,0.4);
	text-transform: uppercase;
}

.boton a:hover {
	box-shadow:0px 2px 2px rgba(0,0,0,0.3);
}