<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
	font-family: DIN;
	src: url(fonts/DIN-MediumAlternate.otf);
}
@font-face {
	font-family: Garamond;
	src: url(fonts/GaramondBE-Regular.otf);
}
@font-face {
	font-family: Avenir;
	src: url(fonts/AvenirLTStd-Heavy.otf);
}
body{
	font: 100%;
	background-color: #000;
	font-family:DIN, Verdana, Arial;
	margin: 0px 0 0px 0;	
	min-width: 955px;
}

#titulo {
	text-align:left;	
	color:#0080ba;
	font-weight:bold;
	font-size: 160%;
	text-shadow: 1.5px 1.5px 0 white, -1.5px -1.5px white, 1.5px -1.5px white, -1.5px 1.5px white, 0 1.5px white, 1.5px 0 white, -1.5px 0 white, 0 -1.5px white;
	
}
.dot {
	background-color:#007fbc;	
	float:left;	
	width:16px;
	height:16px;
	margin: 10px 10px 10px 0px;
	
}
#titular{	
	margin-top: 20px;
	margin-left: 110px;	
	position:absolute;
	font-family:Avenir, Verdana, Arial;
	
	font-size:30px;
}
.cabecera{	
	/* Zona amarilla */
	background-color: #ffcc00;	
	height: 68px;
}
.bg_sub_header{	
	/* Zona celeste */
	background-color: #80cdf7;	
	height: 18px;
	
}
.bg_footer{	
	/* Zona Celeste */
	clear:both;
	background-color: #7accfb;	
	height: 8px;
	margin-top:8px;
}
.bg_sub_footer{	
	/* Zona Azul */
	background-color: #007fbc;	
	height: 20px;
}


.lateral{
	width:100px;
	background-color:black;	
	float:left;
	margin:8px;
}
.lateral-botonera{
	background-color: #242424;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.lateral-tooltip{	
	background-color: #333333;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	height: 69px;
	margin-top:8px;
}
#tooltip{
	display: table-cell;
	color:white;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	height: 69px;
}
.lateral-pdf{
	background-color: #242424;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	height: 100px;
	margin-top:8px;
	padding-left: 10px;
    padding-left-value: 10px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
	
}

.escena{		
	margin-right:37px;	
	margin-top:8px;
	margin-left:118px;
	background-color: white;
	min-height: 500px;
	padding:12px;	
	margin-bottom:8px;
	
}
.algaida{		
	float:right;
	background-image:url(../img/algaida.png);
	background-color:#F00;	
	
	height:134px;
	width:17px;
	margin-top:-150px;
	margin-right:8px;	
}

.punteado{
	/* Punteado azul */
	border-bottom-style:dotted;
	border-bottom-color: #80cdf7;
}
#enunciado {	
	margin-top:10px;
	margin-bottom:20px;	
	text-align:left;	
}

.feedback {
	font-weight: bold;
	color: #0080ba;	
	display: none;
	font-size: 100%;
	margin: 0px 5px 10px 25px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
}

.botones{
	margin-left: 25px;
}
.numero{
	color:#007fbc;
}
.boton {
	margin: 0px;
	padding: 8px 15px;
	height: 40px;	
	font-size: 110%;
	line-height:15px;
	cursor:pointer;
	font-family:DIN, Verdana;	
}

.btnSiguiente{	
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;	
	font-weight:bold;
	font-style:normal;		
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ce8e28;	
}

.btnSiguiente:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
}

.btnSolucion{	
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;	
	font-weight:bold;
	font-style:normal;		
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ce8e28;	
}

.btnSolucion:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
}

.btnCorreccion{	
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;	
	font-weight:bold;
	font-style:normal;		
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ce8e28;	
}
.btnCorreccion:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
}





