sub{
	font-size: 80% !important;
	position: relative;
	bottom: -2px;
}
sup{
	font-size: 80% !important;
	position: relative;
	top: -2px;
}

.tooltip{
	  z-index: 110;
      display: inline;
      position: relative;
	  font-weight:bold;
	color:#3696DE;
  }
  
  .tooltip:hover:after{
		font-weight: normal;
      background: #333;
      background: rgba(0,0,0,.8);
      border-radius: 5px;
      bottom: 26px;
      color: #fff;
      content: attr(titulo);
      left: -40%;
      padding: 5px 15px;
      position: absolute;
      z-index: 98;
      width: 220px;
	  font-size:14px;
	  font-weight: normal;
  }
  
  .tooltip:hover:before{
      border: solid;
      border-color: #333 transparent;
      border-width: 6px 6px 0 6px;
      bottom: 20px;
      content: "";
      left: 50%;
      position: absolute;
      z-index: 99;
  }


 /*-----------------------------------------------------------------*/
/*--------------------------- TEXTAREA ----------------------------*/
/*-----------------------------------------------------------------*/
.textAreas {
	width:100%;
	list-style: none;
	margin:0;
	padding:0;
	background-color:#dfe4f2;
	border-radius: 7px;
	
	text-align:left;
	color:#009cda;
	font-weight:normal;
}
.textAreas > div{
	font-size:1em;
	
}

.textAreas textarea{
	margin-top:5px;
	margin-bottom: 5px;
	background-color:#fff;
	border: 3px solid #f0ffff;
	font-size:1em;
	resize: vertical;
}
.textAreas textarea:hover {
	border-color: #005ea8;
}
.textAreas textarea:focus {
	border-color: #005ea8;
}

.textAreas textarea_solucion{
	display: none !important;
}
#respuestas #respTextArea{
	margin: 0px !important;
	text-align: left;
	font-size: 0.8em;
}
#respuestas #respTextArea > div{
	margin: 0px;
	margin-bottom: 15px;
	border-bottom: 5px dashed #005ea8;
	padding-bottom: 10px;
}

#respuestas #respTextArea table{
	margin: 10px 0px;
}
#respuestas #respTextArea table tr th{
  color:#2978a0;
	font-weight: bold;
}
#respuestas #respTextArea table td{
	border-radius: 0px;
	text-align: left;
	padding: 5px;
	width: 50%;
	vertical-align: top;
}








/*-----------------------------------------------------------------*/
/*------------------------ SELECCIONAR ----------------------------*/
/*------------------ CLICK  + RADIO BUTTON + CHECKBOX -------------*/
/*-----------------------------------------------------------------*/
#Seleccionar{
}

#Seleccionar > ul{
	max-width:100%;
	height: auto;
	overflow: auto;
	list-style: none;
	margin:0;
	padding:0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:10px;
	border-radius: 10px;
	border:1px solid transparent;
	background-color: #f5f5f6 !important;
}
#Seleccionar.seleccionarTexto > ul{	overflow:hidden;  }

#Seleccionar > ul h6{
	text-align:left;
	margin:0;
	padding:0;
	padding:15px;
	padding-top: 0px;
	margin-bottom:0px;
	font-size:1em;
	color:#005ea8;
	font-weight: normal;
}

#Seleccionar ul.lista li:first-child {
	
}
#Seleccionar ul.lista li.click {
  float:left;
	position:relative;
	background: #3696DE;
	color: #fff;
	border-radius: 5px;
	padding:5px;
	text-align: center;
	display:table;
	border:2px solid #c8e8f7;
}
#Seleccionar ul.lista li.click p{
	color: #fff;
}
#Seleccionar ul.lista li.click.checked {
	background-color: #ffcc00;
	
}
#Seleccionar ul.lista > li.click:not([disabled]):hover {
	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);
}

#Seleccionar ul.lista li.radio_check {
	display: table;
	position:relative;
	color: #000;
	font-size: 1em;
	padding:5px;
	text-align: left;
	width:auto;
	margin-bottom: 3px;
}
#Seleccionar ul.lista li.radio_check:before {  
	content: "";    
	width: 20px;
	height: 20px; 
   
	position:absolute;
	top: 0;
	left: 0px;
	bottom: 0px;
	margin: auto;
	background-color: #fff;  
	border-radius: 100%;  
	text-align: center;
	border: 1px solid grey; 
}      
#Seleccionar ul.lista li.radio_check.checked:before {  
    content: "";   
    background-color: #ffcc00;     
    border: 1px solid #b07610;
    box-shadow: none;
}   
#Seleccionar ul.lista li.radio_check:not([disabled]):hover {  
	cursor: pointer;
}   
#Seleccionar ul.lista li.radio_check:not([disabled]):hover:before {  
	cursor: pointer;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

#Seleccionar ul.lista >  li > p{ /* PARA EL ATRIBUTO PALABRA */
	position: relative;
	display: table-cell;
	vertical-align: middle;
	margin:0px;
	padding:0px;
	width: 100%;
	height: 100%;
	font-size:0.95em;
}

#Seleccionar ul.lista >  li > p > img{ /* PARA EL ATRIBUTO IMAGEN */
	max-height:100%;
	max-width:100%;
}




#Seleccionar ul.lista >  li.click > img{/* STICK BIEN Y MAL */
	position:absolute;
	z-index:10;
}
#Seleccionar ul.lista >  li.radio_check > img{/* STICK BIEN Y MAL */
	position:absolute;
	left: -10%;
	top: 5%;
	z-index:10;
	width: 10%;
}



/* MANIPULAR TEXTO*/
#Seleccionar ul.texto { 
	line-height:auto;
}
#Seleccionar > ul.texto h6{
	padding: 0px 10px;
}
#Seleccionar ul.texto > li { 
  padding: 0px 10px;
}
#Seleccionar ul.texto > li > p { 
	padding:3px;
	font-size: 1em;
	text-align: left;
}
#Seleccionar ul.texto > li > p > i{ 
	font-style:normal;
	color: inherit;
	padding:0px;
	padding: 0px 0.5%;
	margin: 0px;
	margin-right:-5px;
}
#Seleccionar ul.texto > li > p > i u{ 
  text-decoration: underline;
}
#Seleccionar ul.texto > li:not([disabled]) > p > i{ 
	cursor:pointer;
}


#Seleccionar ul.texto > li.texto > p .ui-selecting { 
	background-color: #FECA40;
}
#Seleccionar ul.texto > li.texto > p > i.checked{ 
	background-color: #ffcc00; 
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 2px dotted black;
	cursor:crosshair;
}

#Seleccionar ul.texto > li > p > i{ 
	border-radius: 10px;
}


