div {
	height: 150px;
	width: 150px;
	margin-left: 75px;
	margin-top: 50px;
	padding: 15px;
	background-color: #F00;
	border: 3px solid #000;
	float: left;
}
.imagen1{
	border-radius: 30px 15px;
	-moz-box-shadow: 10 px 15px #888;
	-webkit-box-shadows: 10px 15px #888;
	box-shadow: 10px 15px #888;
	background-image: url(imagenes/24.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.imagen2{
	border-radius: 30px;
	-moz-box-shadow: 10 px 15px #888;
	-webkit-box-shadows: 10px 15px #888;
	box-shadow: inset 10px 15px 15px #080;
	background-image: url(imagenes/BrBa.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.imagen3{
	border-top-right-radius: 30px 50px;
	-moz-box-shadow: 10 px 15px #888;
	-webkit-box-shadows: 10px 15px #888;
	box-shadow: -10px -15px 15px 5px #ff0;
	background-image: url(imagenes/fringe.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	
}