.enunciado {
	position: justify;
	margin-top:100px;
	margin-left: 15px;
	margin-bottom:10px;
	width: 100%;
	min-height: 50px;

}
/*-------------------------------- OBJETOS DRAG ----------------------------------------------*/
.item {
	width: 100%;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:3px;
	float: left;
	cursor: move;
}
/*-------------------------------- DIV CON DRAGS ----------------------------------------------*/
#elements {
	position: relative;
	clear: both;
	width: 100%;
	min-height: 60px;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #DFE4F2;
}
#elements ul{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 100%;
	text-align: center;
	padding:10px 25px 0 25px;
	min-height:1px;
}
#elements li{ 
	min-width: 150px;
	max-width: 150px;
	min-height: 25px;
	height: auto;
	line-height: 25px;
	margin: 0 13px 13px 13px;
	text-align: center;
	color:#000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:#FFF;
}

/*-------------------------------- DIV CON DROPS ----------------------------------------------*/
#sol {
	position: relative;
	width: 96%;
	text-align: center;
	height: 300px;
	overflow: hidden;
	overflow-y: auto;
	border:1px solid #DFE4F2;
	margin-top: 10px;
}
#sol li {
	line-height: 25px;
	max-width: 200px;
	text-align: center;
}
.parrafo {
	position: relative;
	width: 100%;
	margin: 25px 0px;
	line-height: 50px;
	font-size: 15px;
	text-align: left;
	margin-bottom: 30px;
}
.sortable { 
	display: inline-block;
}

.activearea{
	position: absolute;
	min-height: 31px;
	min-width: 175px;
	text-align: center;
}
.activeElement {
	padding-left: 210px;
}
.draging {	opacity: .2;	}
.dragged {
	color: #6a6a6a;
	text-align: center;
}
.dragenter {
	background: #64991E;
	opacity: 1;
}
.welldone {
	color: #FFF;
	background-color: #009036;
	border-radius: 5px;
}
.welldone:hover {
	color: #FFF;
}

.showBoxes {
	color: #FFF;
	border-radius: 7px;
	background-color: #dfe4f2;
}
/*--------------------------------------- OTROS ----------------------------------------------*/

.mostrarguia{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: black;
	border: 2px solid #ffcb00;
	opacity:0.3;
}
.mostrarguia span{
	position: absolute;
	float: left;
	top:-16px;
	left:0px;
	opacity:1;
}
