<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Solución para scroll vertical innecesario tras fix viewport */
html {
    -ms-overflow-style: scrollbar;
}


.container {
    overflow-x: auto;
}


.dropper {
	width:70%;
    float:left; 
    position:relative;
}

.dropper img {
	/*width:100%;height:auto;*/
}

.dragger { 
    width:20%;
    float:left; 
    overflow-x: hidden; 
    overflow-y: auto;
    padding-right: 5%;
    padding-left: 5%
}

.dragger ul {
	list-style:none;
    margin:0;
    padding:0 5px 5px 5px;
}

.dragger ul li {
	border:1px solid #DDD;
    display:block;
    float:left;
    width:100%;
	margin-bottom: 0.3em;
	padding: 0.3em;
	border-radius: 5px;
}

.dragger ul li img {
	height:auto;
    vertical-align: middle;
    float:left;
}

.dragger ul li span {
	float:left;
	width:82%;
	margin-left: 3%;
}

.gap{
  /*border:1px solid #FF0000;*/
  position:absolute;
}

img{
  max-width:100%;
}

.box_result{
  font-weight:bolder;
}

.associationInteraction {
   clear: both;
}

.associate_pairs {
    float: left;
}

.associate_pair {
    clear: both;
}

.associable_pairs {
    clear: both;
}