/* SELECCIONAR TEXTO*/
#Seleccionar ul.texto > li.lapices > div[data-color]:first-child{
	margin-left: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#Seleccionar ul.texto > li.lapices > div[data-color] { 
	width:20%;
	cursor:pointer;
	display:inline-block;
	padding: 10px 3px;
	text-align: center;
	font-size: 1em;
	color:#fff;
	font-weight: bold;
	border:2px solid #fff;
	margin: 0px 3px;
	margin-bottom:5%;
	margin-top: 1%;
	border-radius: 10px;
}
#Seleccionar ul.texto > li.lapices > div[data-color].checked { 
	box-shadow: none;
	border-color:#256484;
	opacity:1;
}
#Seleccionar ul.texto > li.lapices > p { 
  font-size: 1.15em;
}

#Seleccionar ul.texto > li.lapices > p > i{ 
	font-style:normal;
	color: inherit;
	padding:0px;
	padding: 0px 0px;
	margin: 0px;
}





/*** SELECCIONAR BIEN Y MAL ***/
#Seleccionar .done{
	background: #64991E !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#64991E), to(#1BE02B)) !important;
	background: -moz-linear-gradient(top, #64991E, #1BE02B) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64991E', endColorstr='#1BE02B') !important;
}
 #Seleccionar i[data-color-corr].done{
	background: none !important;
}
#Seleccionar .fail, #Seleccionar .fail {
	background: #D81B21 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ED1C24), to(#AA1317)) !important;
	background: -moz-linear-gradient(top, #ED1C24, #AA1317) !important;
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317') !important;
}
#Seleccionar li.click.done > p, #Seleccionar li.click.fail > p{
	color: #fff !important;
}

#Seleccionar li.radio_check.done{
	background: transparent !important;
}
#Seleccionar li.radio_check.done > p{
	color: #64991E !important;
}
#Seleccionar li.radio_check.fail{
	background: transparent !important;
}
#Seleccionar li.radio_check.fail > p{
	color: #D81B21 !important;
}

#Seleccionar ul.texto > li > p > i.done,#Seleccionar ul.texto > li > p > i.fail{ 
color: #fff !important;
}





















#Seleccionar li span {
	min-width:2px;
	position:relative;
	z-index:9;
}
#Seleccionar li span.punto {
	width:10px;
}
#Seleccionar > ul > li > span > img {
	max-width:100%;
}

#Seleccionar li span.letra { /* Hacer CLICK en letras... */
	padding:5px 0 5px 0;
	font-size: 30px;
	display:inline-block;
	color: grey;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 44px;
}
#Seleccionar 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);
}





/* CLICK PARA LOS LAPIZ DE COLORES*/
#cajacolores {
	width:auto;
	display:block;
	overflow:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	vertical-align:center;
	background:#e0e0e0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	-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);
	padding:10px;
}

#cajacolores > span{
	background-color:#e8aa21;
	background-image: url(../img/pen.png);
	background-position: 10px center;
	padding:10px 3px 10px 3px;
	display:block;
	float:left;
	width:147px;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin-left:10px;
	cursor:pointer;
	border:4px solid #fff;
	font-family:Arial Black,Verdana;
	opacity:0.6;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;		
	
    -moz-box-shadow: inset 3px 5px 5px black;
    -webkit-box-shadow: inset 3px 5px 5px black;
    box-shadow: inset 3px 5px 5px black;

	text-shadow: black 0.1em 0.1em 0.2em;
}

#cajacolores > span.sombreado{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}




#text li.lapiz  {
	margin-top:30px;
	line-height:50px;
}
#text li.lapiz span {
	font-size:30px;
	border-bottom:2px solid #fff;
}



#text li.lapiz span.donelapiz{
	border-bottom:2px solid #05c714;
	background: #bdfdbf;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bdfdbf));
	background: -moz-linear-gradient(top, #ffffff, #bdfdbf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bdfdbf');	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}


#text li.lapiz span.faillapiz {
	color: #000;
	border-bottom:2px solid #c70505;
	background: #fe9595;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fe9595));
	background: -moz-linear-gradient(top, #ffffff, #fe9595);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fe9595');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}






#respuestas > span{ /* CAJA DE LAS RESPUESTAS PARA EL LAPIZ */
	width:auto;
	padding:0px 10px 0px 10px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:25px;
	text-align:center;
	display:block;
}


body.lapiz{ /*CURSOR DE LAPIZ*/
	cursor: url(../img/cursor_lapiz.png) 0 0, pointer;
}



















/*-----------------------------------------------------------------*/
/*------------------------__ MEMORY -------------------------------*/
/*-----------------------------------------------------------------*/
#pantMemory{
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
	text-align: center;
}
#pantMemory div.quickFlip{
	position:relative;
	display: inline-block;
	width: 172px;
	height: 172px;
	padding: 0px;
}
#pantMemory .quickFlipCta{
	width: 100%;
	height: 100%;
	display:block;
	margin:0;
	padding:0;
}


#pantMemory div.quickFlip.done .back{
	border-color: #64991E;
}
#pantMemory div.quickFlip.fail .back{
	border-color: #D81B21;
}


#pantMemory .quickFlipCta > b{
	width: 100%;
	color:#008ac9;
	position:relative;
  display: table-cell;
	vertical-align: middle;
}
#pantMemory div.front{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(../img/backCard.png) no-repeat center center #9CD5F4;
	background-size: 60%;
	border: 5px solid #2694E8;

	-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);
	
}
#pantMemory div.back {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: white;
	border: 5px solid #2694E8;
	overflow: hidden;
	
	-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);
}
#pantMemory div.back img{
	max-width: 100%;
	max-height: 100%;
	background-color: #fff !important;
}

#pantMemory div.back a{
	background-color: #fff !important;
	display: table;
}





















/*-----------------------------------------------------------------*/
/*------------------------ GLOSARIO -------------------------------*/
/*-----------------------------------------------------------------*/

div#text #pantGlosario {
  position:relative;
	width: 100%;
	font-size: 20px;
	text-align:justify;
}


#pantGlosario #alfabeto {
	float: left;
	width: 81%;
	border: solid 2px #005EA8;
	border-radius: 6px;
	margin-left: 1%;
	padding: 0px;
	background-color: #f1f3f7;
	display:table;
	margin-bottom:1%;
    -webkit-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none;  
    user-select:none;
}

#pantGlosario .letra_alfabeto {
	display: table-cell;
	text-align: center;
	color: #ccc;
	padding: 10px 0px;
	font-size: 1em;
}

#pantGlosario .letra_alfabeto.existe {
	cursor: pointer;
  color: #005EA8;
	background-color: transparent;
}
#pantGlosario .letra_alfabeto.existe:hover {
	text-decoration: none;
  color: #fff;
	background-color: #005EA8;
}


