@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;
	background: #FFF;
	top: 115px;
}


	
.deco{
	max-height:70%;
	margin-top:-30px;
}
#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-left:2em;
	margin-bottom:3.5em;
}

#banner{
	position: absolute;
	top: 0;
	width: 100%;
	height:3.45em;
	background-color: #999;
}
#banner h3{
	color:#FFF;
	font-family:Verdana;
	margin-left:-60%;
	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: -10px;
	margin-left: 75px;
	color: #CCC;
}

#buttons{
	position: relative;
	left: 60%;
	margin-top:80px;
	width:32%;
}
.answer{
	visibility:hidden;
	display:inline;
	left:100%;
	top:0;
}

.position{
	 position: absolute !important; 
	 left: 65% !important;
	 top:71% !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:#666;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
	width:60px;
}

#drop{
	margin-top:10px;
}

#nav ul{
	margin-left:20px;
}