.associated_pair .droppable {
    border: 1px solid #ddd;
    position: relative;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.associate_pair .droppable:nth-child(1) {
    border-right: 1px dashed #ddd;
}

.associate_pair .droppable:nth-child(2) {
    border-left: 0px;
}



.associate_pair .droppable span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.associable_choices {
	width: auto;
    clear: both;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.associable_choices .simpleAssociableChoice {
    border: 1px dashed #ddd;
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 5px;
    float: left;
    text-align: center !important;
}



.simpleAssociableChoice {
    text-align: center !important;
}


.simpleAssociableChoice img {
    vertical-align: middle;
}

.dropped {
    opacity: 0.3;
}

.droppableHighlight {
    background-color: #EEA;
    opacity: 0.3;
    border: 0;
}


.orderInteraction {
    clear: both;
    text-align: center;
}


.order_choices {
    margin: 0;
    padding: 0;
    display: inline-block;
}

/*.img-polaroid { padding: 0; } */
.order_choices { margin: 10px; }
.order_choices li.simpleChoice { margin: 1px; vertical-align: top; background-color: #EEE; }
.order_choices li.simpleChoiceHighlight {background-color: #EEA; border: 1px dotted #FFB;}

li.simpleChoice {
    clear: both;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    list-style-type: none;
    background: white;
}


.presentation-title h2 { border-bottom: 1px dotted #999; padding-bottom:5px;}
.presentation-content ul li { padding:0 0 10px; }
.presentation-content { border-bottom: 1px dotted #999;}
.activity-content.inline-select select {width: auto; padding: 2px 3px; height: auto; line-height: auto; margin-bottom: 2px;}

.width_select{
	width:auto !important
}

 
/* JLA: 11/04/2013 */

/* 
    Necesario para hotspotChoice del qtiHotspotInteraction
*/

.circle-on {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px; 
  cursor: pointer; /* NS */
  cursor: hand; /* IE */
}

.circle-off {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px; 
  cursor: pointer; /* NS */
  cursor: hand; /* IE */
  background: url('../images/transparent.png');
}
.circle-off-content{
	margin-top:0px; 
	font-size: 25px; 
	font-weight: bold;
}

/* 
    Necesario para qtiMatchInteraction
*/

.texto-izquierda {
    text-align: left;
}

.texto-derecha {
    text-align: right;
}

.texto-centro {
    text-align: center;
}

/* 
    Necesario para qtiMatchtInteraction
*/

.input-tabla {
    text-align: center;
    width: 100%;
}

.input-tabla input {
    /* height: 10px;  Se quita por petición 0000199*/ 
    /* left: 10px;  Se quita por petición 0000117*/
    margin: 0 0 0;
    outline: 0 none !important;
    position: relative;
   /* z-index: 1;*/
}

/* 
    Necesario para qtiHottextInteraction
*/

.parrafo-check {
display: inline-block !important;
}

.parrafo-check input {
    left: 0px;
}

/* 
    Necesario para qtiChoiceInteraction
*/

.input-tabla-choice {
    text-align: center;
}

.input-tabla-choice input {
/* height: 10px;  Se quita por petición 0000199*/
    left: 0px;
    margin: 0 0 0;
    outline: 0 none !important;
    position: relative;
    z-index: 1;
}

/* 
    Necesario para qtiselectChoiceInteraction
*/

.simple-choice-on {
  background-image: url('./../images/cross.png');
  position:absolute;
  top: 10px;
  left: 10px;
  width: 16px;
  height: 16px;
}

.simple-choice-off {
  width: 20px;
  height: 20px; 
}

/* 
    Necesario para qtigraphicOrderInteraction
*/

#contenedor-imagen img { float:left; display: inline-block; margin: 0 20px 20px 0; }

.pickup_area {
    float:left;
    list-style:none;
    margin: 0; padding: 0;
}

.pickup_area li {
    color: #009933;
    background: #CCFFEE;
    cursor: pointer;
    float: left;
    font-size: 35px;
    margin: 0 5px 5px 0;
    padding: 20px 30px;
    border: 1px solid #CCC;
    line-height: 30px;
    width: 20px;
    text-align: center;
}

.pickup_area li.selected {
    background: none repeat scroll 0 0 #44EECC;
    color: #FFFFFF;
}

.table-striped tbody &gt; tr:nth-child(2n+1) &gt; th { background: #92dbe4; text-align:center; }

.table-striped tbody &gt; tr:nth-child(2n+1) &gt; td  { background: #dcf4ff; }

.table-striped tbody &gt; tr:nth-child(2n) &gt; td  { background: #f8fafa; }

/* Solution 4 ie8*/
.row-odd  td { background: #f8fafa;}

.row-even  td {background: #dcf4ff;}

.row-title  th{background: #92dbe4;}
/* End of solution 4 ie8*/
.rot90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	rotation: 90deg;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
ul.sliderInteraction { margin: 20px 0 0 0px; list-style: none; padding: 0;}

ol.inlineChoiceInteraction { margin: 0 0 0 25px; padding: 0;}
ol.inlineChoiceInteraction li { text-align: left; padding-bottom: 10px;}
ol.inlineChoiceInteraction li strong { font-weight: normal; padding: 2px;}
ol.inlineChoiceInteraction li select { margin-top: 5px;}

ol.inlineChoiceInteraction li strong {padding: 2px 5px;}
ol.inlineChoiceInteraction li strong.orange { background: #FFEECD;}
ol.inlineChoiceInteraction li strong.green { background: #EEFFCD;}
ol.inlineChoiceInteraction li strong.red { background: #FFDDDD;}
ol.inlineChoiceInteraction li strong.blue { background: #CCEEFF;}
ol.inlineChoiceInteraction li strong.magenta { background: #CCCCFF;}
ol.inlineChoiceInteraction li strong.yellow { background: #f7fbb1;}
ol.inlineChoiceInteraction li strong.morado { background: #efd4fc;}


ul.inlineChoiceInteraction { margin: 0 0 0 25px; padding: 0;}
ul.inlineChoiceInteraction li { text-align: left; padding-bottom: 10px;}
ul.inlineChoiceInteraction li strong { font-weight: normal; padding: 2px;}
ul.inlineChoiceInteraction li select { margin-top: 5px;}

ul.inlineChoiceInteraction li strong {padding: 2px 5px;}
ul.inlineChoiceInteraction li strong.orange { background: #FFEECD;}
ul.inlineChoiceInteraction li strong.green { background: #EEFFCD;}
ul.inlineChoiceInteraction li strong.red { background: #FFDDDD;}
ul.inlineChoiceInteraction li strong.blue { background: #CCEEFF;}
ul.inlineChoiceInteraction li strong.magenta { background: #CCCCFF;}
ul.inlineChoiceInteraction li strong.yellow { background: #f7fbb1;}
ul.inlineChoiceInteraction li strong.morado { background: #efd4fc;}

ul.sliderInteraction { margin: 20px 0 0 0px; list-style: none; padding: 0;}

ul.hottextInteraction { margin: 0; padding: 0 20px; text-align: left; }
ul.hottextInteraction li { margin-bottom: 20px;}
ul.hottextInteraction li label { display: inline-block; font-size: 16px !important; }

ul.hottextInteraction li div.parrafo-check { margin-top: 5px; display: inline-block !important;}
ul.hottextInteraction li div.parrafo-check { *display: inline !important;}

ul.hottextInteraction li label { border:1px solid #F5F5F5; }
ul.hottextInteraction li label.ht-select { border: 1px dashed #666; background: #FFF;}
ul.hottextInteraction li label span { padding-right: 5px;}

ul.hottextInteraction li strong { padding: 2px 5px; }
ul.hottextInteraction li strong.orange { background: #FFEECD; }
ul.hottextInteraction li strong.green { background: #EEFFCD; }
ul.hottextInteraction li strong.red { background: #FFDDDD; }
ul.hottextInteraction li strong.blue { background: #CCEEFF; }
ul.hottextInteraction li strong.magenta { background: #CCCCFF; }
ul.hottextInteraction li strong.yellow { background: #f7fbb1;}
ul.hottextInteraction li strong.morado { background: #efd4fc;}

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#87c5e2; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{


	background-color:#87c5e2;
	border:0px solid #000000;
	text-align:left;
	border-width:0px 0px 1px 1px;

}
.CSSTableGenerator tr:first-child:hover td{


	background-color:#87c5e2;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
	
}
/* fix for 0000288 */
.ui-dialog-contain, .ui-header {
    z-index: 99;
}
</pre></body></html>