.btnPDF{
	color:#FFF;
	background: #777; 
	background: -moz-linear-gradient(top,  #a2a2a2 0%, #000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2a2a2), color-stop(100%,#000)); 
	background: -webkit-linear-gradient(top,  #a2a2a2 0%,#000 100%); 
	background: -o-linear-gradient(top,  #a2a2a2 0%,#000 100%); 
	background: -ms-linear-gradient(top,  #a2a2a2 0%,#000 100%); 
	background: linear-gradient(to bottom,  #a2a2a2 0%,#000 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#000',GradientType=0 ); 
	border: 1px solid #959595;
	width:80px;
	height:80px;
	margin-top:10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-family:Avenir, Verdana;
	font-size:28px;
}

.btnPDF:hover{
	color:#FFF;
	background: #ffa800; 
	background: -moz-linear-gradient(top,  #a2a2a2 0%, #222 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2a2a2), color-stop(100%,#222)); 
	background: -webkit-linear-gradient(top,  #a2a2a2 0%,#222 100%); 
	background: -o-linear-gradient(top,  #a2a2a2 0%,#222 100%); 
	background: -ms-linear-gradient(top,  #a2a2a2 0%,#222 100%); 
	background: linear-gradient(to bottom,  #a2a2a2 0%,#222 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#222',GradientType=0 ); 
	border: 1px solid #959595;
	width:80px;
	height:80px;
	margin-top:10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.iconoPpal {
	width:84px;
	height:84px;	
	margin: 0 0 0 10px;
	padding: 0px;
	vertical-align: middle;
	border: none;
	position: absolute;
	top:0px;
}

.actividad {
	text-align:left;
	font: 120%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 12px;
	background-color: #f1f1f1;
	margin: 10px 0px 10px 0px;
	background-color: #FFFFFF;

}

.pregunta {
	text-align:left;
	font: 120%;
	margin: 0px 0 0 7px;
	padding: 0px;
}

#texual ol {
	padding: 10px 0px 10px 0px;
	margin: 10px 10px 10px 5px;
}

.fillDianas{
	text-align: center;
	border: 1px solid #999;
	background-color: #fff;
}

.dianas_incorrecta{
	background-color: #ffb3b3;
}

.dianas_correcta{
	background-color: #b3e3ba;
}

.question{
	line-height: 1em;
	background-color:#FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 12px;
	padding: 15px 15px 15px 15px;
	margin: 0 20px 20px 0px;
	border: 1px solid #d9d9d9;
	list-style-type: none;

}



#recurso_digital {
	text-align:left;
}

#recurso_digital ol {
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
}

#recurso_digital ol ol {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #f1f1f1;
	list-style-type: none;
}

#recurso_digital ol ol li {
	position: relative;	
	padding: 2px 2px 5px 10px;
	line-height: 18px;
}

#recurso_digital ol input {
	margin: 3px 4px;
}
#recurso_digital ol ol li img {
	position: absolute;	
	left: 0;
	top: 0;
}
#recurso_digital ol li ol img {
	vertical-align: middle;	
	padding: 2px 5px 12px 9px;
}



#capaPrincipal {
	width: 100%;
	margin: 0 0 25px 0;

}
#palabras {
	width: auto;
	border: 1px solid #c6c6c6;
	background-color:#FAF7F7;	
	text-align:center;
	margin: 0px 5px 10px 0px;
	vertical-align: sub;
	padding: 10px 0px;
	min-height: 20px;
	border-radius: 4px;
}
#palabras ul.lista li, #palabras ul.lista_block li{
	display: inline;
	list-style-type: none;
	z-index:100;
}
#palabras ul.lista_block li{
	display: inline-block;
	margin: 5px 10px;
	padding: 0px;
}



ul.bloquePal, ul.lista_block{
	margin:0px;
	padding:0px;
	list-style-type:none;
margin:0;
padding:0;
}

ul.bloquePal li{
	width: 100px;
	display: inline-block;
	vertical-align: top;
	display: inline;
	zoom: 1;
}


