#iniciar{
	position:absolute;
	z-index:200;
	left: 101px;
	top: 294px;
	
	}

div.pantalla
{
	width: 790px;
	height:560px;
	
	position: absolute;
	background-image:url(../img/fondoTransparente.png);
	background-repeat: no-repeat;
	
	top: 0px;
	left: 0px;
}

img.mapa
{
	position: absolute;
	top: 126px;
	left: 248px;
}

img.tablero
{
	position:absolute;
	
	top: 49px;
	left:516px;
}








div.pregunta
{
	position: absolute;
	top: 13px;
	left: 52px;
	width: 399px;
	
	background: rgb(32, 99, 39);
	border: 2px solid white;
	
	font-family: verdana;
	font-size: 16px;
	
	color: white !important;
	padding: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	box-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}

div.contenedorRespuesta
{
	position: absolute;
	top: 130px;
	left: 30px;
	width: 200px;
}

div.respuesta
{
	margin-top: 10px;
	width: 100%;
	
	padding:10px 0px;
	color: white !important;

	font-size: 16px;
	
	background: #e07b25;
	border: 2px solid white;
	text-align: center;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	cursor: pointer;
	
	box-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}

img#hojaV
{
	position: absolute;
	bottom: 10px;
	right: 50px;
}

div#barra
{
	position: absolute;
	bottom: 25px;
	left: 384px;
	
	background: url(../img/barra.png);
	height: 65px;
	width: 233px;
}

div#minute
{
	margin-left: 76px;
}

div#barra > *
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;

	font-size: 22px;
	
	margin-top: 16px;
}


img#hojaS
{
	position: absolute;
	bottom: 10px;
	left: 260px;
}


div.retroalimentacion
{
	position: absolute;
	top: 266px;
	left: 315px !important;
	width: 335px;
	height: 55px;
	
	border: 2px solid white;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	display: table;
	
	padding: 10px;
	
	box-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}

img.cerrar
{
	
	
	cursor: pointer;
}

div.textoR
{
	width: 400px;

	color: white !important;
	font-family: Verdana, Geneva, sans-serif;

	font-size: 16px;
	
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

img.imagenR
{
	position: absolute;
	top: 79px;
	right: 58px;
}

div.rBuena
{
	background: #3c97d0;
	top:160px !important
}

div.rMala
{
	background: #DD491B;
}

div.rPequena
{
	width:340px;
	left: 230px;
}



div#rFinalIncorrecto > .textoR, div#rFinalCorrecto > .textoR
{
	width: 600px;
}


div.sobreRespuesta
{
	border: 2px solid #CCC;
}

div.respuestaSeleccionada
{
	border: 2px solid #000;
}