@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 {
	color:#c51230;
	font-weight:bold;
	font-size:12px;
}

#actividad{
	position: absolute;
	width: 95%;
	background: #FFF;
	top: 115px;
}

#foot{
	height: 4.5em;
	width: 100%;
	background-color: #88D23E;
	position: absolute;
	left: 0;
	top: 92%;
}
	
.deco{
	position: relative;
	max-width: 70%;
	left:20%;
}

#cont{
	position:relative;
}

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


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

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

#banner{
	position: absolute;
	top: 0;
	width: 100%;
	height: 3.85em;
	background-color: #c51230;
}
#banner h3{
	color:#FFF;
	font-family:Verdana;
	margin-left:-43%;
	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:-5%;
	margin-left:20%;
	color:#ddc9c0;
}

#buttons{
	position: relative;
	left: 55%;
	width:35%;
}


.position{
	 position: absolute !important; 
	 left: 77% !important;
	 top:71% !important;
}


.answer{
	visibility:hidden;
}

.play{
	max-height:50%;
	cursor:pointer;
}