#imagenes_carga{
	background-image:url("../img/ej-box1.png"), url("../img/ej-box2.png"), url("../img/ej-box3.png"), url("../img/ej-box4.png"), url("../img/ej-box5.png"), url("../img/ej-closedbox.png"), url("../img/ej-emptybox.png");
	width: 0px;
	height: 0px;
}
#botonerapeq2 {
	margin:auto;
	width:140px;
	position:absolute;
	bottom:200px;
	left:44.6%;
}

#botonerapeq2 div {
	margin:0 -2px;
	width:70px;
	height:60px;
	background: #eb7f26;
	position: relative;
	color:#FFF;
	font-size:3em;
	text-align:center;
	line-height:60px;
	display: inline-block;
}

#botonerapeq2:before {
	background-color:#89380f;
    content:"";
    position:absolute;
    width: 99.7%;
    height:20px;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:4px;
    left:-2px;
    bottom:-4px;
}

#botonerapeq2 div:active {
	background: #89380f;
	transform:scaleY(0.8);
}

#botonerapeq2 div:first-child {
	border-radius:10px 0 0 0;
	border-right:solid 2px #89380f;
}

#botonerapeq2 div:last-child {
	border-radius: 0 10px 0 0;
	border-left:solid 2px #89380f;
}

#botonerapeq2 div:hover {
	background: #EE9348;
}

.p_prev.off {background-color:#b45a11 !important;}
.p_next.off {background-color:#b45a11 !important;}


.drop {
	position: absolute;
    width: 310px;
    height:264px;
    top:405px;
    display: inline-block;
    background-image: url(../img/ej-emptybox.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100%;

}

.balon {
	border-radius: 50%;
    box-shadow: 0px 0px 30px yellow;
    width:55px;
    cursor: pointer;
    position: absolute;
    top:280px;
    left:640px;
}

img[id^="balon"] {
    width:55px;
}

span {
	width:180px;
	font-size:6em;
	position:absolute;
	top:320px;
	text-align: center;
}


#botonera2 {
	margin:auto;
	width:70px;
	position:absolute;
	bottom:25px;
	left:45.5%;
}

#botonera2 div {
	margin:0 -2px;
	width:70px;
	height:60px;
	background: #eb7f26;
	position: relative;
	color:#FFF;
	font-size:3em;
	text-align:center;
	line-height:60px;
	border-radius:10px 10px 0 0;
	border-right:solid 2px #89380f;
	border-left:solid 2px #89380f;
}

#botonera2:before {
	background-color:#89380f;
    content:"";
    position:absolute;
    width: 99.7%;
    height:20px;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:4px;
    left:-2px;
    bottom:-4px;
}

#botonera2 div:active {
	background: #89380f;
	transform:scaleY(0.8);
}

#botonera2 div:hover {
	background: #EE9348;
}