<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;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
	margin:0 0;
	background-color: #008ac9;
	z-index: 100;
}
header &gt; h1{
	height: 50px;
	font-size: 19px;
	float: left;
	width: 100%;
	text-align: center;
	color:#ffffff;
}

header &gt; h2{
	position: relative;
	top: -40px;
}
#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: 18px;
	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: 65px;
    width: 100%;
	
	z-index:15;
}
footer #foot{
	margin:0 0;
	height:65px;
	font-size:1em;
	background-color: rgb(250, 250, 250);
	border-top:1px solid #ccc;
	box-shadow: 0px 0px 10px 1px rgba(210, 210, 210, 0.75);
	-moz-box-shadow: 0px 0px 10px 1px rgba(210, 210, 210, 0.75);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(210, 210, 210, 0.75);

}

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

 footer #foot .botones li{
	margin-top: 5px;
	margin-bottom:5px;
	margin-left: 5px;
	margin-right:25px;

	/*padding-right: 80px;
	/*width:6%;*/
	display: block;
	float: left;
    cursor: pointer;
	position: relative;
 }


footer #foot  .botones li span{
	position: absolute;
	bottom:0px;
	text-decoration: none;
	font-weight:bold;
	color: #65003b;
	width:100%;
	text-align:center;
	line-height:12px;
}


footer #foot .botones #audio span{ /*TEXTO BOTON AUDIO*/
	width:70px;
	margin-left:10px;
}


footer #foot .botones a:hover {
	
}
 footer #foot &gt;ul #logo {
	z-index: 100;
    height:40px;
	width: 43px;
	margin-top: 20px;
	margin-bottom:15px;
	/*margin-right:2%;*/
}



 
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);
}

#check:hover{
	opacity:0.8;
}




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



#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;
}
</pre></body></html>