.agrupacion {
	
	background: #CCC;
	color: #444;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-weight:bold;
}
.elemPal {
	cursor: pointer;
	margin: 5px;
	padding: 5px;		
}
.elemPal:hover {
	background-color:#FFF;
	color:#C00;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;

}
.icono {
	background-image: url(../img/sprites.png);
	width: 16px;
	height: 16px;
}
.icono_borrar {
	position: relative;
	left: 10px;
	top: 1px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -16px -0px;
	border: none;
}
.icono img{
	border:none;
}
.feed_incorrecto{
	position: relative;
	left: -2px;
	top: 2px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -0px -16px;
}
.feed_correcto{
	position: relative;
	left: -2px;
	top: 2px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -16px -16px;
}
.here{color: #999999;}

.ui-state-default {
	background-color: #dfeaff;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #80cdf7;
	text-decoration: none;
}
.ui-state-hover {
	background-color: #ffcc00;
	color: #c77405;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	border-bottom-style:none;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #c77405;
	text-decoration: none;
}
ul.ui-droppable {
	margin: 0px;
	padding: 10px;
}
ul.ui-droppable li {
	margin: 0px 0 5px 0;
	padding: 0px;
}

.ui-draggable {
	cursor: pointer;
}


.grafico{
	position: relative;
	/*margin: 0 0 10px 0;*/
	margin: auto;
	width: 1024px;
}

.lista{
	margin: 0px;
	padding: 0px;
}

.diana {
	width:180px;	
	color:#0080ba;
	vertical-align: middle;
	height: 35px;
	position: absolute;
	z-index:1;
	text-align:center;
	background-color:rgba(244,244,244,0.95);	
}
.diana li {
	width:207px;
	list-style-type: none;
	vertical-align: middle;
	margin: 10px 0 0 0;
}
.diana ul {
	margin: 0px;
	padding: 0px;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

.diana ul.ui-droppable li {margin: 7px 0 0px 0;padding: 0px;}


#sort_palabras {
	width: auto;
	border: 1px solid #c6c6c6;
	background-color:#FAF7F7;	
	text-align:center;
	margin: 0 10px 10px 0px;
	vertical-align: sub;
	padding: 10px 0px;
	min-height: 20px;
	border-radius: 4px;
}
#sort_palabras ul.lista li, #sort_palabras ul.lista_block li{
	display: block;
	text-align: left;
	list-style-type: none;
	z-index:100;
}
#sort_palabras ul.lista_block li{
	display: inline-block;
	margin: 5px 10px;
	padding: 0px;
}


ul.sort_sort_bloquePal, ul.lista_sort_block{
	margin:0px;
	padding:0px;
	list-style-type:none;
margin:0;
padding:0;
}

ul.sort_bloquePal li{
	display: inline-block;
	vertical-align: top;
	display: inline;
	zoom: 1;
}

.sort_opcion {
	display: inline-block;
	margin-right: 10px;
	padding: 5px;
	border: 3px solid rgb(255, 206, 0);
	border-radius: 30%;
	background-color: rgb(255, 206, 0);
}

.sort_grafico{
	position: relative;
	margin: 0 0 10px 0;
}
.sort_elemPal {
	cursor: pointer;
	margin: 5px;
	padding: 5px;	
}
.sort_elemPal:hover {
	background-color:#FFF;
	color:rgb(0, 120, 191);
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;

}

.uiSort-state-default {
	background-color: #dfeaff;
}
.uiSort-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #80cdf7;
	text-decoration: none;
}
.uiSort-state-hover {
	background-color: #ffcc00;
	color: #c77405;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	border-bottom-style:none;
}
.uiSort-state-hover a, .ui-state-hover a:hover {
	color: #c77405;
	text-decoration: none;
}
ul.uiSort-droppable {
	margin: 0px;
	padding: 10px;
}
ul.uiSort-droppable li {
	margin: 0px 0 5px 0;
	padding: 0px;
}

.diana ul.uiSort-droppable li {margin: 7px 0 0px 0;padding: 0px;}

ul.bloquePal_sort, ul.lista_block{
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.bloquePal_sort li{
	display: inline-block;
	vertical-align: middle;
	display: inline;
	margin-top: 15px;
	zoom: 1;
}

#salida{
	margin-left: 25px;
}

.preDianaSelect{
	width: 20px;
	height: 20px;
	display: inline;
}

.fillDianasSelect{
	text-align: left;
	border: 1px solid #999;
	background-color: #fafafa;
	font-family:DIN, Verdana, Arial;
	font-size:18px;
	color:#007fbc;
	outline-color: transparent;
  	outline-style: none;
	vertical-align: middle;
}

.fillDianasSelect:focus{
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	outline-color: transparent;
    outline-style: none;
	background-color: #e9f7ff;
	
}

.dianasSelect_incorrecta{
	background-color: #ffdcdc;
	border: 1px solid #ff0000;
	//border: 1px solid  #ffb3b3;
}

.dianasSelect_correcta{
	background-color: #f2f9b3;
	border: 1px solid  #7e8c00;
}

/* Radio Button Style */

.radioHide {
    display:none; 
}

input[type=radio] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
   /* background-color: #e7e7e7;
    border-color: #ddd;*/
    color: transparent; 
   font-size: 30px;

   background-image: url('../img/inactivo.png');
   background-repeat:no-repeat;
}

