<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:51px;
	margin-bottom:10px;
	width: 100%;
	min-height: 50px;
	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: 100%;
	min-height: 60px;
	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: 100%;
	text-align: center;
	padding:10px 25px 0 25px;
	min-height:1px;
}
#elements li{ 
	width: auto;
	min-width: 150px;
	margin: 0 13px 13px 13px;
	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;
}

/*-------------------------------- DIV CON DROPS ----------------------------------------------*/
#sol {
	position: relative;
	width: 96%;
    height:auto;
	text-align: center;
}
#sol li {
	position: absolute;
	height: 31px;
	line-height: 25px;
	width: 260px;
	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: 260px;
	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:#ccebf8;
    border:3px solid #ccebf8;   
	-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;
}



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