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: #009CDA;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size:18px;
}
header > 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 > div#elements {
	width: 100%;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	clear: both;
	float: left;
}
#contents >  div#elements > h2{
	float:left;
	width:400px;
	margin:5px;
}
#contents >  div#elements > h5{
	float:left;
	width:90%;
	margin:0px 0 10px 80px;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}

#contents >  div#elements > h4{
	float:left;
	width:100%;
	margin:0px 0 10px 0;
	text-align: left;
	font-size: 15px;
	font-weight:bold;
	color: #000000;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}

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




/*------------------------ 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;
	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 & 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*/
.teoria{
     margin: 0 auto;
     width: 790px;
     text-align: justify;
     margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 40px;
    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);
}