#pantGlosario #cuadro_busqueda {
	position: relative;
	float: left;
	width: 15%;
	border: 2px solid #005EA8;
	border-radius: 6px;
	margin-left: 1%;
	background-color: #F1F3F7;
	-moz-user-select: none;
	margin-bottom:1%;
	display: table;
}

#pantGlosario #cuadro_busqueda span {
	display: table-cell;
	text-align: center;
	color: transparent;
	padding: 10px 0px;
	font-size: 1em;
}

#pantGlosario #buscar {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 90%;
	height: 70%;
	font-size:0.9em;
	resize: none !important;
}


#pantGlosario #botones{
	width: 29%;
	position: relative;
	top: 0%;
	left: 1%;
	height:400px;
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
}

#pantGlosario #botones div{
	background-color: #005EA8;
	border-radius: 6px;
	color:#fff;
	height:35px;
	width:90%;
	margin:5px;
	padding-left: 15px;
	line-height: 32px;
	cursor:pointer;
	font-size: 0.75em;
	transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;

}

#pantGlosario #botones div:hover{
	background-color: #559dd5;
	margin-left:8px;
}
#pantGlosario #botones .activo{	
	 margin-left:8px;
	background-color: #559dd5;
	 box-shadow: 0px 0px 1px 2px #ffa800;
	-moz-box-shadow: 0px 0px 1px 2px #ffa800;
	-webkit-box-shadow: 0px 0px 1px 2px #ffa800;
}

#pantGlosario #caja{
	position: relative;
	top: 0px;
	left:0px;
	border-radius: 6px;
	height:400px;
	width:69%;
	float:left;
	border:5px solid #005EA8;
	background-color: #005EA8;	
}



#pantGlosario #datos{
	background-color: #f1f3f7;
	padding: 1.5% 2.5%;
	padding-top: 75px;
	height:100%;
	width:100%;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 0.9em;
}


#pantGlosario #caja #datos h6{
  background-color: #005EA8;
  color: #fff;
  font-size: 110%;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  line-height: 35px;
  padding-left: 2%;
  padding-bottom: 2px;
	font-size: 1.1em;
}
#pantGlosario #caja #datos h7{
  color: #fff;
  background-color: #559dd5;
  padding: 5px 5px;
  position: absolute;
  top: 37px;
  left: 0px;
  line-height: 15px;
	font-size: 0.8em;
}
#pantGlosario #caja #datos h7:after{
  content: "";
  position: absolute;
  right: -15px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 12px 15px;
  border-color: transparent transparent transparent #559dd5;
}


#pantGlosario #caja #datos span.sound{
  position: absolute;
  top: 5px;
  right: 20px;
	width: 50px;
	height: 50px;
  
  background-image: url("../img/speaker.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#pantGlosario #caja #datos span.sound:hover {
	cursor: pointer;
  -ms-transform: scale(1.1); /* IE 9 */
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
}














/*-----------------------------------------------------------------*/
/*------------------------ SOPA DE LETRAS -------------------------*/
/*-----------------------------------------------------------------*/

#Sopa_letras {
	position: absolute;
	width: 100%;
	z-index:0;
	overflow: auto;
	padding-bottom: 80px;
	text-align: center;
	display: table;
}
#Sopa_letras *{
	font-size: 16px;
	box-sizing: border-box;
}

#Sopa_letras #rf-wordcontainer *{
	font-size: 110%;
}



#Sopa_letras td.browm{
    background-color: brown !important;
}
#Sopa_letras td.blue{
    background-color: blue !important;
}
#Sopa_letras td.pink{
    background-color: pink !important;
}
#Sopa_letras td.orange{
    background-color: orange !important;
}
#Sopa_letras td.grey{
    background-color: grey !important;
}
#Sopa_letras td.yellow{
    background-color: yellow !important;
}
#Sopa_letras td.purple{
    background-color: purple !important;
}
#Sopa_letras td.violet{
    background-color: violet !important;
}
#Sopa_letras td.turquoise{
    background-color: turquoise !important;
}
#Sopa_letras td.lime{
    background-color: lime !important;
}
#Sopa_letras td.magenta{
    background-color: magenta !important;
}
#Sopa_letras td.darkcyan{
    background-color: darkcyan !important;
}
#Sopa_letras td.indigo{
    background-color: indigo !important;
}

#Sopa_letras .wellDone{
	cursor: default;
}
#Sopa_letras .noClic{
	cursor: default;
}




















/*-----------------------------------------------------------------*/
/*------------------------ CRUCIGRAMA -----------------------------*/
/*-----------------------------------------------------------------*/

#Crucigrama {
	position:absolute;
	width: 100%;
	z-index:0;
}



#Crucigrama #cajas_crucigrama{
	width: 100%;
	display: block;
	position:relative;
	top:0px;
	left:0px;
	margin-bottom: 75px;
}

#Crucigrama #cajas_crucigrama > span{
	width: 100%;
	display: block;
	position: relative;
}


#Crucigrama input{
	width: 40px;
	height: 100%;
	font-size: 1em;
	font-weight:bold;
	text-align:center;
	border: 1px solid #999;
	float: left;
}
#Crucigrama input:focus{
	color: #000;
	background: #c0f6fc;
}
#Crucigrama input.fail, #Crucigrama input.fail2 {
	color: #FADDDE;
	border: solid 1px #980C10;
	background: #e2001a;
	background: -webkit-gradient(linear, left top, left bottom, from(#e2001a), to(#e2001a));
	background: -moz-linear-gradient(top, #e2001a, #e2001a);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#e2001a', endColorstr='#e2001a');
}
#Crucigrama input.done {
	color: #fff;
	border: solid 1px #999;	
	background: #009036;
	background: -webkit-gradient(linear, left top, left bottom, from(#009036), to(#009036));
	background: -moz-linear-gradient(top, #009036, #009036);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009036', endColorstr='#009036');
}
#Crucigrama input.invisible{
	visibility:hidden;
}
#Crucigrama input.ver {
  -webkit-text-fill-color:#000;
	color: #000;
	border: solid 1px #999;
	background: #d4d4d2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f1ef), to(#d4d4d2));
	background: -moz-linear-gradient(top, #f2f1ef, #d4d4d2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f1ef', endColorstr='#d4d4d2');
}


/*--------------- CAJAS GUIAS ----------------*/
#c_guias{
	display:none;
	background-color: red;
}

#c_guias #c_horizontal{
	display:table;
	position:absolute;
	top:-15px;
	left: 0px;
	width:100%;
}
#c_guias #c_horizontal p {
	display: table-cell;
	vertical-align: middle;
	width:44px;
	text-align:center;
	background-color: black;
	color: #fff;
	font-weight:bold;
	border-left: 1px solid #fff;
}
#c_guias #c_horizontal p:first-child {
	background-color:grey;
}


