<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: 'Helvetica',arial,sans-serif,Verdana,Tahoma,Geneva;
font-size: 14px;
	background-color:white;
	line-height: 1;
}
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: center !important;
	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: #005EA8;
	color: white;
	z-index: 100;
}
header &gt; h1{
	height: 50px;
	line-height: 35px;
	font-size: 30px;
	margin: 0 0 0 30px;
	float: left;
	width: 100%;
}

header &gt; h2 {
	height: 18px;
	line-height: 18px;
	font-size: 1.5em;
	margin: 0 0 0 3%;
	position: relative;
	float: left;
	top: -30px;
	/* IE 8 */  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* IE 5-7 */  filter: alpha(opacity=90);
	/* Netscape */  -moz-opacity: 0.9;
	/* Safari 1.x */  -khtml-opacity: 0.9;
	/* Good browsers */  opacity: 0.9;
}
#contents {
	position:relative;
	margin-top:60px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width: 920px;
	min-height:500px;
	overflow-x: hidden;
    overflow-y: hidden;
}
#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;
	margin:20px 0 20px 0;
	font-weight: normal;
}

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

/*------------------------ 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;
}
.noTitleStuff{
	border-radius: 7px;
	border:solid 1px #ccc;
	z-index: 1000;
}
#mensajefinal{
	text-align:center;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	margin-left: 90px;
}


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


#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 GALERIA, VIDEO &amp; AUDIO*/
[audio],[video],[galeria]{
    cursor:pointer;
	filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}

[audio]:hover,[video]:hover,[galeria]:hover{
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


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>