@charset "utf-8";

body{
background-color:#FFFFFF;
font-family:verdana;
	margin: 0;
}
#barra_superior1{
	height:7em;
	width:100%;
	background-color:#88D23E;
	position:absolute;
	left:0;
	top:0;
}

#actividad1{
	position: absolute;
	width: 80.5%;
	height: 82%;
	background: #FFF;
	left: 19.5%;
	top: 112px;
}

#foot1{
	height: 2em;
	width: 100%;
	background-color: #88D23E;
	position: absolute;
	left: 0%;
	top: 95%;
}
	

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

#instructions h3{
	font-family:verdana;
	color:#666;
}

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

#banner1{
	position: absolute;
	top: 36%;
	left: 19.5%;
	width: 80.5%;
	height: 65%;
	background-color: #faaf42;
	border-radius: 10px 0 0 0;
}
#banner h3{
	color: #FFF;
	font-family: Verdana;
	margin-left: -20%;
	font-size: 20px;
}
input{
	width: 100%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	height: 100%;
	margin: 0;
}

  #ejercicio ol li{
	margin-top:1.5%;
	font-size:12px;
	color:#000;
	text-align:justify;
}

#banner ul li {
	display: inline-block;
	list-style: none;
	background-color: #FBC679;
	width: 20%;
	height: 30px;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
#banner ul li a {
	position: relative;
	top: 15%;
	text-decoration: none;
	color: #FAAF42;
	font-size: 1.2em;
}

#banner ul li:hover{
	background-color:#FFF;
}

td
{
	vertical-align: top;
}

td h5 {
	margin-top: 3%;
	margin-bottom: -2%;
	margin-left: 25%;
	color: #FFF;
}
#buttons{
	position: absolute;
	left: 70%;
	width:25%;
	top: 85%;/*Arreglar esto para PC*/
}
.hanswer{
	visibility:hidden;
}
.vanswer{
	visibility:hidden;
}
	

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


#crucigrama{
	background-color:#F90;
	border-radius:2%;
	margin-left:90px;
	width:80%;
}

#crucigrama tr td{
	border: solid 1px #F8DBBE;
	border-radius: 5px;
	width: 4%;
}
#crucigrama tr td input{
	border-radius:5px;
}

input{
	width: 100%;
	border: none;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bolder;
	text-transform:uppercase;
}
.title{
	font-weight:bold;
}

.words{
	list-style:none;
	font-size:12px;
}

.words li{
	margin-left:3%;
}

.bullet{
	position:absolute;
	font-size:8px;
	font-weight:bold;
}

#modal button{
	display: block;
	position: relative;
	left: 30%;
	padding: 0 1em;
	margin-top:5%;
}
#modal #medium{
	left:25%
}

#temporizador{
	visibility:hidden;
	background-color:#F90;
	border-radius:5px;
	border:solid 1px #FFF;
	width:100px;
	height:50px;
	text-align:center;
	margin-top:0;
}

#reloj{
	width: auto;
	height: auto;
	text-align: center;
	padding: 0;
	color:#FFF;
	margin-top:14%;
}


#nav
{
	background-color: #faaf42;
	font-size: 2em;
	color: #fff;
}

#nav div
{
	position: relative;
	display: inline-block;
	text-align: left;
	vertical-align: baseline;
	width: 65%;
	top: 7px;
}
#nav div:first-child
{
	top:0;
	font-size: .6em;
	text-align: center;
	width: 200px;
}
#nav div:last-child
{
	display: none;
}

#nav div span
{
	background-color: #fbc679;
	border-radius: .5em .5em 0 0 ;
	color: #faaf42;
	font-weight: bold;
	padding: .2em .5em;
	margin: .2em;
}

#nav div .s
{
	background-color: #fff;
}

#nav div p
{
	margin: 0;
	padding: 0;
	font-size: .5em;
	
}
#nav div p:before
{
	content: "»";
}
#nav a
{
	color: inherit;
	text-decoration: none;	
}