.choice{
	position: absolute;
}


.choice_enunciado{
	top: 0px;
	position: relative;
}

.choice_enunciadotxt{

	font-size:14px;
	color:#000000;
	margin:10px;
	left:0px;
	position: relative;
}

.choice_espacio{
	height:15px;
	position: relative;
}

.choice_pregunta{
	position: relative;
	background-color:#eeeeee;
	padding-top:5px;
	box-shadow:0px 2px 4px #aaaaaa;
 	border-radius: 15px;
	border:2px solid #009edf;
	margin-bottom:5px;
}



.choice_chk{
	top: 10px;
	position: absolute;
	/*background-image: url('../images/chk_up.png');*/
	width: 30px;
	height: 30px;
	margin-left: -34px;
	background-color: #fff;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border: 2px solid #009edf;
}


.choice_txt{
	position: relative;
	left:35px;
	top:0px;
	width: 610px; 
	font-size:14px;
	color:#333333;
	margin-top:5px;
	margin-bottom:5px;
}

.choice_pie{
	position: absolute;
	margin-bottom:10px;
	left:0px;
	width: 100%;
	font-size:14px;
	color:#333333;
}



.choice_resbtn{
	top: 2px;
	position: absolute;
	background-image:url('../images/validar_up.png');
	width: 85px;  
	height: 25px; 
}

.choice_resbtntxt{
	position: absolute;
	font-size:12px;
	color:#ffffff;
	left:9px;
	margin-top:4px;

}



.dragdrop{
	position: relative;
	border-width: thin;
	border-style: solid;
	border-color: #000000;

}

.dragitem{	
	position: absolute;
	font-size:12px;
	color:#000000;
	background-color: #cccccc;
	border-width: thin;
	border-style: solid;
	border-color: #aaaaaa;
}

.dropitem{	
	position: absolute;
	background-color: #bbbbbb;
	box-shadow:0px 2px 8px #333333;
}