div.mapa
{
	position: absolute;
	
	width: 150px;
	height: 115px;
	
	background: rgb(44, 104, 128);
	border: 2px solid white;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	color: white !important;
	
	padding: 3px;
}



div.contenedor_respuesta
{
	position: absolute;
	top:0px;
	left:0px;
	
	width: 270px;
	height: 540px;
}




p.respuesta
{
	background: #5ca2d8;
 	border: 2px solid white;
    color: white !important;
    font-family: Arial;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 13px;
    padding: 5px;
    width: 245px;;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;

	z-index: 100;
}



div.contenedor_mapa, div.contenedor_retroalimentacion
{
	position: absolute;
	top:0px;
	right:10px;
	
	width: 500px;
	height: 540px;
}

div#ideaPrincipal
{
	top: 20px;
	left:175px;
	height: 85px;
}

div.argumento
{
	top: 190px;
}

div#argumento1
{
	left:10px;
}

div#argumento2
{
	left:175px;
}

div#argumento3
{
	left: 340px;
}


div.evidencia
{
	top: 400px;
}

div#evidencia1
{
	left: 10px;
}


div#evidencia2
{
	left: 175px;
}

div#evidencia3
{
	left: 340px;
}



img#flecha_arg1
{
	position: absolute;
	top: 138px;
	left: 105px;
	height: 48px;
}
img#flecha_arg2
{
	position: absolute;
	top:140px;
	left:235px;
	height: 45px;
}

img#flecha_arg3
{
	position: absolute;
	top:139px;
	left:341px;
	height: 47px;
}

img#flecha_ev1
{
	position: absolute;
	top: 335px;
	left: 70px;
}
img#flecha_ev2
{
	position: absolute;
	top:335px;
	left:235px;
}

img#flecha_ev3
{
	position: absolute;
	top:335px;
	left:400px;
}

p.titulo
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	position:absolute;
	bottom: -23px;
	width: 100%;
	text-align: center;
	left: -1px;
}

p.retroalimentacion
{
	position: absolute;
	top: 220px;
	left: 85px;
	
	width: 300px;
	padding: 10px;
	
	background:#6fbe44;
	border: 2px solid white;
	
	font-size: 16px;
	color:white !important;
	font-weight: bold;
	text-align: center;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