#c_guias #c_vertical{
	display:block;
	position:absolute;
	top: 0px;
	left:-15px;
}

#c_guias #c_vertical p {
	width:100%;
	border-bottom: 1px solid #fff;
	text-align:center;
	background-color: black;
	color: #fff;
	font-size:16px;
	font-weight:bold;
}
#c_guias #c_vertical p:first-child {
	background-color:grey;
}

/*--------------- BOLA DESCRIPCIÓN ----------------*/
#Crucigrama #cajas_crucigrama font{
	position: relative;
	width: 35px;
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	color:#fff;
	float:left;
	cursor:pointer;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	
	background-color: #ccebf8;
}

#Crucigrama #cajas_crucigrama font:hover{
  z-index: 1;
	color:#000000;
	background: #ccebf8;   
	box-shadow: 0px 0px 7px #000;
   -webkit-box-shadow: 1px 1px 7px #000;
   -moz-box-shadow: 0px 0px 7px #000;
}

/*------------------------ VENTANA EMERGENTE ------------------------*/
#Crucigrama #vent_emerg{
	width: 100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:999999;
	background-color: rgba(255,255,255,0.5);
}

#Crucigrama #vent_emerg > div{
	display: table;
	width: 800px;
	height: 60px;
	position:fixed;
	top:50%;
	left: 50%;
	margin: auto;
	background:#ccebf8;
	border:2px solid #005ea8;
	padding:10px;
	
	box-shadow: 0px 0px 37px #666666;
	border-radius: 5px;
}


#Crucigrama #vent_emerg div > p{
	position: relative;
	display:table-cell;
	vertical-align: middle;
}
#Crucigrama #vent_emerg div > p.texto{
	text-align: left;
	padding: 0px 1%;
	width: 85%;
}
#Crucigrama #vent_emerg div > p.numero{
	width: 15%;
}
#Crucigrama #vent_emerg div > p.numero span{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor:default;
	font-size:1.2em;
	width: 50px;
	height:50px;
	line-height: 50px;
	color:#fff;
	border-radius: 100%;
	font-weight:bold;
	text-align:center;
	background-color: #005ea8;
}


#Crucigrama #vent_emerg > div > font{ /*--- CERRAR ---*/
	width: 32px;
	height: 32px;
	display:block;
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
	background:url(../img/crucigrama_x.png) no-repeat;
	background-position:0px -32px;
}

#Crucigrama #vent_emerg > div > font:hover{
	background-position:0px 0px;
}





























/*-----------------------------------------------------------------*/
/*------------------------ CLICK_SOBRE_IMG ------------------------*/
/*-----------------------------------------------------------------*/
#clicSobreIMG{
	position: relative;
	width:100%;
	height: 100%;
}
#clicSobreIMG > div{
	position: relative;
	width:100%;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 1em;
}

#clicSobreIMG > div > h6{
	line-height: 20px;
	text-align: left;
	position: absolute;
	top:0px;
	left: 0px;
	font-size: 1em;
}
#clicSobreIMG > div > span.click{
	position: absolute;
	border: solid 4px transparent;
	display: table;
}
#clicSobreIMG > div > span.click p{
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 0.95em;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	
}
#clicSobreIMG > div > span.click img{
	max-width: 100%;
	max-height: 100%;
	color: #000;
	vertical-align: middle;
	text-align: center;
}
#clicSobreIMG > div > span.click.hover:not(.fail):not(.done):not(.disabled):hover {
	cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(0, 94, 168,0.6);
}




/*** SELECCIONAR BIEN Y MAL ***/
#clicSobreIMG span.done{
	border-color: #64991E !important;
	background-color: rgba(100,150,30,0.4);
}

#clicSobreIMG .fail {
	border-color: #D81B21 !important;
	background-color: rgba(216,27,33,0.4);}





#respuestas .estiloClic_parteIMG{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
}





















/*-----------------------------------------------------------------*/
/*------------------------ SORTABLE -------------------------------*/
/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
#listaSortable #sortable{
	position:relative;
	display:inline-block;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	line-height:100%;
	counter-reset: li; 
	background-repeat:no-repeat;
  background-position:center center;
	padding-bottom: 10px;
}


#listaSortable > #sortable > li:not(.ui-sortable-helper){
	position:relative;
	display:block;
	width:auto;
	height:auto;
	text-align:center;
	background-color: #e4f4fa;
	cursor:move;
	border: 2px solid #ccebf8; 
	counter-increment: li; 

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



#listaSortable > #sortable > li:not(.done):not(.fail):hover{
	border-color:#005ea8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 7px 0px rgba(119, 119, 119, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(119, 119, 119, 0.5);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(119, 119, 119, 0.5);
	cursor: pointer;
	filter:sepia(30%);
}
#listaSortable > #sortable > li.ui-sortable-helper{
	list-style: none;
	position:relative;
	display:block;
	width:auto;
	height:auto;
	text-align:center;
	background-color: #ee7f00;
	margin-bottom:5px;
	cursor:move;
	padding:5px;
	border: 2px solid lightblue; 
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);

}
#listaSortable > #sortable > li.highlight { 
	display:block;
	border:1px dotted #ccebf8;	
	opacity: 0.5;
}


#listaSortable > #sortable > li:not(.ui-sortable-helper).highlight:before {   	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;  
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}







#listaSortable > #sortable > li > p{ 
	display: inline-block;
	width:auto;
}
#listaSortable > #sortable > li > img{ 
	position:static;
	max-width:100%;
	max-height:100%;
}






#listaSortable > #sortable > li.fail{
	color: #fff !important;
	border-color:#e2001a;
	background: #e2001a;
	background: -webkit-gradient(linear, left top, left bottom, from(#e2001a), to(#e2001a));
	background: -moz-linear-gradient(top, #e2001a, #e2001a);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#e2001a', endColorstr='#e2001a');
}

#listaSortable > #sortable > li.done{
	color: #fff !important;
	border-color:#009036;
	background: #009036;
	background: -webkit-gradient(linear, left top, left bottom, from(#009036), to(#009036));
	background: -moz-linear-gradient(top, #009036, #009036);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009036', endColorstr='#009036');
}

#listaSortable > #sortable > li.fail > p, #listaSortable > #sortable > li.done > p{
	color: #fff !important;
}


#respuestas .estiloSortable{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}
#respuestas .estiloSortable p{
	margin-bottom: 5px;
	background-color: #e4f4fa !important;
	border:1px solid #fff;
}














/*-----------------------------------------------------------------*/
/*------------------------ INPUT + SELECT -------------------------*/
/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
#inputSelect > div {
	position: relative;
	text-align:center;
	font-size: 24px;
	line-height:55px;
  border-radius:12px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#inputSelect table{
	text-align:center;
	width:100%;
	vertical-align: middle;
}
#respuestas table{
	text-align:center;
	width:98% !important;
	margin-left: 1%;
}
#inputSelect table td, #respuestas table td{
	position: relative;
	margin:5px;
	border:1px solid #005ea8;
	border-radius: 7px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 0.3em 0px;
}
#inputSelect table td.titulo, #respuestas table td.titulo{
	background-color:#dfe4f2;
	border-radius:2px;
	border:1px solid #2978a0;
	color: #2978a0;
	font-size: 1.1em;
	font-weight: bold;
}