/*input[type=radio] .radioHide {
  opacity: 0;
  z-index: 9999;
}*/

/* Estilo para el botón de las actividad table_check */
input[type=radio]:checked + .botonCheck {
   background-image: url('../img/activo.png');
   background-repeat:no-repeat;
   text-align: center;
}
input[type=radio]:disabled + .botonCheck { 
   background-image: none;
   background-color: none;
}
.botonCheck {
	display:inline-block;
	margin:-2px;
	padding: 4px 12px;
	/* background-color: #e7e7e7;
	border-color: #ddd;*/
	color: transparent; 
	font-size: 30px;
	width:25px;
	height:25px;
	background-image: url('../img/inactivo.png');
	background-repeat:no-repeat;
}

input[type=radio]:checked + label { 
   background-image: url('../img/activo.png');
   background-repeat:no-repeat;
   text-align: center;
  /* background-color: none;
   color: blue; */
}

input[type=radio]:disabled + label { 
   background-image: none;
   background-color: none;
  /* color: blue; */
}


/* Table 1 Style */

table.table1 {
	margin-bottom: 5px;
    width: 90%;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding: 5px;
}

.table1 thead th {
    padding:25px;
    background-color: #efefef;
}

.table1 tbody th {
	border: 1px solid #007FBC;
    padding: 5px;
    text-align: center;
	background-color: #C6E8F7;
}

.table1 td.cruz{
    text-align: center;
    width:20%;
}

.table1 td,
.table1 tr {
    border: 1px solid #999999;
	padding: 4px 10px;
	background-color: #FFEC9C;
	width: 28%;
}

.table1 td.cruz,
.table1 tr.cruz {
	background-color: #fff;
	width: 17%;
}

.cruz{
	cursor: pointer;
	width: 25px;
	height: 25px;
}


/* textos Style */

.textos{
	background-color: #FFFAE5;
	margin: 20px 20px 5px 0px;
	padding: 20px 20px 20px 20px;
	font-family:Garamond, Verdana, Arial;
}

.text_area_style{
	margin-top: 5px;
	width:100%;
	height: 100px;

	font-family:DIN, Verdana, Arial;
}

.texto_2lineasVF {
	height: 100%;
	margin: -18px 0 0 30px;
	text-indent: 0;
	width: 96%;
	text-align:justify;
}

.texto_2lineasTest, .texto_2lineasTestText{
	height: 100%;
	margin: -18px 0 0 50px;
	text-indent: 0;
	width: 92%;
	text-align:justify;
}

.texto_2lineasRelacionar {
	height: 100%;
	margin: -18px 0 0 25px;
	text-indent: 0;
	width: 350px;
	text-align:justify;
}

.wrap_2lineasRelacionar{
	height:70px;
}
.preguntas{
	margin-top: 20px;
}

.abrir_comilla{
	color: #B8B8B8;
	cursor: pointer;
	font-size: 20px;
}

.cerrar_comilla{
	color: #B8B8B8;
	cursor: pointer;
	font-size: 20px;
}

.select_text{
	cursor: pointer;
}

.imput_text{
	text-align:right;
}

.text_right{
	text-align:left;
	float:left;
}

.contenedorCaja {
    margin:0 auto !important; 
    display:inline-block;
    width: 190px;
	background-color: #80cdf7;
	padding: 0.25em 0;
	border: 1px solid #80cdf7;
	text-align: center;
}
.caja {
	display: inline;
	min-width: 100px;
}

.wrap {
	display: block;
    text-align:left;
    margin-bottom: 0.75em;
    min-width: 800px;
}


.palabras {
    float: right;
margin-right:24px;
    width: 190px;
    background-color: #ffcc00;
	border: 1px solid #ffcc00;
	padding: 0.25em 0;
	text-align: center;
}

.miparrafo p{

	margin:0px;
	text-align: right;

}

.contenido {
    float: left;
    min-width: 390px;
    padding: 0.25em 0;
}


/* Table 2 Style */

table.table2 {
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 240px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding: 5px;
	float: left;

}

.table2 thead th {
    padding:25px;
    background-color: #efefef;
}

.table2 tbody th {
	border: 1px solid #007FBC;
    padding: 5px;
    text-align: center;
	background-color: #C6E8F7;
}

