.tab-container .etabs {
	float:right;
	margin-right:20px;
	background:none;
	border:none;
	height:62px;
}

.tab-container .etabs .tab {
	width:77px;
	height:63px;
	background:url(../img/03_02_tab.png);
	background-size:100%;
	border:none;
	margin:0;
	padding:0;
	top:0;
}

.tab-container .etabs .tab a {
	height:63px;
}

.tab-container .etabs .tab#tab1.active {
	background-image:url(../img/03_02_tab1.png);
}
.tab-container .etabs .tab#tab2.active {
	background-image:url(../img/03_02_tab2.png);
}

.tab-container .etabs .tab#tab3.active {
	background-image:url(../img/03_02_tab3.png);
}


.tab-container .etabs .tab.active {
	background:none;
	padding:0;
	top:0;
	background-size:100%;
}

.tab-container .panel-container {
	background:rgba(255,255,255,0.4);
	clear:right;
	height:575px;
	border-radius:0 0 15px 15px;
	border:solid 3px #534741;
	box-sizing:border-box;
	padding:0;
}

#botonerapeq div {
	display:inline-block;
}

#botonera div:last-child {
	border:none;
}

#botonera {
	width:210px;
}

#botonera div {
	display: inline-block;
	border-right:solid 2px #006633;
}

.popBtn {
	width:286px;
	height:54px;
	position:absolute;
}

#botonera.big {
	width:281px;
	left:39%;
}

#drags {
	width:674px;
	height:470px;
	position:absolute;
	top:201px;
	right:45px;
	padding-top:20px;
}

#drags span {
	font-size:1.7em;
	padding:5px 30px;
	margin:5px;
	display:inline-block;
	background:rgba(255,0,0,0.3)
}

#drags span:hover {
	cursor: pointer;
}

#drops div {
	width:230px;
	height:25px;
	border:dashed 1px rgba(0,0,0,0);
	position:absolute;
	top:100px;
	left:100px;
	box-sizing:border-box;
}

#drops div.help {
	border:dashed 1px black;
}

#drops div.success {
	background:rgba(255,0,0,0.3);
	border:dashed 1px black;
}