div {
	height: 350px;
	width: 350px;
	margin-left: 50px;
	margin-top: 50px;
	padding: 15px;
	background-color: #ff0;
	border: 3px solid #000;
	float: left;
}
.imagen1{
	border-radius: 30px;
	-moz-box-shadow: 10 px 15px #888;
	-webkit-box-shadows: 10px 15px #888;
	box-shadow: 10px 15px #888;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(../imagenes/pineta.jpg);
}
.imagen2{
	border-radius: 30px;
	-moz-box-shadow: 10 px 15px #888;
	-webkit-box-shadows: 10px 15px #888;
	box-shadow: 10px 15px #888;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(../imagenes/rappel.jpg);
}
.imagen3{
	border-radius: 30px;
	-moz-box-shadow: 10 px 15px #888;
	-webkit-box-shadows: 10px 15px #888;
	box-shadow: 10px 15px #888;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(../imagenes/manga.jpg);
	
}