body{
	overflow: hidden;
	counter-reset:section;
}
body li .item{
	list-style: none;
}
.enunciado {
	background-color: white;
	clear: both;
	width: 100%;
	text-align: left;
	color: #5190bc;
	margin: 0;
	padding: 2.5% 0 1.5% 0;
}
/*-------------------------------- OBJETOS DRAG ----------------------------------------------*/
.item {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
	border:1px solid #999999;
	padding: 5px;
	color:#666666;
	float: left;
	cursor: move;
	margin: 1% 0.5% 1% 0.5%;
}
.item:hover {
}
/*-------------------------------- DIV CON DRAGS ----------------------------------------------*/
#elements {
	width: 100%;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*background-color: #ccebf8;*/
	margin: 1% 0 2% 0;
	border: 1px solid #ccebf8;
}
#elements ul{
	width: 100%;
	text-align: center;
	min-height:20px;
}
#elements li{ 
	
}

/*-------------------------------- DIV CON DROPS ----------------------------------------------*/
#sol {
	margin: 1% auto 5% auto;
	width: 98%;
	min-height: 160px;
	height: 700px;
	text-align: center;
	padding: 1%;;
    overflow-y: auto;
	overflow-x: hidden;
	border: solid 1px #ccebf8;
}
#sol li {
	height:auto;
	min-height: 25px;
	line-height: 25px;
	min-width: 100px;
	width: auto;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	
}
.parrafo {
	counter-increment:section;
	font-weight: 200;
	width: 97%;
	margin: 0;
	line-height: 1.7;
	font-size: 20px;
	text-align: left;
	margin-bottom: 1%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f0f0ff;
	padding: 0.5% 1.5%;
}


.sortable { 
	display: inline-block;
}

.activearea{
    position:relative;
    top:4px;
	height: 25px;
	min-width: 100px;
	width: auto;
	text-align: center;
	margin: 0 5px 0 5px;
}
.activeElement {

}
.welldone {
	color: #00af0d;
	border: 1px solid #00af0d;
}
.maldone {
	color: red;
	border: 1px solid red;
}
.showBoxes {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
    border: 1px solid #ccebf8; 
}
.draging {	}
.dragged {
	top:0;
	color:#5190bc;
}
.dragenter {
	background-color: #4285a1;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:auto;

}
/*--------------------------------------- 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;
}




.parrafoHighlight {
	position: relative;
	animation-name:animateShadowUL;
	animation-duration: 2500ms;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	
	-webkit-animation-name: animateShadowUL;
	-webkit-animation-duration: 2500ms;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
}

@keyframes animateShadowUL{
	0% {  }
	50% {	
		box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);
		-webkit-box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);		  	
	}
	100% {	}
}

@-webkit-keyframes animateShadowUL{
	0% {  }
	50% {	
		box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);
		-webkit-box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);		  	
	}
	100% {	}
}


@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	#sol{
		height: 340px;
	}
	#contents {
		margin-bottom:100px;
		margin-left:auto;
		margin-right:auto;
		height:420px;
		padding: 0 2%;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
		#sol{
		height: 590px;
	}
	#contents {
		margin-bottom:100px;
		margin-left:auto;
		margin-right:auto;
		height:815px;
		padding: 0 2%;
	}
}

.ui-sortable-helper{
	box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);
		-webkit-box-shadow: 0px 0px 3px 0px rgba(66, 133, 131, 0.75);		  	
}