.div1 {
	height: 400px;
	width: 600px;
	position: absolute;
	left: 30%;
	top: 5%;
	background: url(leona.png)right bottom no-repeat,url(ñu.png) bottom no-repeat,url(fondo.jpg) left;
	
}
.div2 {
	height: 340px;
	width: 340px;
	position: absolute;
	left: 43%;
	top: 22%;

	border-radius: 50%;
	border: 11px solid #000;

	background: linear-gradient(to top, rgba(153,144,106,0.7) 0%, rgba(153,144,106,0) 50%);
	/*Sombra*/
	-moz-box-shadow: -10px -2px 0 10px #888;
	-webkit-box-shadow: -10px -2px 0 10px#888;
	box-shadow: -10px -2px 0 10px #888;
}
.div3 {
	height: 400px;
	width: 50px;
	position: absolute;
	left: 71%;
	top: 51%;
	background-color: #000;
	border: 1px solid #777;

	border-top-left-radius: 20% 50%;
	border-top-right-radius: 20% 50%;
	border-bottom-left-radius: 50% 20%;
	border-bottom-right-radius: 50% 20%;

	/*Sombra*/
	-moz-box-shadow: -4px -4px 0 6px #888;
	-webkit-box-shadow: -4px -6px 0 6px#888;
	box-shadow: -4px -4px 0 6px #888;

	/*Rotacion*/
	 -ms-transform: rotate(310deg); /* IE 9 */
    -webkit-transform: rotate(310deg); /* Chrome, Safari, Opera */
    transform: rotate(310deg); /* Standard syntax */
}