/*-------------------------------- OBJETOS DRAG ----------------------------------------------*/
.item {
	float: left;
	cursor: move;
	width: 200px;

}
.item:hover {
}
.item  img{
	width: 200px;
}
/*-------------------------------- DIV CON DRAGS ----------------------------------------------*/
#elements {
	position: relative;
	
	clear: both;

	width: 100%;
	margin-top: 7px;
	text-align: center;
}
#elements ul{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 100%;
	text-align: center;
	background-color: #ccebf8;
	padding:13px;
}
#elements li{ 
	
	width:160px;
	height:20px;
	padding:5px;
	margin:5px;
	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;
	margin-right: 20px;
	margin-left: 10px;
}

/*-------------------------------- DIV CON DROPS ----------------------------------------------*/
#sol {
	position: relative;
	margin-top:51px;
	width: 100%;
	min-height: 300px;
	height: 100%;
	text-align: center;
}
#sol li {
	width: 100%;
	margin-top:13px;
}

.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;
	width: 300px;
	height: 300px;
	text-align: center;
	margin: 5px 5px 5px -205px;
}
.activeElement {
	padding-left: 210px;
}
.draging {	opacity: .2;	}
.dragged {
	color: #6a6a6a;
	text-align: center;
}
.dragenter {
	background: #64991E;
	border: 1px solid #000;
	opacity: 1;
}
.welldone {
	color: #00af0d;

}
.showBoxes {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:2px solid #0095DA;
    box-shadow: -1px 1px 2px 2px rgba(0,0,0,0.10), inset 0px 0px 10px 5px rgba(0,149,218,0.10);
    -webkit-box-shadow: -1px 1px 2px 2px rgba(0,0,0,0.10), inset 0px 0px 10px 5px rgba(0,149,218,0.10);
   -moz-box-shadow: -1px 1px 2px 2px rgba(0,0,0,0.10), inset 0px 0px 10px 5px rgba(0,149,218,0.10);
}
.grupoTitle  {
	position: absolute;
	float: left;
	top: -39px;
	left: 0px;
	width: 100%;
	color: #fff;
    height:30px;
    background-color:#0095DA;
    border-radius:10px;
    line-height:30px;
    box-shadow: -1px -1px 2px 2px rgba(0,0,0,0.10);
    -moz-box-shadow: -1px -1px 2px 2px rgba(0,0,0,0.10);
    -webkit-box-shadow: -1px -1px 2px 2px rgba(0,0,0,0.10);
}
/*--------------------------------------- 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;
}