.table2 td,
.table2 tr {
    border: 1px solid #999999;
	padding: 4px 10px;
	background-color: #FFEC9C;
	width: 18%;
    text-align: center;
}

.table2 td.cruz,
.table2 tr.cruz {
	background-color: #fff;
	width: 27%;
}

.divContenedor{
	overflow: hidden;
}

.palabrasClasificarDesdeTexto {
	display: inline;
    min-width: 190px;
    background-color: none;
	border-bottom-style: solid;
	border-bottom-color: #007fbc;
	border-bottom-width:1px;  
	text-align: center;
}


/* Table 3 Style */

table.table3 {
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 400px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding: 5px;
	float: left;
	z-index: 0;

}

.table3 thead th {
    padding:25px;
    background-color: #efefef;
}

.table3 tbody th {
	border: 1px solid #007FBC;
    padding: 5px;
    text-align: center;
	background-color: #C6E8F7;
}

.table3 td,
.table3 tr {
    border: 1px solid #999999;
	padding: 4px 10px;
	background-color: #FFEC9C;
	width: 18%;
    text-align: center;

}

.table3 td.cruz,
.table3 tr.cruz {
	background-color: #fff;
	width: 27%;
}

.container{
	position: relative;
}

.bloqueTableRelacionarPila{
	background-color: none;
}

.bloqueFrasesRelacionarPila{
	overflow:hidden;
	background-color: none;
}

.divContenedorRelacionarPila{
	overflow: hidden;
}


.palabrasRelacionarPila {
    min-width: 360px;
    background-color: #ffcc00;
	border: 1px solid #ffcc00;
	padding: 0.25em 0;
	text-align: center;
	position: absolute;
	height:34px;

}

.wrapRelacionarPila {
	display: block;
    text-align:left;
}

.contenedorCajaRelacionarPila {
    margin:0 auto !important; 
    display:inline-block;
    min-width: 360px;
	background-color: none;
	padding: 0.25em 0;
	text-align: center;
	height: 16px;
}

.uiRelacionarPila-state-default {
	/*background-color: #dfeaff;*/
	background-color: none;
}
.uiRelacionarPila-state-default a, .uiRelacionarPila-state-default a:link, .uiRelacionarPila-state-default a:visited {
	color: #80cdf7;
	text-decoration: none;
}
.uiRelacionarPila-state-hover {
	background-color: #ffcc00;
	color: #c77405;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	border-bottom-style:none;
}
.uiRelacionarPila-state-hover a, .uiRelacionarPila-state-hover a:hover {
	color: #c77405;
	text-decoration: none;
}
ul.uiRelacionarPila-droppable {
	margin: 0px;
	padding: 10px;
}
ul.uiRelacionarPila-droppable li {
	margin: 0px 0 5px 0;
	padding: 0px;
}

.contenedorCajaClasificarDesdeTexto {
    margin:0 auto !important; 
    display:inline-block;
    min-width: 200px;
	background-color: none;
	padding: 0.25em 0;
	text-align: center;
	height: 16px;
}

.uiClasificarDesdeTexto -state-default {
	/*background-color: #dfeaff;*/
	background-color: none;
}
.uiClasificarDesdeTexto -state-default a, .uiClasificarDesdeTexto -state-default a:link, .uiClasificarDesdeTexto -state-default a:visited {
	color: #80cdf7;
	text-decoration: none;
}
.uiClasificarDesdeTexto -state-hover {
	background-color: #ffcc00;
	color: #c77405;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	border-bottom-style:none;
}
.uiClasificarDesdeTexto -state-hover a, .uiClasificarDesdeTexto -state-hover a:hover {
	color: #c77405;
	text-decoration: none;
}
ul.uiClasificarDesdeTexto -droppable {
	margin: 0px;
	padding: 10px;
}
ul.uiClasificarDesdeTexto -droppable li {
	margin: 0px 0 5px 0;
	padding: 0px;
}

.bordered {
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 1px #CCCCCC;
    margin: auto;
    text-align: center;
}
.bordered th:first-child {
    border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
}

.bordered td:first-child, .bordered th:first-child {
    border-left: medium none;
}

.bordered th {
    background-color: rgb(128, 205, 247);
    border-top: medium none;
}

.bordered td, .bordered th {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 10px;
}
</pre></body></html>