<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* solucion */



/*------------------------ ZONA INTERACTIVA ------------------------*/
.mainpanelarrastrar {
	padding-bottom:50px;
	float: left;
	height: auto;
	width: 100%;
	
	position: relative;
}

#otravez{
	cursor:pointer;
}


div#text {
	float: left;
	width: 100%;
	min-height:100px;
	font-size: 120%;
	line-height: 24px;
	text-align:center;
	margin-top:-20px;
}


#text &gt; div {
	display: inline-block;
	padding: 0;
	margin:6px;
	font-size: 100%;
	line-height: 22px;
	position:relative;
	width: 100%;
	text-align: center;
}

#text &gt; div &gt; p {
	color: #64991E;
	text-transform:lowercase;
	display:none;
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	font-weight: bold;
	width:100px;
	padding: 2px;
	border: 2px solid #0067aa;
	position:absolute;
	top:-10px;
	left:0;
}

#text &gt; div &gt; p &gt; b{
	color: #fff;
}


#next{
	float:right;
	margin:10px;
}
#text &gt; div#elements {
	padding: 3px;
	text-align: center;
	margin: 5px;
	width:850px;
	clear: both;
	float: left;

}

#text &gt; div.welldone {
	width:auto;
	border: 0px none;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
	height:auto;
}
















/*------------------------ INPUT ------------------------*/
span.done {
	background: #64991E;
	color: #fff;

}
input.fail, input.fail2 {
	color: #FADDDE;
	border: solid 1px #980C10;
	background: #D81B21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ED1C24), to(#AA1317));
	background: -moz-linear-gradient(top, #ED1C24, #AA1317);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

input.selected {
	color: #606060;
	border: solid 1px #B7B7B7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(white));
	background: -moz-linear-gradient(top, #EDEDED, white);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='white');
}
input.ok {
	color: #fff;
	border: solid 1px #999;
	background: #64991E;
	background: -webkit-gradient(linear, left top, left bottom, from(#64991E), to(#1BE02B));
	background: -moz-linear-gradient(top, #64991E, #1BE02B);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64991E', endColorstr='#1BE02B');
}

input {
	min-width:50px;
	max-width:600px;
	padding: 2px;
	border: 1px solid #999;
	background: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	-webkit-box-shadow: inset 1px 1px 1px #999;
	-moz-box-shadow: inset 1px 1px 1px #999;
	box-shadow: inset 1px 1px 1px #999;
	margin-right: 7px;
}







/*------------------------ INPUT RESPUESTAS ------------------------*/
#respuestas{
	display:none;
	float: left;
	overflow:auto;
	border:2px solid;
	color:#666;
	background:#fff;
	margin: 50px 0 20px 35px;
	width: 920px;
	padding:10px;
	
	border-color:#ffcb05;
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
#respuestas &gt; strong{
	color:#000;
	font-weight: bold;
	font-size:14px;
}
#respuestas &gt; div{
	margin: 3px 0 0 15px;
}




















/*------------------------ CLICK ------------------------*/
#text &gt; ul{
	width:95%;
	padding-top:5px;
}

#text li {
	float:left;
	list-style: none;
	background: #ffcc00;
	color: black;
	margin-bottom: 10px;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 22px;
	padding:5px;
	text-align: center;
	position:relative;
	display:block;
	width:290px;
	border:2px solid #c8e8f7;
}

#text li.hover:hover {
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.5);
	box-shadow: 0 4px 4px rgba(0,0,0,0.5);
}


#text &gt; ul &gt; li &gt; span &gt; img {
	display:block;
	max-width:100%;
}


#temp &gt; img{

}

