@charset "utf-8";
@font-face{
	src:url(../font/REZ.ttf);
	font-family:slant;
}
body{

	font-family:verdana;
}

#barra_superior{
	height:5em;
	width:100%;
	position:absolute;
	left:0;
	top:0;
}

#actividad{
	position: absolute;
	width: 95%;
	height: 525px;
	top: 115px;
}

#foot{
	height: 2em;
	width: 100%;
	background-color: #88D23E;
	position: absolute;
	left: 0;
	top: 122.5%;
	}
	
#actividad .spiderman{
position: absolute;
left: 65%;
top: 20%;
}
#cont{
	position:relative;
}

#instructions p, h3{
	display:inline-block;
	padding:0 1.5em;
}

#instructions h3{
	font-family:slant;
	color:#666;
}

#instructions p{
	font-family:Verdana, Geneva, sans-serif;
	color:#4B4B4B;
	font-size:0.8em;
}
#instructions{
	margin-top:-3.5em;
	
}

#banner{
	position: absolute;
	top: 0;
	width: 100%;
	height: 3.7em;
	background-color: #999;
}
#banner h3{
	color:#FFF;
	font-family:Verdana;
	margin-left:-43%;
	font-size:20px;
}
input{
	background-color:#F4D9CD;
	border:none;
	width:65px;
	border-bottom:1px solid #333;
	padding:0 10px;
	text-align:center;
}

#ejercicio ol li{
	margin-top:2%;
	font-size:14px;
	color:rgba(0,0,0,1.00);
}

#banner ul li{
	display:inline-block;
	list-style:none;
	background-color:#666;
	width:31px;
	height:30px;
	text-align:center;
	border-radius:10px 10px 0 0;
	
}
#banner ul li span{
	position:relative;
	top:15%;
	text-decoration:none;
	color:#FFF;
	font-size:1.2em;
}

#banner ul .active{
	background-color:#D8D8D8;
}

td h5{
	margin-top:3%;
	margin-bottom:-5%;
	margin-left:20%;
	color:#CCC;
}


.answer{
	visibility:hidden;
}

.position{
	 position: absolute !important; 
	 left: 75% !important;
	 top:55% !important;
}
#ejercicio{
	margin-left:95px;
	}
<!---------------------------------------------------------------------------------------------------------------------->
@font-face {
	font-family:"glasket500";
	src:url(../font/glasket500.ttf);
	}
@font-face{
	font-family:"glasket500";
	src:url(../font/glasket500.ttf);
	}
@font-face{
	font-family:REZ;
	src:url(../font/REZ.ttf);
}


*{
	margin:0;
	padding:0;
}
body {
	background-color:#F4D9CD;
	
}

#cabeza {
	width:100%;
	background-color:#C81A32;
	height:80px;
	margin-bottom:15px;
}
#logo {
	position:absolute;
	background-image:url(../img/logo.jpg);
	width:170px;
	height:75px;
	left:40px;
}

								/* CABECERA*/
#titulo {
	font-family:"glasket500";
	font-size:43px;
	color:#FFF;
	text-align:center;
	letter-spacing:1.5px;
	width:150px;
	height:50px;
	float:left;
	position:absolute;
	top:20px;
	left:195px;
}

#niveles{
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#FFF;
	float:left;
	position:absolute;
	left:350px;
	top:25px;
}
#subtitulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#FFF;
	text-align:center;
	top:25px;
	width:350px;
	height:50px;
	position:absolute;
	left:470px;
}
.noUsable {
	background-color:#D85E6F;
	color:#C81A32;
}
.usable{
	background:#FFF;
	color:#C81A32;
}
table .tniveles {
	border-spacing:0;
	border-right:10px;
}
div#niveles td {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.instrucionesLetra {
	font-family:REZ;
	text-decoration:underline;
	font-size:23px;
	letter-spacing:1px;
	color:#C81A32;
	text-indent:50px;
}
#instrucciones {
	margin-bottom:30px;
	margin-left:75px;
	color:#C81A32;
	font-family:Tahoma, Geneva, sans-serif;
}
										/*BOTONES*/
#buttons {
	margin-top:30px;
	margin-left:500px;
	margin-bottom:30px;
}
.button{
	text-align:center;
	font-size:13px;
	display:inline;
	background-color:#C81A32;
	color:#FFF;
	border:0;
	width:160px;
	font-family:Verdana, Geneva, sans-serif;
	border-radius:10px;
	padding:10px;
}
.button:hover {
	background-color:#FFF;
	color:#C81A32;
	border:3.5px solid #C81A32;
}



