#container {
	width:750px;
	display: inline-block;
	vertical-align: top;
}

.item {
	display:inline-block;
	width:200px;
	height:200px;
	margin:5px 20px;
}

.item img {
	width:150px;
	margin:auto;
	display: block;
	text-align: center;
}

.item img:last-child {
	height:50px !important;
	width:auto;
	margin:auto;
	display:block;
	text-align: center;
	border:dashed 2px #b7b7b6;
	border-radius: 5px;
}

#drops {
	position: static;
}

#drops h2 {
	font-size:2.5em;
	position:absolute;
	padding:3px 10px;
	color:#026633;
	background: #fbe362;
	border-radius: 10px;
}

#uni, #mul {
	position:static;
	width:400px;
	background:#FFF;
	border-radius: 10px;
	border:dashed 2px #b7b7b6;
	margin:60px auto;
}

#uni div, #mul div {
	width:90%;
	margin:auto;
	height:40px;
	background:#f4f4f4;
	margin:15px auto;
	border-radius: 10px;
	border:dashed 1px #b7b7b6;
}

.tab-container .etabs {
	margin: 0;
	padding: 0;
	position:absolute;
	right:100px;
	top:120px;
}

.tab-container .etabs .tab { 
	display: inline-block;
	zoom:1;
	background: #64b238;
	width:35px;
	height:40px;
	border: none;
	border-bottom: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tab-container .etabs .tab a { 
	font-size: 1.8em;
	min-width:10px;
	line-height: 1.4em;
	display: block;
	outline: none;
	color:#FFF;
	text-decoration: none;
}

.tab-container .etabs .tab a:hover { text-decoration: none; }

.tab-container .etabs .tab.active {
	background: #006633;
	padding-top: 0;
	position: relative;
	top: 0;
	border-color: #666;

}
.tab-container .etabs .tab a.active { font-weight: bold; }

.tab-container .panel-container { 
	background: transparent;
	border: none;
	padding: 10px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.opcion {
	display: block;
	position:absolute;
}

.opcion li {
	color:#FFF;
	text-align: center;
	font-size:1.3em;
	background:#64b238;
	padding:5px 10px;
	margin:5px auto;
	width:auto;
	border-radius: 5px;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.4);
}

.opcion li:hover {
	cursor:pointer;
}

.opcion li:active {
	box-shadow:none;
	position:relative;
	top:2px;
}

#container2 {
	width:750px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

#tabs3 .item {
	display:inline-block;
	width:200px;
	height:200px;
	margin:-5px 20px;
}

#tabs3 .item img {
	width:150px;
	margin:auto;
	display: block;
	text-align: center;
}

#tabs3 .item img:last-child {
	height:50px !important;
	width:auto;
	margin:auto;
	display:block;
	text-align: center;
	border:dashed 2px #b7b7b6;
	border-radius: 5px;
}

#tabs3 #uni {
	background: #e5efdb;
}

#tabs3 #uni h2 {
	background: #006633;
	color:#FFF;
}

#tabs3 #uni div {
	width:50%;
	margin-left:17%;
	text-align: right;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	height:50px;
}

#tabs3 #uni p {
	width:85px;
	margin-left:15px;
	padding:10px;
	text-align: center;
	font-size:1.5em;
	color:#FFF;
	background:#64b238;
	display: inline-block;
	vertical-align: middle;
}

#tabs4 textarea {
	padding:5px;
	top:210px;
	right:50px;
	position: absolute;
	width:500px;
	height:500px;
	background: #FFF;
	border-radius: 10px;
	border: dashed 2px #b7b7b6;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	font-size: 2em;
}