.enunciado {
	position: relative;
	margin-top:-10px;
	margin-bottom:10px;
	margin-left:85px;
	width: 850px;
	min-height: 5px;
	text-align: center;

}
/*-------------------------------- OBJETOS DRAG ----------------------------------------------*/
.item {
	width: 92%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:3px;
	float: left;
	cursor: move;

}
.item:hover {
	color: #fecb00;
}
/*-------------------------------- DIV CON DRAGS ----------------------------------------------*/
#elements {
	/*position: relative;*/
	clear: both;
	width: 950px;
	height: 70px;
	margin-top: 7px;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #ccebf8;
		margin-left:auto;
	margin-right:auto;
}
#elements ul{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 900px;
	text-align: center;
	padding:13px 13px 0px 13px;
	min-height:70px;
}
#elements li{ 
height:30px;
	width: auto;
	min-width: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	color:#666666;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:#f4f4f4;
	box-shadow: inset 0px 0px 7px 3px #cccccc;
	-moz-box-shadow: inset 0px 0px 7px 3px #cccccc;
	-webkit-box-shadow: inset 0px 0px 7px 3px #cccccc;
	border:1px solid #999999;
    line-height:28px;
}

/*-------------------------------- DIV CON DROPS ----------------------------------------------*/
#sol {
	position: relative;
	margin: -20px auto 100px auto;
	width: 96%;
	min-height: 460px;
	text-align: center;
	padding: 10px;
}
#sol li {
color: #ffffff;
	position: absolute;
	height: 45px;
	line-height: 15px;
	width: 150px;
	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: 30px;
	min-width: 150px;
	text-align: center;
	margin: 5px 5px 5px -205px;
}
.activeElement {
	padding-left: 210px;
}
.draging {	opacity: .2;	}
.dragged {
	color: #6a6a6a;
	text-align: center;
}
.dragenter {
	background: #64991E;
	opacity: 1;
}
.welldone {
	color: #00af0d;
}
.showBoxes {
    background-color:#000000;
    border:1px solid #ffffff;   
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
/*--------------------------------------- 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;
}



