@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: 150px;
	left:20px;
}


.deco{
	max-width:80%;
}
#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:-3em;
	margin-bottom:3em;
	margin-left:2em;
	
}

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

#ejercicio ol li{
	margin-top:2%;
	font-size:12px;
	color:#666;
	position:relative;
	left:25%;
}
#ejercicio ol{
	margin-top:10%;
}

#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: 0;
	margin-bottom: -8px;
	margin-left: 75px;
	color: #CCC;
}


.answer{
	visibility:hidden;
	display:inline;
	left:100%;
	top:0;
}

.position{
	 position: absolute !important; 
	 left: 70% !important;
	 top:60% !important;
}

.conv{
	width:10%;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	
}

.droppable{
	display:inline-block;
	width:60px;
	height:15px;
	border-bottom:1px solid #000;
	padding:0;
	text-align:center;
}

#drag td{
	width:10%;
	color:
}

#drag{
	position:relative;
	left:5%;
}

.draggable{
	color:#C81A32;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
	width:60px;
}

#drop{
	margin-top:10px;
}

#nav ul{
	margin-left:20px;
}
													<!--Nuevo codigo agregado -->		
															
@font-face {
	font-family:"glasket500";
	src:url(../../actividad1/font/glasket500.otf);}

@font-face {
	font-family:REZ;
	src:url(../../actividad1/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.gif);
	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:475px;
}
.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-left:75px;
	color:#C81A32;
	font-family:Tahoma, Geneva, sans-serif;
}
										/*BOTONES*/
#buttons {
	margin-top:30px;
	margin-left:500px;

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



