<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.enunciado {
	position: relative;
	margin-top:-10px;
	margin-bottom:5px;
	width: 100%;
	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 {
	margin-left:auto;
    margin-right:auto;
	clear: both;
	width: 1000px;
	min-height: 50px;
	margin-top: 7px;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #ccebf8;
}
#elements ul{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 98%;
	text-align: center;
	padding:5px;
	min-height:50px;
}
#elements li{ 
	width: auto;
    height:20px;
	min-width: 100px;
	margin-right: 8px;
	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;
    padding-left:5px;
     padding-right:5px;
}

/*-------------------------------- DIV CON DROPS ----------------------------------------------*/
#sol {
	position: relative;
    margin-top:0px;
	margin-bottom: 300px;
	width: 96%;
	min-height: 460px;
	text-align: center;
	padding: 10px;
}
#sol li {
	position: absolute;
	height: 30px;
	line-height: 25px;
	width: 100%;
	text-align: center;
}
.parrafo {
	position: relative;
	width: 100%;
	margin: 25px 0px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	margin-bottom: 30px;
}
.sortable { 
	display: inline-block;
}

.activearea{
	position: absolute;
	min-height: 30px;
	min-width: 115px;
	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: #7ffc5d;
    font-weight:bold;
}
.showBoxes {
    background-color:rgba(0,149,218, 1);
    border:2px solid #fff;   
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    color:#fff;
    box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}


#drop6{
   width:190px;
}
#drop9{
   width:170px;
   
}
#drop10{
   width:210px;
   
}

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



</pre></body></html>