#text li &gt; img{
	position:absolute;
	top: -15px;
	right: 0px;

}
#text li.done {
	color: #fff;
	background: #64991E;
	background: -webkit-gradient(linear, left top, left bottom, from(#64991E), to(#1BE02B));
	background: -moz-linear-gradient(top, #64991E, #1BE02B);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64991E', endColorstr='#1BE02B');
}


#text li.fail {
	color: #FADDDE;
	background: #D81B21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ED1C24), to(#AA1317));
	background: -moz-linear-gradient(top, #ED1C24, #AA1317);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}




















/*------------------------ DRAG ------------------------*/

table{

	margin:5px;
	width: 100%;
}

table div {
	float: left;
	display: inline-block;
	padding: 0;
	background: #DDD;
	width: 85px;
	height:85px;
	line-height: 90px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table div &gt; img{
	text-align: center;
	position:absolute;
	bottom:-27px;
	left:22%;
}

th{
}
th,td{
	border:0;
	width: 15%;
}

#text &gt; table &gt; tbody &gt; tr &gt; td &gt;span{/* El estilo del texto en el container*/
	font-size:14px;	
	text-align:left;
	line-height:14px;
	display: inline-block;
	position:relative;
	left:-20px;
	width:180px;
}
#text &gt; table &gt; tbody &gt; tr &gt; td &gt; div { /* El estilo del div en el drangandrop*/
	position:relative;
	border: 1px solid #FFFFFF;
	font-size: 30px;
}
tr.MasPeque &gt; td &gt; div{ /*Estilo para palabras grandes con mas de 8 Letras*/
	position:relative;
	width: 70px;
	height:70px;
	line-height: 70px;
	
}
#text &gt; table &gt; tbody &gt; tr &gt; td &gt; div &gt; span { /* El estilo de la imagen correcta en el drangandrop*/
	opacity: .9;
	filter: alpha(opacity=90); /* IE 7 and Earlier */
	/* Next 2 lines IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	display: inline-block;
	position:absolute;
	top:-60px;
	right:-20px;
	background-color:#64991E;
	border: solid 4px #64991E;
	-moz-box-shadow: 10px 10px 5px #888888; /* Old Firefox */
	box-shadow: 10px 10px 5px #888888;
	z-index:1000;
}


#text &gt; table div.welldone{
	border: 0px none;
	border: 1px solid #2a9c3b;
	text-align: center;
	color: #fff;
	background: #64991E;
	background: -webkit-gradient(linear, left top, left bottom, from(#64991E), to(#1BE02B));
	background: -moz-linear-gradient(top, #64991E, #1BE02B);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64991E', endColorstr='#1BE02B');
}
#text &gt; table div.fail {
	color: #FADDDE;
	border: solid 1px #980C10;
	background: #D81B21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ED1C24), to(#AA1317));
	background: -moz-linear-gradient(top, #ED1C24, #AA1317);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

#text &gt; div#dragItems{
	float:left;
	clear:none;
}

#text &gt; div.activearea{
	float: left;
	display: inline-block;
	width: 100px;
	padding: 0;
	margin: 5px;
	height: 18px;
	background: #DDD;
	border: 1px solid #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#text &gt; div.dragenter {
	background-color: #333;
	opacity: .5;
	filter: alpha(opacity=50); /* IE 7 and Earlier */
	/* Next 2 lines IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

a.item {
	display: none;
	margin: 20px;
	margin-left: 42px;
	text-align: center;
	line-height: 16px;
	color: black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	font-size: 16px;
	float: left;
	background-color: #FC0;
}


























/*------------------------ RELACIONAR ------------------------*/
/*-------- CANVAS ---------*/
canvas {
	z-index:5;
}

/*-------- [BOTON] ARRASTRAR ---------*/
#colum_izqu a.drag, #colum_dere a.drag  {
	width: 28px;
	height: 28px;
	margin: 0;
	display: block;
	background: url(../img/point.png) no-repeat 5px 5px;
	cursor: default;
}
#colum_izqu a.drag {
	margin: 0 0 0 90%;
}
#colum_dere a.drag {
	margin-top: 5px;
}
#colum_izqu a[draggable=true].drag , #colum_dere a[draggable=true].drag {
	cursor: move;
}