#respuestas table td.titulo{
    background-color:#aebde5;
}

/*------------------------ INPUT ------------------------*/
#inputSelect input {
	min-width:30px;
	padding: 2px;
	border: 1px solid #fff;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 100%;
	font-weight: normal;
	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;*/
	 
	background-repeat:no-repeat;
    background-position:center center;
	background-size: contain;
}

#inputSelect table input {
	border: 1px solid #dfe4f2;
	background: #dfe4f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	display: inline-block;

	background-repeat:no-repeat;
	background-position:center center;
	background-size: contain;
}




/*-------------------- SELECT MULTIPLE --------------------------------------*/
#inputSelect select {
	background: #fff;
	outline-color: transparent;
	outline-style: none;
	margin: 0;
	text-align:center;
	display: inline-block;
	cursor:pointer;
	font-size:100%;
}

#inputSelect select.styleBrowse {
	text-align: center !important;
	padding-right: 15px;
	border:none;
	outline:none;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	
	background: url(../img/select.png) no-repeat center right;
	background-size: 20px;
	background-color: #eeeeee;
}
#inputSelect select > option{
}
#inputSelect select > option:last-child{
}
#inputSelect select:focus{
	background-color: #e9f7ff;	
	
}


/*-------------------- ESTILO INPUT/SELECT BIEN Y MAL --------------------------------------*/
#inputSelect .ok {
	cursor:default !important;
	color: #fff !important;
	border: solid 1px #999 !important;
	/*background: #64991E !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#64991E), to(#1BE02B)) !important;
	background: -moz-linear-gradient(top, #64991E, #1BE02B) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64991E', endColorstr='#1BE02B') !important;*/
	
	background: #009036 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#009036), to(#009036)) !important;
	background: -moz-linear-gradient(top, #009036, #009036) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009036', endColorstr='#009036') !important;
	 
	background-repeat:no-repeat !important;
    background-position:center center !important;
	background-size: contain !important;
}

#inputSelect .fail , #inputSelect .fail2 {
	cursor:default !important; 
	color: #FADDDE !important;
	/*background: #D81B21 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ED1C24), to(#AA1317)) !important;
	background: -moz-linear-gradient(top, #ED1C24, #AA1317) !important;
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317') !important;*/
	
	background: #e2001a !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#e2001a), to(#e2001a)) !important;
	background: -moz-linear-gradient(top, #e2001a, #e2001a) !important;
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#e2001a', endColorstr='#e2001a') !important;
	 
	background-repeat:no-repeat !important;
    background-position:center center !important;
	background-size: contain !important;
}




/*------------------------ INPUT RESPUESTAS ------------------------*/
#respuestas{
	font-size:0.8em;
	color:#000000;
	font-weight: normal;
}

#respuestas.estiloInput{
	display:block;
	float: left;
	overflow:auto;
	border:2px solid;
	color:#666;
	margin: 15px 0 70px 45px;
	width: 810px;
	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);
	
	background: #eeecec;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeecec));
	background: -moz-linear-gradient(top, #ffffff, #eeecec);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeecec');
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#respuestas > strong{
	color:#000;
	font-weight: bold;
	font-size:14px;
}
#respuestas > div{
	margin: 3px 0 0 15px;
}





















/*-----------------------------------------------------------------*/
/*------------------------ RELACIONAR CON FLECHAS -----------------*/
/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
/*-------- CANVAS ---------*/
div.relacionar canvas {
	z-index:5;
	position: absolute;
	top:0px;
	left: 0px;
}

/*-------- [BOTÓN] ARRASTRAR ---------*/
div.relacionar point{	
	position:absolute;
	margin: auto;
	display:block;
	width: 30px;
	height: 30px;
} 

div.relacionar a[id*="point"]{ /* TODOS BOTONES */
	width: 100%;
	height: 100%;
	display: block;
	cursor: default;
	margin-top: 0px;	
	background: #fff; /* Old browsers */
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	background-size: contain;
}
div.relacionar  a[id*="point"].drag { /*FONDO BOTONES CON DRAG*/
	background: url(../img/point.png) no-repeat center;
	background-size: contain;
	cursor: move;
	opacity:1;
}



div.relacionar #colum_izqu point,div.relacionar #colum_centro point{  /*FONDO BOTON IZQUIERDO*/
	top:0;
	right: 3%;
	left: initial;
	bottom: 0;
}
div.relacionar #colum_dere point,div.relacionar #colum_centro point:first-child{  /*FONDO BOTON DERECHO*/
	top:0;
	right: initial;
	left: 3%;
	bottom: 0;
}



div.relacionar #colum_dere a[id^="endpoint"].drag{  /*FONDO BOTON DERECHO*/
	cursor: default;
}


