div.pantalla
{
	position: absolute;
	
	left: 10px;
	top: 10px;
	
	width: 770px;
	height:540px;
	
	background-image: url('../img/fondo.png');
	background-repeat: no-repeat;
	background-position: center center;
	
	/*box-shadow: 2px 2px 2px rgba(0,0,0,0.75);*/
}


img#felicidad
{
	position: absolute;
	left: 50px;
	
	cursor: pointer;
}

img#hambre
{
	position: absolute;
	right: 50px;
	
	cursor: pointer;
}

div.mapaGrande
{
	position: absolute;
	left: 50%;
	top: 50%;
	
	height: 505px;
	width:800px;
	
	margin-left: -400px;
	margin-top: -252px;
	
	z-index: 10000;
}

img.cerrar
{
	position: absolute;
	right: 60px;
	top: 20px;
	
	cursor: pointer;
}

img.cerrarR
{
	position: absolute;
	right: -15px;
	top: -14px;
	
	cursor: pointer;
}



p.pregunta
{
	position: absolute;
	top: 240px;
	left: 135px;
	
	
	width: 500px;
	
	padding: 10px;
	
	border: 2px solid #fff;
	
	background: rgb(3, 52, 124);
	
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #fff !important;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 13px 13px 33px 4px rgba(33, 33, 33, .33); box-shadow: 13px 13px 33px 4px rgba(33, 33, 33, .33);

}

span.respuesta
{
	position: absolute;
	top: 385px;

	width: 100px;
	
	padding: 10px;
	
	border: 2px solid #fff;
	
	background: #FF901F;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #fff !important;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	text-align: center;

	-webkit-box-shadow: 13px 13px 33px 4px rgba(33, 33, 33, .33); box-shadow: 13px 13px 33px 4px rgba(33, 33, 33, .33);

	cursor: pointer;
}

span#si
{
	left: 130px;
}

span#no
{
	right: 107px;
}




p.retroalimentacion
{
	position: absolute;
	top: 377px;
	left: 50%;
	
	margin-left: -300px;
	
	width: 600px;
	
	padding: 12px;
	
	border: 2px solid #fff;
	
	background: #3C97D0;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #fff !important;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

img.tache
{
	position: absolute;
	left: -150px;
	top: 30px;
}

p.pf
{
	top: 253px;

	text-align: center;
}