#colum_dere &gt; div &gt; a {
	width: 28px;
	height: 28px;
	display: block;
	position:absolute;
	top:0px;
	left:0px;
}

/*-------- [colum_izqu] COLUMNA IZQUIERDA RELACIONAR ---------*/
#colum_izqu &gt; div &gt; h2 {/*--PALABRA--*/
	float: left;
	font-size: 15px;
	text-align: right;
	margin-right:13%;
	width: 87%;
}


#colum_izqu &gt; div &gt; h2 &gt; img {/*--IMG--*/
    height: 47px;
    display: block;
    float: right;
    margin-top: -12px;
}



/*- [CAJA] CON LA PALABRA OCULTA */
#colum_izqu &gt; div &gt; h2 span{
	color:#9dbd2e;
	visibility:hidden;
	padding: 10px;
	font-weight: bolder;
	font-size: 16px;
}
#colum_izqu &gt; div &gt; h2 b{
	border: 2px solid #aac5d2;
	padding: 3px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
/*------*/


#colum_izqu {
	width: 400px;
	float: left;
	position: absolute;
	left: 10px;
	z-index:10;
	display: block;
	padding:20px 0 20px 0;
	
}

#colum_izqu &gt; div {
	margin-bottom: 10px;
	padding:7px 5px 7px 5px;
	display: block;
	position:relative;
}







/*-------- [colum_dere] COLUMNA DERECHA RELACIONAR ---------*/

#colum_dere &gt; h3 { /*----- PALABRAS ----*/
	float: left;
	font-size: 15px;
	text-align: left;
	margin: -43px 0 0 13%;
	width: 87%;
	position: absolute;
	line-height: 20px;
}

#colum_dere {
	width: 350px;
	position: absolute;
	right:-3px;
	z-index:10;
	display: block;
	padding:20px 0 20px 0;
}
#colum_dere img{/*--IMG--*/
    height: 47px;
    display: block;
    float: left;
    margin-top: -8px;
}


#colum_dere &gt; div {
	position:relative;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	width: 60px;
	max-width: 310px;
	border-top: 1px solid #aaa;
	margin-bottom: 10px;
	min-height: 30px;
	display: block;
	border: 1px solid #ddd;
	padding:5px 5px 5px 30px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-box-shadow: 1px 1px 1px #333;
	-moz-box-shadow: 1px -1px 1px #333;
	box-shadow: 1px 1px 1px #333;
	background: #aaa;
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#eee));
	background: -webkit-linear-gradient(top, #ddd, #eee);
	background: -moz-linear-gradient(top, #ddd, #eee);
	background: -ms-linear-gradient(top, #ddd, #eee);
	background: -o-linear-gradient(top, #ddd, #eee);
}

#colum_dere &gt; div.fail{
	color: #fff;
	border: solid 1px #980C10;
	background: #D81B21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ED1C24), to(#AA1317));
	background: -moz-linear-gradient(top, #ED1C24, #AA1317);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

#colum_dere &gt; div.done{
	color: #fff;
	background: #64991E;
	background: -webkit-gradient(linear, left top, left bottom, from(#64991E), to(#1BE02B));
	background: -moz-linear-gradient(top, #64991E, #1BE02B);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64991E', endColorstr='#1BE02B');
}

#colum_dere &gt; div.dragenter {
	background: #CBE5F6;
	background: -webkit-gradient(linear, left top, left bottom, from(#CBE5F6), to(#88ddf7));
	background: -webkit-linear-gradient(top, #CBE5F6, #88ddf7);
	background: -moz-linear-gradient(top, #CBE5F6, #88ddf7);
	background: -ms-linear-gradient(top, #CBE5F6, #88ddf7);
	background: -o-linear-gradient(top, #CBE5F6, #88ddf7);
}


/*----------------------------------------------------------*/
</pre></body></html>