<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,	del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:none;
	border:none;
	font-size: 100%;
	list-style:none;
	font-family:Verdana;
	-webkit-text-size-adjust:none;
}
html{
	width:100%;
	min-height:100%;
	-webkit-font-smoothing: antialiased;
	cursor:default;
}
body{
	width:100%;
	height:100%;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	background-color:white;
}
a {
	cursor:pointer;
}



/*************** CABECERA ***************/
header {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
	min-width: 920px;
	margin:0 auto;
	background-color: #3696de;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size:18px;
	border-bottom:5px solid #CCCCCC;
	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);
}
header &gt; h1{
	margin-top:8px;
	text-align:center;
	vertical-align: middle;	
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size:18px;
}

/*************** CONTENIDO ***************/
#contents {
	position:relative;
	margin-top:75px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width: 920px;
	min-height:500px;
}

#contents &gt; div#elements {
	width: 100%;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	clear: both;
	float: left;
}
#contents &gt;  div#elements &gt; h2{
	float:left;
	width:400px;
	margin:5px;
}
#contents &gt;  div#elements &gt; h5{
	float:left;
	width:95%;
	margin:0px 0 10px 0px;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}

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

#contents #enlace{
    display:block;
    margin:20px;
    background-color:#CCEBF8;
    border-radius:12px;
    height:45px;   
}
#contents #enlace a{
    color:#000;
    line-height:45px;
   -webkit-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    text-shadow: 0px 0px 0px #fff;
}

#contents #enlace a:hover{
    color:#0095DA;
    text-shadow: 2px 2px 1px #fff;
}



/*------------------------ 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;
}
/*------------------------ DIALOG ------------------------*/
.ui-dialog{ 
	display:none;
}
.ui-dialog .ui-dialog-title{ 
	color:#fff;
}





/*------------------------ FOOTER ------------------------*/
footer{
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
	width:100%;
	min-width: 920px;
	background-color: #fff;
	border: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);
	z-index: 50;
}




/*------------------------ ZONA INTERACTIVA ------------------------*/
.mainpanel {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding-bottom:175px;
}


.mainpanel  div#text {
    position:relative;
	width: 100%;
	height:auto;
	min-height:100px;
	font-size: 24px;
	text-align:center;
}









/*------------------------ COLOR TEXTO SELECCIONADO ------------------------*/
::-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 VÍDEO, FILE, IMAGEN &amp; AUDIO ------------------------*/
.attrAudio,[video],[file],[image]{
    cursor:pointer;
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.attrAudio:hover,[video]:hover,[file]:hover,[image]:hover{
	filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}
.yooigo, yoveo, yofoto, yofile{
    width:auto;
    height:50px;
    margin-right:5px;
	display: inline-block;
}
.yooigo img, yoveo img, yofoto img, yofile img{
    width:auto;
    height:50px;
}

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






/*Para mostrar imagen*/
#ver_texto p{
     margin: 0 auto;
     width: 790px;
     text-align: justify;
     margin-top: 10px;
    margin-bottom: 15px;
 
    font-size:18px;
}

#ver_texto {
	background-color: rgba(255,255,255,1);
	width: 100%;
	position: absolute;
	z-index: 14;
	left: 0px;
	top: 55px;
	height: 86%;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url(../../imagenes/meninas.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
	background-size: auto 90%;*/
	margin-top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	
}

#contents h1{
	display: block;
	text-align: center;
	font-size: 120%;
	}
#contents h2{
	border-radius: 45px;
	display: block;
	width: 80px;
	font-size: 83%;
	text-transform: uppercase;
	padding-top: 20px;
	float: left;
	margin-top: -60px;
	left: 0px;
	cursor: pointer;
	top: 50px;
	position: absolute;
	text-align: center;
	height: 60px;
	background-image: -webkit-linear-gradient(270deg,rgba(71,164,250,1.00) 0%,rgba(9,32,116,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(71,164,250,1.00) 0%,rgba(9,32,116,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(71,164,250,1.00) 0%,rgba(9,32,116,1.00) 100%);
	box-shadow: 2px 2px 2px rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}

#contents h3{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 140%;
	top: 90px;

	position: absolute;
	}
#ver_texto h4{
	border-radius: 15px;
	background-color: rgba(255,204,51,1);
	display: block;
	width: 130px;
	font-size: 110%;
	text-transform: uppercase;
	padding: 5px;
	margin-top: 10px;
    margin-bottom:25px;
	position: relative;
	left: 50%;
	margin-left: -70px;
	cursor: pointer;
		background-image: -webkit-linear-gradient(270deg,rgba(71,164,250,1.00) 0%,rgba(9,32,116,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(71,164,250,1.00) 0%,rgba(9,32,116,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(71,164,250,1.00) 0%,rgba(9,32,116,1.00) 100%);
	box-shadow: 2px 2px 2px rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}</pre></body></html>