<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    min-height: 100%;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	cursor:default;
}
body {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	background-color:white;
}
article, aside, figure, header, hgroup, nav, section, details, figcation, hgroup, menu, summary {
	display: block;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h2 {
	text-transform: uppercase;
	float: left;	
	text-align: left;
	width: 850px;
	font-size: 18px;
	margin: 2px;
}
h3 {
	font-size: 70%;
	text-align: right;
	position: relative;
}
h4 {
	font-size: 80%;
	margin-top: -70px;
}
.cursor{
cursor:pointer;
}
a {
	text-decoration: none;
	outline: none;
}


/*************** CABECERA ***************/
header {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
	min-width: 920px;
	margin:0 auto;
	background-color: #009CDA;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size:18px;
}
header &gt; h1{
	margin-top:8px;
	text-align:center;
	vertical-align: middle;	
	color: #FFFFFF;
	
font-family: Arial !important;
font-size: 27px !important;

}
#contents {
	position:relative;
	margin-top:75px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width: 920px;
	min-height:500px;
}
#contents &gt; div {
	margin: 1px auto;
}
div#elements {
	width: 100%;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	clear: both;
	float: left;

}
#elements &gt; h2{
	float:left;
	width:400px;
	margin:5px;
}
#elements &gt; h5{
	float:left;
	width:100%;
	margin:20px 0 20px 0;
	
	text-align: center;
	font-size: 120%;
	font-weight:bold;
	color: #000000;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}

#elements &gt; h5 &gt; p{
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:-20px;
	font-size: 35px;
	font-weight:bold;
	color:#0095da;
}

div#elements &gt; img{
	display: block;   
	margin-left: auto;   
	margin-right: auto; 
	max-width: 750px;
	max-height: 300px;
}


/* FOOTER */
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
	width:100%;
	min-width: 920px;
	z-index: 50;
}
footer #foot{
	position:absolute;
    width: 100%;
	height:100%;
	z-index:50;
	margin:0 0;
	font-size:0.9em;
	background-color:#E6E6E6;

}

footer  #foot .botones{
   list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
	height:100%;
 }

 footer #foot .botones li{
 	cursor: pointer;
	display: block;
	position: relative;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	margin: 0px 0px;
	margin-bottom: 25px;
	float: left;
    width: auto;
    min-width: 100px;
	height:100%;
	text-align:center;	
 }


 footer #foot .botones li:not(#logo):not(.anaya-state-inactivo):hover{
	background-color:#f4f4f4;
	box-shadow: inset 0px 0px 10px 4px #E6E6E6;
	-moz-box-shadow: inset 0px 0px 10px 4px #E6E6E6;
	-webkit-box-shadow: inset 0px 0px 10px 4px #E6E6E6;
}

 footer #foot .botones li &gt; div{
	width: 50px;
	height: 38px;
	margin: auto;
	margin-top:3px;
	position:relative;
	z-index:1;
 }

footer #foot  .botones li span{
	text-decoration: none;
	font-weight:bold;
	color: #65003b;
	width:100%;
	font-size: 1em;
	position:relative;
	z-index:1;
}


footer #foot  .botones li#logo &gt;  a{
	display:block;
    width: 100%;
	height:100%;
}
footer #foot  .botones li#logo &gt;  a &gt; img{
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
    bottom:0;
}
footer #foot  .botones li#logo:hover{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform: scale(1.1);
}
 
footer #foot &gt; ul &gt; #audio{
	float:right;
	border-right: 0;
}
footer #foot &gt; ul &gt; #ayuda{
	float:right;
	border-right: 0;
}


/*------------------------ MENSAJE ------------------------*/
#mensaje {
	z-index:2000;
}
#mensaje p{
	text-align:center;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 30px;
}
#mensaje h7{
	font-size: 12px;
}

.noTitleStuff .ui-dialog-titlebar{display:none;}
#mensajefinal{
	text-align:center;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 30px;
}


/*------------------------ BOTÓN COMPROBAR ------------------------*/
#check {
	display:none;
	position:relative;
	float: left;
	width: 300px;
	height: 10%;
	cursor:pointer;
	opacity:1;
	margin:20px;
	padding:10px;
	left:30%;
	background-color: #5fae27;
	color:#fff;
	text-align:center;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 30px;
	border: 1px solid #fff;
	-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);
}



