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

.deco{
	max-width:80%;
	position:relative;
}
#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;
	
}
#banner{
	position: absolute;
	top: 0;
	width: 100%;
	height: 3.6em;;
	background-color: #999;
}
#banner h3{
	color:#FFF;
	font-family:Verdana;
	margin-left:-10%;
	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;
}

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

.position{
	 position: absolute !important; 
	 left: 69% !important;
	 top:95% !important;
}

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

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

#feedback { font-size: 1.4em; }
.sel .ui-selecting { 
	background: #CCCCCC; 
}
.sel .ui-selected { 
	background: #666666; 
	color: white;
}
.sel { 
	list-style-type: none;
	 margin: 0;
	 padding: 0;
	 width: auto; 
	 position:relative;
	 left:0;
}
.sel li {
	font-size: 10px;
	height: 18px;
	padding: 0.6em;
	width: 115px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin: 0 0.5em;
	border-radius: 5px;
}
.droppable{
	display:inline-block;
	width:60px;
	height:15px;
	border-bottom:1px solid #000;
	padding:0;
	text-align:center;
}

#selects{
	margin-left:20px;
}
#selects td{
	padding 1em 0;	
}