/*-------- [H2] TEXTO EN LA COLUMNAS ---------*/
div.relacionar > span > div > h2 {/*--PALABRA--*/
	float: none;
  text-transform: none;
	font-size: 18px;
	width: 90%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
div.relacionar[data-pos="top"] h2, div.relacionar[data-pos="bottom"] h2{
	width: 100%;
}






/*- [CAJA] CON LA PALABRA OCULTA */
div.relacionar span[id*="colum_"] > div > h2 b{ /*BORDE*/
	border: 1px solid #aac5d2;
	padding: 2px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}

div.relacionar span[id*="colum_"] > div > h2 span{ /*PALABRA*/
	color:#9dbd2e;
	visibility:hidden;
	font-weight: bolder;
}
/*------*/






/*-------- COLUMNA IZQUIERDA & DERECHA RELACIONAR ---------*/
div.relacionar span[id*="colum_"]{
	width: auto;
	position: relative;
	z-index:10;
	display: block;
	float:left;
}
div.relacionar  #colum_izqu {text-align: right;}
div.relacionar  #colum_centro {text-align: center;}
div.relacionar  #colum_dere {text-align: left;}

/*-------- CAJAS IZQUIERDA & DERECHA RELACIONAR ---------*/
div.relacionar span[id*="colum_"] > div {
	display: table;
	position:relative;
	background-color: #dfe4f2;
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}




div.relacionar span[id*="colum_"] > div.done{
	color: #fff;
	background: #009036;
	background: -webkit-gradient(linear, left top, left bottom, from(#009036), to(#009036));
	background: -moz-linear-gradient(top, #009036, #009036);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009036', endColorstr='#009036');
}
div.relacionar span[id*="colum_"] > div.done h2{
	color: #fff;
}

div.relacionar span[id*="colum_"] > div.fail{
	color: #fff;
	border-color: #980C10;	
	background: #e2001a;
	background: -webkit-gradient(linear, left top, left bottom, from(#e2001a), to(#e2001a));
	background: -moz-linear-gradient(top, #e2001a, #e2001a);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#e2001a', endColorstr='#e2001a');
}
div.relacionar span[id*="colum_"] > div.fail h2{
	color: #fff;
}


div.relacionar span[id*="colum_"] > 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);
}


div.relacionar span[id*="colum_"] h2 > img{ 
   max-width: 100%;
   max-height: 100%;
   margin-top: auto;
   margin-bottom: auto;
}

/*----------------------------------------------------------*/




































/*-----------------------------------------------------------------*/
/*--------------------------- MAPA CONCEPTUAL ---------------------*/
/*--------------------------- ESQUEMA -----------------------------*/
/*-----------------------------------------------------------------*/
.mapa_conceptual {
	display:inline-block;
	margin-top:20px;
	
	width:auto;
	overflow-y:hidden;
	overflow-x:hidden;
	padding-bottom:20px;
	padding-right:7px;

	
	transform: scale(1);
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari and Chrome */	
	
}
.mapa_conceptual ul {
	position: relative;
	display:block;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.mapa_conceptual ul  ul {
	padding-top: 20px; 
}

.mapa_conceptual li {
	float: left; 
	text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.mapa_conceptual > ul > li > a:first-child{
	font-size:18px;
	min-width:150px;
	max-width:600px;
	line-height:14px;
	padding:7px 0px 7px 0px;
	font-weight:bold;
}


.mapa_conceptual li:only-child::after, .mapa_conceptual li:only-child::before {
	display: none;
}


.mapa_conceptual li:only-child{ padding-top: 0;}


.mapa_conceptual li:first-child::before, .mapa_conceptual li:last-child::after{
	border: 0 none;
}



.mapa_conceptual li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}


.mapa_conceptual li a{
	border: 3px solid transparent;
	background-color: #fff;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;
	position:relative;
	max-width:80px;
	min-width:80px;
	height:auto;
	line-height:14px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.mapa_conceptual li a p{
	padding: 5px 10px;
	color: inherit;
}
.mapa_conceptual li a img{
	width:100%;
	margin-top: auto;
	margin-bottom:auto;
	display: inline-block;
}

.mapa_conceptual li triangle{
	display:block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: transparent transparent transparent transparent;
	line-height: 0px;
	position:absolute;
	left:50%;
	margin-left:-8.5px;
	z-index:1000;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.mapa_conceptual li triangle.top{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    writing-mode: tb-rl;
}

.mapa_conceptual  flecha{
	display:block;
	width: 0px;
	height: 0px;
	line-height: 0px;
	position:absolute;
	margin-left:0x;
	z-index:1000;
	cursor:pointer;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.mapa_conceptual  flecha.izqu{
	top:55px;
	left:0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid;
	border-right-color: transparent;

}
.mapa_conceptual  flecha.dere{
	top:55px;
	right:0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #ccc;
}


.mapa_conceptual  flecha:hover  {
	transform: scale(1.2);
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari and Chrome */	
}
.mapa_conceptual  flecha.izqu:hover{
	border-right-color:#94a0b4;
}
.mapa_conceptual  flecha.dere:hover{
	border-left-color:#94a0b4;
}




.mapa_conceptual > ul > li > ul {
	padding-bottom:10px;
}









.mapa_conceptual li.velado a{
	-moz-opacity: 0.30;
	opacity: 0.30;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
	cursor:default;
}



.mapa_conceptual li.velado::before, .mapa_conceptual li.velado::after{

}
.mapa_conceptual li.velado::after{
	border-left-color: rgba(000, 000, 000, 0.1);
}


.mapa_conceptual li.velado a:hover+ul li::after, 
.mapa_conceptual li.velado a:hover+ul li::before, 
.mapa_conceptual li.velado a:hover+ul::before, 
.mapa_conceptual li.velado a:hover+ul ul::before{
	border-color:  rgba(000, 000, 000, 0.3);
}


.mapa_conceptual li.velado a+ul li::after, 
.mapa_conceptual li.velado a+ul li::before, 
.mapa_conceptual li.velado a+ul::before, 
.mapa_conceptual li.velado a+ul ul::before{
	border-color: rgba(000, 000, 000, 0.3);
	-moz-opacity: 0.30;
	opacity: 0.30;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
}






.mapa_conceptual yooigo, .mapa_conceptual  yoveo, .mapa_conceptual  yofoto, .mapa_conceptual  yofile, .mapa_conceptual li  a > span{
    width:24px;
    height:24px;
    display:block;
	position: absolute;
	bottom: -12px;
	right: -12px;
	z-index:1000;
}

.mapa_conceptual yooigo img, .mapa_conceptual  yoveo img, .mapa_conceptual  yofoto img, .mapa_conceptual  yofile img, .mapa_conceptual li  a > span > img{
    max-width:100%;
    max-height:100%;
}



.mapa_conceptual li:not(.velado) > a yooigo:hover, .mapa_conceptual li:not(.velado) > a yoveo:hover, .mapa_conceptual li:not(.velado) > a yofoto:hover, .mapa_conceptual li:not(.velado) > a yofile:hover{
	transform: scale(1.2);
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari and Chrome */	
}


.mapa_conceptual [audio],.mapa_conceptual [video],.mapa_conceptual [file],.mapa_conceptual [galeria]{
	font-weight:bold;
	cursor:pointer;
}



.mapa_conceptual li.velado [audio], .mapa_conceptual li.velado   [video], .mapa_conceptual li.velado [file], .mapa_conceptual  li.velado [galeria]{
	cursor:default;
}


































/*-----------------------------------------------------------------*/
/*---------------------------- DRAG AND DROP ----------------------*/
/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/


/* TABLA DRAG AND DROP */
div.columnas table{
	text-align:center;
	width:100%;
	vertical-align: middle;
	margin-bottom: 50px;
}
div.columnas table td{
	position: relative;
	margin:5px;
	border:1px solid #005ea8;
	border-radius: 7px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 0.3em 0px;
}
div.columnas table td.titulo{
	background-color:#dfe4f2;
	border-radius:2px;
	border:1px solid #2978a0;
	color: #2978a0;
	font-size: 1.1em;
	font-weight: bold;
}
/* TABLA DRAG AND DROP */




#text  > div.activearea:not(#dragItems){
	float: left;
	display: inline-block;
	width: 100px;
	padding: 0;
	margin: 5px;
	height: 18px;
	border: 1px solid #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



#text div.dragenter { /* cambiado para que funcione fuera de la tabla */
	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);
}


#text > div#dragItems{
  position:relative;
	max-width: 95%;
	width:auto;
	min-height: 50px;
	height:auto;
	display: inline-block;
	margin-bottom:15px;
	background-color: #DFE4F2;
	border-radius: 10px;
	padding: 15px 10px;
}

#text > div#dragItems > a.item {
	display: table !important;
	text-align: center;
	color: black;
	border-radius: 5px;
	float: left;
	background-color: #cefafe;
	position:relative;
	height:auto;
	margin-bottom: 5px  !important;
}

#text > div#dragItems > a.item p{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: black;
	width:100%;
	height: 100%;
	margin:auto;
}

#text > div#dragItems > a.item > img{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 5px;
}



/* añadido para drag avanzado */

#text > article {
	display: block;
	padding: 0px;
	margin:0px;
	font-size: 16px;
	position: relative;
	width: auto;
	height: auto;
	text-align: left;
	background-repeat:no-repeat;
    background-position:center;
    line-height:40px;
    top:0px;
    left:0px;
	margin: 0 auto;
	background-size: contain;
}
#text > article > span {
	display: inline-block;
}

#text > article .estilo {
	position:relative;
	float: left;
	display: inline-block;
	width: auto;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	min-width: 40px;
	background-color: #DFE4F2;

	border: 1px solid #dfe4f2;
	
	border-radius: 5px;
	background: -ms-linear-gradient(top,  #dfe4f2 0%,#dfe4f2 50%,#dfe4f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dfe4f2 0%,#dfe4f2 50%,#dfe4f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe4f2', endColorstr='#dfe4f2',GradientType=0 ); /* IE6-9 */

    background-repeat:no-repeat;
    background-position:center center;
	background-size: contain;
}
#text > article .estilo > img {
	height:auto;
}

