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

.conversation {
	font-size:12px;
}

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


.numb{
	position: relative;
	top: 5px;
}

#cont{
	position:relative;
	margin-top:30px;
	margin-left:50px;
}

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


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

#instructions p{
	font-family:Verdana, Geneva, sans-serif;
	color:#c51230;
	font-size:0.8em;
}

#banner{
	position: absolute;
	top: 0;
	width: 100%;
	height:4.15em;
	background-color: #c51230;
}

#banner h3{
	color:#FFF;
	font-family:Verdana;
	margin-left:-63%;
	font-size:20px;
}

#cont h6{
	color: #c51230;
}

#ejercicio ol li{
	margin-top:2%;
	font-size:12px;
	color:#666;
}

#banner ul li{
	display:inline-block;
	list-style:none;
	background-color:#cd5b65;
	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:#c51230;
	font-size:1.2em;
	font-weight: bold;
}

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

td h5{
	margin-top:3%;
	margin-bottom:-10px;
	margin-left:55px;
	color:#ddc9c0;
}



.position{
	 position: absolute !important; 
	 left: 45% !important;
	 top:50% !important;
}


.answer{
	display:none;
}
.draggable{
	cursor:pointer;
	font-size:12px;
	
	display:inline;
	margin-right: 10px;
}

.droppable{
	height:25px;
	text-align:center;
	width:95%;
	border-bottom:1px solid #000;
	display:inline-block;
}

.sound{
	cursor:pointer;
}

.drag2{
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	background-color:#542C82;
	width:30px;
	height:30px;
	border-radius:20px;
	text-align:center;
	color:#FFF;
	position:relative;
	left:-5px;
}


.drop2{
	width:30px;
	height:30px;
	border-radius:20px;
	text-align:center;
	position:relative;
	left:-50%;
	border:1px solid #542C82;
	position:relative;

}

.text{
	background-color:#542C82;
	color:#FFF;
	border-radius:20px;
	width:80%;
	height:30px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	/* Safari, Chrome, and Opera */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;
/* Internet Explorer 10 */
display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;
/* W3C */
display:box;
box-pack:center;
box-align:center;
}
.tDrag{
	height: 20px;
}
/**********************NUEVO CODIGO CSS****************************/
@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:#D7CDE0;
	font-family:Verdana, Geneva, sans-serif;
	
}

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

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

#niveles{
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#FFF;
	float:left;
	position:absolute;
	left:290px;
	top:25px;
}
#subtitulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#FFF;
	text-align:left;
	top:25px;
	width:400px;
	height:50px;
	position:absolute;
	left:460px;
	text-justify:auto;
}
.noUsable {
	background-color:#D7CDE0;
	color:#542C82;
}
.usable{
	background-color:#FFF;
	color:#60C;
}
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:#542C82;
	text-indent:50px;
}
#instrucciones {
	margin-left:75px;
	color:#542C82;
	font-family:Tahoma, Geneva, sans-serif;
}
										/*BOTONES*/
#buttons {
	margin-top:15px;
}
.button{
	text-align:center;
	font-size:13px;
	display:inline;
	background-color:#542C82;
	color:#FFF;
	border:0;
	width:160px;
	font-family:Verdana, Geneva, sans-serif;
	border-radius:10px;
	padding:10px;
}
.button:hover {
	background-color:#FFF;
	color:#542C82;
	border:3.5px solid #542C82;
}



