

/*------------------------ ZONA INTERACTIVA ------------------------*/
.mainpanelarrastrar {
	padding-bottom:50px;
	float: left;
	height: auto;
	width: 100%;
	
	position: relative;
}

div#text {
	float: left;
	width: 100%;
	min-height:100px;
	font-size: 24px;
	line-height: 24px;
	text-align:left;
	margin-top:-40px;
}


#text > div {
	display: inline-block;
	padding: 0;
	margin:6px;
	font-size: 30px;
	line-height: 22px;
	position:relative;
	width: 100%;
	text-align: center;
}

#text > div > 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 > div > p > b{
	color: #fff;
}


#next{
	float:right;
	margin:10px;
}
#text > div#elements {
	padding: 3px;
	text-align: center;
	margin: 5px;
	width:850px;
	clear: both;
	float: left;

}

#text > 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 {
	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;
}

/*------------------------ INPUT RESPUESTAS ------------------------*/
#respuestas{
	display:none;
	float: left;
	overflow:auto;
	border:2px solid;
	color:#666;
	background:#fff;
	margin: 5px 0 70px 35px;
	width: 800px;
	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 > strong{
	color:#000;
	font-weight: bold;
	font-size:14px;
}
#respuestas > div{
	margin: 3px 0 0 15px;
}

















/*------------------------ CLICK ------------------------*/
#text > ul{
	max-width:100%;
	padding-top:5px;
	list-style: none;
	font-size: 19px;
}


#text li span {
	min-width:2px;
	position:relative;
	z-index:1000;
	text-align: left;
}


#text li.lista {
	float:left;
	background: #ffcc00;
	color: black;
	margin-top: 30px;
	-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:200px;
	border:2px solid #c8e8f7;
	line-height: 50px;
}
#text li.lista.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 li span.letra { /* Hacer CLICK en letras... */
	padding:5px 0 5px 0;
	display:inline-block;
	color: grey;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#text li span.letra.hover:hover { /* Hacer CLICK en letras... */
	background: #ffcc00;
	color: black;
	cursor: pointer;
	-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 li span.punto {
	width:10px;
}



#text > ul > li > span > img {
	max-width:100%;
}


#temp > img{
	width:230px;
}

#text li > img{
	position:absolute;
	right: -20px;
	top: -30px;
	z-index:1000;
}
#text li.done, #text li span.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, #text li span.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{
	float:left;
	margin:10px;
	margin-top:10px;
	width: 99%;
}


table div > img{
	text-align: center;
}

th{
	background:#AED0EA;
}
th,td{
	border:0;
	width:50%;
	
}
#text > table > tbody > tr > td >span{/* El estilo del texto en el container*/
	font-size:16px;
	font-weight:bold;
	text-align:left;
	line-height:14px;
	display: inline-block;
	position:relative;
	left:0;
	width:200px;
}
#text > table > tbody > tr > td > div { /* El estilo del div en el drangandrop*/
	height:auto;
	min-height:120px;
	width:85%;
	float: left;
	padding:10px 26px;
	display: inline-block;
	position:relative;
	border: 4px solid #dc9801;
	font-size: 18px;
	line-height: 18px;
	background: #DDD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	-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 > table > tbody > tr > td >font{/* El estilo del texto en el container*/
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:14px;
	display: inline-block;
	width:99%;
	margin-bottom:10px;
}


#text > table > tbody > tr > td > div  > div{ /* El estilo del div que contiene el elemento (imagen o texto) arrastrado sobre el drop*/
	float: left;
	margin: 1px;
}
#text > table > tbody > tr > td > div > img { /* El estilo de la imagen arrastrada en el div del drangandrop*/
	display:block;
}
#text > table > tbody > tr > td > div > span { /* El estilo de la imagen correcta en el drangandrop después de la corrección*/
	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 > table div{
	padding:3px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#text > table div.welldone{
	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 > table div.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');
}

#text > div#dragItems{
	float:left;
	clear:none;
	width:91%;
}

#text > 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 > 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: 3px 10px;
	text-align: center;
	color: black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	font-size: 20px;
	float: left;
	background-color: #FC0;
}

a.item p{
	text-align: center;
	line-height: 5px;
	color: black;
	min-width:150px;
	font-size: 18px;
	float: left;
}

a.item > img{
	
}






/*------------------------ 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 > div > a {
	width: 28px;
	height: 28px;
	display: block;
	position:absolute;
	top:0px;
	left:0px;
}

/*-------- [colum_izqu] COLUMNA IZQUIERDA RELACIONAR ---------*/
#colum_izqu > div > h2 {/*--PALABRA--*/
	float: left;
	font-size: 15px;
	text-align: right;
	margin-right:13%;
	width: 87%;
}


#colum_izqu > div > h2 > img {/*--IMG--*/
    height: 47px;
    display: block;
    float: right;
    margin-top: -12px;
}



/*- [CAJA] CON LA PALABRA OCULTA */
#colum_izqu > div > h2 span{
	color:#9dbd2e;
	visibility:hidden;
	padding: 10px;
	font-weight: bolder;
	font-size: 16px;
}
#colum_izqu > div > 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 > div {
	margin-bottom: 10px;
	padding:7px 5px 7px 5px;
	display: block;
	position:relative;
}







/*-------- [colum_dere] COLUMNA DERECHA RELACIONAR ---------*/

#colum_dere > 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 > 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 > 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 > 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 > 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);
}


/*----------------------------------------------------------*/