#text > article .estilo > p img {
	margin:0px;
	padding:0px;
	max-width:100%;
	max-height:100%;
	display: table-cell;
	vertical-align: middle;
}

#text  > article .dropped, #text  > article .activearea > p{ /*texto que se coloca en los containers*/
	background: rgba(166, 253, 254, 0.4);
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: contain;
	color: inherit;
}


#text > article .estilo > p.welldone, #text > article .welldone{
	height: auto;
	color: #fff;
	background: #009036;
	background: -webkit-gradient(linear, left top, left bottom, from(#009036), to(#009036));
	background: -moz-linear-gradient(top, #009036, #009036);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009036', endColorstr='#009036');
	background-repeat:no-repeat;
    background-position:center center;
	background-size: contain;
	background-color: #009036;

}
#text > article .estilo > p.fail, #text > article .fail  { 
	height: auto;
	color: #fff !important;
	background: #e2001a;
	background: -webkit-gradient(linear, left top, left bottom, from(#e2001a), to(#e2001a));
	background: -moz-linear-gradient(top, #e2001a, #e2001a);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#e2001a', endColorstr='#e2001a');
	background-repeat:no-repeat;
  background-position:center center;
	background-size: contain;
}
#text > article .welldone p, #text > article .fail p{ 
	color: #fff !important;
}



#text > article  img.welldone { 
	padding: 5px !important;
	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');
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#text > article  img.fail { 
	padding: 5px !important;
	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');
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



#text > article .estilo > font {
	background: rgba(166, 253, 254, 0.4);
	padding:1px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#000;
	font-weight:bold;
}




#text > article .s{/* El tamaño del div en el drangandrop CONTENEDOR*/
	min-height:50px !important;
	width:50px !important;
}
#text > article .m{/* El tamaño del div en el drangandrop CONTENEDOR*/
	min-height:100px !important;
	width:100px !important;
}
#text > article .l{/* El tamaño del div en el drangandrop CONTENEDOR*/
	min-height:200px !important;
	width:200px!important;
}
#text > article .xl{/* El tamaño del div en el drangandrop CONTENEDOR*/
	min-height:400px!important;
	width:400px!important;
}
#text > article .xxl{/* El tamaño del div en el drangandrop CONTENEDOR*/
	min-height:600px!important;
	width:600px!important;
}



#text > article .columnas{
	display: table;
	width: 100%;
}


#text > article .caja{
	display: inline-block;
	width: 200px;
	text-align: center;
	padding-top:5px;
	border-radius:10px;
}
#text > article .caja > span{
	top: 0px !important;
}


#text > article .caja > b{
	max-width:100%;
	height:80px;
	display:block;
}

#text > article .caja > b > img{
	max-width:100%;
	max-height:100%;
	margin:auto;
}



#text > article .columnas span{
	display:inline-block;
	background-color: #b2b9cf;
	border-radius: 5px;
	position: relative;
	top: 12px;
}


#text > article .columnas span div > b{
    display:block;
    width:100%;
}


#text > article .columnas span div > .img_correcta, #text > article .estilo > img[audio].img_correcta, #text > article .estilo > img[video].img_correcta{
	width:50px;
	position:absolute;
	top:-20px;
	right:-15px;
	
	
	border: 1px solid #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	box-shadow: 0px 0px 3px 2px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 3px 2px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 3px 2px rgba(119, 119, 119, 0.75);

	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 > article .parrafo .estilo {
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: 100 !important;

	border: 1px solid #dfe4f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 40px
	
	/*box-shadow: inset 0px 0px 10px 4px rgba(210, 210, 210, 0.75);
	-moz-box-shadow: inset 0px 0px 10px 4px rgba(210, 210, 210, 0.75);
	-webkit-box-shadow: inset 0px 0px 10px 4px rgba(210, 210, 210, 0.75);*/
}


#text > article .parrafo span div{
	min-width:80px;
	width:auto;
	padding:0px 5px !important;
}

#text > article .parrafo span{
	margin-left:0px;
}

/*RESPUESTAS DRAG*/
#respuestas .caja{
	display: inline-block;
	width: 30%;
	text-align: center;
	margin: auto;
	font-size:18px;
}
#respuestas .caja > span.estilo{
    margin-top:7px;
    padding-top:3px;
	font-size:16px;
	border-top:2px solid #ccc;
	display:block;
}



