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

div.pregunta
{
	position: absolute;
	top: 16px;
	left: 10px;
	width: 740px;
	background:#416db5;
	border: 2px solid white;
	font-size: 12px;
	color: white !important;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
}

p.titulo
{
	color: white !important;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	
	padding: 7px;
}

p.texto
{
	color: white !important;
}




div.retroalimentacion
{
	position: absolute;
	top: 18px;
	left: 10px;
	width: 740px;
	border: 2px solid white;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
}

div.rBuena
{
	background: #6abd45;
}
div.rMala
{
	background: #ed2024;
	
	top: 40px;
	font-size: 15px;
	text-align:center;
}



div.imagen
{
	position: absolute;
	top: 190px;
	left: 10px;
	
	width: 750px;
	height: 150px;
}

img.img
{
	position: absolute;
}






div.contenedorTexto
{
	position: absolute;
	bottom: 24px;
	left: 0px;
	width:770px;
	height: 190px;
}

.texto1
{
	left: 10px;
}
.texto2
{
	left: 270px;
}
.texto3
{
	left: 525px;
}

p.imgTexto
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
	color: white !important;
	background: #EA9C3F;
	border: 1px solid white;
	padding: 2px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	position: absolute;
	width: 230px;
	height: 170px;
	
	font-weight: bold;
}


a.continuar
{
	position: absolute;
	
	bottom: 40px;
	right: 40px;
	
	z-index: 100;
}

div.continuar
{	
	position: absolute;
	
	bottom: 250px;
	right: 40px;
	
	z-index: 100;
	
	background: white;
	
	padding: 10px;
	
	text-align: center;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	box-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
}