.animateBoton {
	position: relative;
	animation-name:animateBotons;
	animation-duration: 2500ms;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: animateBotons;
	-webkit-animation-duration: 2500ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

@keyframes animateShadow{
	0% {  
		
	}
	50% {
		
		box-shadow: inset 0px 0px 6px 4px #fff;
		-moz-box-shadow: inset 0px 0px 6px 4px #fff;
		-webkit-box-shadow: inset 0px 0px 6px 4px #fff;
		  	
	}
	100% {

	  	
	}

}



@keyframes animateBotons{
	0% {  
		top:0;
		-moz-transform: scale(1);
	}
	25% {
		top:-10px;
		-moz-transform: scale(1);
		  	
	}
	30% {
		top:-10px;
		-moz-transform: scale(1.1);
		-moz-transform:rotate(8deg);		  	
	}
	33% {
		top:-10px;
		-moz-transform: scale(1.1);
		-moz-transform:rotate(-8deg);		  	
	}
	36% {
		top:-10px;
		-moz-transform: scale(1.1);
		-moz-transform:rotate(8deg);		  	
	}
	40% {
		top:-10px;
		-moz-transform: scale(1.1);
		-moz-transform:rotate(-8deg);		  	
	}
	46% {
		top:-10px;
		-moz-transform: scale(1.1);
		-moz-transform:rotate(0deg);		  	
	}
	70% {
		top:0;
		-moz-transform: scale(1);
	  	
	}
	80% {
		top:0;
		-moz-transform: scale(1);
	  	
	}
	90% {
		top:0;
		-moz-transform: scale(1);
	  	
	}
	100% {
		top:0;
		-moz-transform: scale(1);
	  	
	}

}

@-webkit-keyframes animateBotons {
	0% {-webkit-transform: scale(1);}
	50% {-webkit-transform: scale(1.2);}
	100% {-webkit-transform: scale(1);}
}

.iluminaBoton:hover{
	background-color:#f4f4f4;
	box-shadow: inset 0px 0px 6px 4px #E6E6E6;
	-moz-box-shadow: inset 0px 0px 6px 4px #E6E6E6;
	-webkit-box-shadow: inset 0px 0px 6px 4px #E6E6E6;

}

.iluminaBoton{
	animation-name:animateShadow;
	animation-duration: 2500ms;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: animateBotons;
	-webkit-animation-duration: 2500ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	background-color:#f4f4f4;
	box-shadow: inset 0px 0px 6px 4px #E6E6E6;
	-moz-box-shadow: inset 0px 0px 6px 4px #E6E6E6;
	-webkit-box-shadow: inset 0px 0px 6px 4px #E6E6E6;
}

.iluminaText{
	-moz-box-shadow:inset 0px 0px 8px 0px #fff;
	-webkit-box-shadow:inset 0px 0px 8px 0px #fff;
	box-shadow:inset 0px 0px 8px 0px #fff;	
}


#sliderAudio{
	display:block;
	position:absolute;
	z-index:0;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.5;
	
	background: rgba(0,156,218,1); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,156,218,1) 0%, rgba(200,235,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,156,218,1)), color-stop(100%,rgba(200,235,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,156,218,1) 0%,rgba(200,235,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,156,218,1) 0%,rgba(200,235,250,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,156,218,1) 0%,rgba(200,235,250,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,156,218,1) 0%,rgba(200,235,250,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009CDA', endColorstr='#C8EBFA',GradientType=1 ); /* IE6-9 */
	background-size: 0% 51%;
	
	background-repeat: no-repeat;
}



/*Componentes
---------------*/
.anaya-widget {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 0.8em;
	/*border-right: 1px solid #e87fb1;*/
}


 /*Estados
---------------*/

.anaya-state-inactivo {
	cursor: default;
	opacity: 0.3;
	filter: alpha(opacity=30); /* IE 7 and Earlier */
}

.anaya-state-default
{
}






/* Iconos
----------------------------------*/


.anaya-icon{
	background-image: url(img/bot-prim-default.png);
}
.anaya-state-default.anaya-icon {
	background-image: url(img/bot-prim-default.png);

}
.anaya-state-hover.anaya-icon{
	background-image: url(img/bot-prim-hover.png);
}
.anaya-state-active.anaya-icon {
	background-image: url(img/bot-prim-active.png);
}


.anaya-state-none.anaya-icon {
}

/* Posicionamiento */
.anaya-icon-anterior { background-position: 0 -5px; }
.anaya-icon-siguiente { background-position: -50px -5px; }
.anaya-icon-otravez { background-position: -200px -5px; }
.anaya-icon-cerrar { background-position: -100px -5px; }
.anaya-icon-anotar { background-position: -250px -5px; }
.anaya-icon-audio { background-position: -300px -5px; }
.anaya-icon-comprobar { background-position: -350px -5px; }
.anaya-icon-ayuda { background-position: -400px -5px; }



#dialog{ /*VENTANA DIALOGO*/
	display:none;
}


#fondoblanco{ /*FONDO PARA LA VENTANA DE FINALIZAR TODAS LAS ACTIVIDADES*/
	width:100%;
	height:100%;
	background:#fff;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE 7 and Earlier */
}








/*CAMBIAR COLOR DEL SELECCIONADO DE TEXTO*/
::-moz-selection{
    background: #ffeb74; /* color de fondo */
    color: #0095da; /* color de texto */
}
::selection{
    background: #ffeb74; /* color de fondo */
    color: #0095da; /* color de texto */
}
::-webkit-selection {
    background: #ffeb74; /* color de fondo */
    color: #0095da; /* color de texto */
} 







/*PARA ATRIBUTOS VIDEO &amp; AUDIO*/
[audio],[video]{
    cursor:pointer;
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
[audio]:hover,[video]:hover{
	filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}


video{
	overflow-y: hidden;
	overflow-x: hidden;
}

video:-moz-full-screen        
video:-webkit-full-screen,
video:-moz-full-screen,
video:-ms-full-screen,
video:-o-full-screen,
video:full-screen
{ max-height: 100%;
	max-width: 100%; }

	
	
[draggable="true"] {
  -khtml-user-drag: element;
  -webkit-user-drag: element;
  -khtml-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-drag: element;
  user-select: none;
}





#respuestasOld{
	font-size:18px;
}
</pre></body></html>