#respuestas .columnas > span.estilo{
    width:auto;
    display: inline-block;
}

#respuestas .columnas > span.estilo > div{
    width:auto;
}


.parrafo yooigo, .parrafo yoveo{
    float:none;
    display:inline;
}






#text > article .boxContent *{
	box-sizing: border-box;
}

#text > article .boxContent{
	display: table-cell;
	vertical-align: top;
	width: auto;
	font-size: 1em;
}

.boxContent .grupoTitle {
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    color: #005EA8;
}

#text > article .boxContent .caja{
	display: inline-block;
	width: auto;
	text-align: center;
	padding-top:5px;
	border-radius:10px;
	margin-top: 0px;	
}

#text > article {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin:0px;
	font-size: 1em;
	text-align: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#text > article > span {
	display: inline-block;
}

.titulo_contenedor{float:left;}

#text > article .columnas .boxContent > div > span{
	display:inline-block;
	background-color: #ffffff;
	border-radius: 7px;
	border: 7px solid #DFE4F2;
	width: 100%;
}


#text > article .boxContent .estilo {
	background: #fff !important;
	width: 100%;
	border-radius: 0px;
	min-height: 100px;
	padding: 1.5% !important;
	line-height: auto !important;
	line-height: normal;
	min-width: 50px !important;
	border-color: transparent;
}

#text  > article .boxContent .activearea > p, #text > article .boxContent .columnas span div > b{ /*texto que se coloca en los containers*/
  line-height: normal;
  padding: 3% 1%;
	margin-bottom: 2px;
}







#text > div#dragItems.tableLeft{
	float: left;
	vertical-align: middle;
  position:relative;
	border-radius: 3px !important;
	padding: 5px 0px;
}
#text > div#dragItems.tableLeft a.item {
	float: left !important;
	right: 0px !important;
	margin: auto !important;
	margin-top: 1.5% !important;
	margin:1.8% !important;
	margin-bottom: 1.5% !important;
}

#text > article.tableLeft {
	float: left;
	position: relative;
}
#text > article.tableLeft .columnas span{
	position: absolute !important;
	background-color: transparent;
	top: 0px;
}
#text > article.tableLeft .columnas span div{
	border-radius: 0px;
	background: #DFE4F2;
	border-color: #005ea8;
	padding: 0px;
}

#respuestas .estiloDrag_IMG{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
}





.dropZone a.item {
	position:relative;
	display: table !important;
	text-align: center;
	color: black;
	background-color: transparent !important;;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 3px !important;
}

.dropZone a.item p{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: black;
	width:100%;
	height: 100%;
	margin:auto;
}

.dropZone a.item > img{
	width:100%;
	height:100%;
	border-radius: 5px;
}










/*-----------------------------------------------------------------*/
/*--------------------------- AHORCADO ----------------------------*/
/*-----------------------------------------------------------------*/
#gameAhorcado{
	position: relative;
}
#gameAhorcado .contentBox {
    display: block;
    padding: 0 10px 30px 10px;
    width: 550px;
    font-size: 1em;
    background-color: #dfe4f2;
    border-radius: 5px;
	overflow: auto;
}
#gameAhorcado .contentBox h5{
  float:left;
	width:100%;
	margin:20px 0 0 0;
	padding: 0px 10px;
	font-size: 1em;
	text-align: justify;
	font-weight: normal;
}

#gameAhorcado .contentBox #palabra {
	width: 100%;
	display:block;
	float: left;
	height: 50px;
	line-height: 30px;
	margin: 15px 0 10px 0;
	padding: 0px 10px;
	cursor:default;
}

#gameAhorcado .contentBox #palabra .cuadro{
	float:left;
	text-align:center;
	width:40px;
	border-bottom:3px solid #000;
	margin-right:2px;
	margin-bottom:21px;
}
#gameAhorcado .contentBox #palabra .cuadro span{
	visibility:hidden;
	font-size: 2em;
	font-weight:bold;
	width:100%;
	display:block;
	padding-bottom:5px;
	padding-top:5px;
}
#gameAhorcado .contentBox #palabra .cuadro span.ok{
	color:#9DBD2E;
}

#gameAhorcado .contentBox .espacio{
	float:left;
	text-align:center;
	width:20px;
	border-bottom:3px solid transparent;
	margin-right:2px;
}

#gameAhorcado .contentBox ul {
	display:block;
	clear:both;
}


#gameAhorcado .contentBox ul li {
	float: left;
	text-align:center;
	list-style: none outside none;
	color: rgb(0,0,0);
	padding: 10px;
	margin: 10px 0 0 5px;
	border-radius: 5px 5px 5px 5px;
	width: 42px;
	cursor: pointer;
	font-size: 1.1em;
	line-height: 30px;
	background-attachment: scroll;
	background-color: #ffffff;
	font-weight: bold;
}

#gameAhorcado .contentBox ul li:hover{
	background:#ee7f00;
	color:#ffffff;
}
#gameAhorcado .contentBox ul li.done{
	background:#009036;
	color:#fff;
}


#gameAhorcado #contenedor{ /*---- IMAGEN DEL AHORCADO -----*/
	position: absolute;
	top:20px;
	right:5px;
	z-index: 10;
	width: 300px;
	height: 300px;
}
#gameAhorcado #contenedor img{ /*---- IMAGEN DEL AHORCADO -----*/
	max-width: 100%;
	max-height: 100%;
}


#gameAhorcado #contenedor > span{
	display:none;
	color:red;
	font-size: 1em;
	font-weight: bold;
	position: relative;
	bottom:0px;
	width: 100%;
	text-align: center;
}

#gameAhorcado #contenedor > font{
	display:none;
	color:blue;
	font-size: 1em;
	font-weight: bold;
	position: relative;
	width: 100%;
	text-align: center;
}









/*-----------------------------------------------------------------*/
/*------------------------ COPIAR TEXTOS --------------------------*/
/*-----------------------------------------------------------------*/
#copiarTextos .dictadoActivo{
	max-width: 100%;
	min-height: 50px;
	background-color: #DFE4F2;
	border:2px dotted #005ea8;
	padding: 10px;
	cursor: help;
	text-align: left;
	font-size: 1em;
}
#copiarTextos .dictadoActivo[contenteditable="true"]{
	cursor: pointer;
}
#copiarTextos .maldone{
	color: #D81B21;
}


#copiarTextos #sol{
	display: none;
	margin-top: 20px;
	border:4px dashed lightgray;
	padding: 10px;
	text-align: left;
}
#copiarTextos #sol .tituloSol{
	color: #005ea8;
	display: block;
	margin-bottom: -15px;
}






