input,
.item_arrastrar {
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
	user-select: auto;
}
/*
#pregunta b {
	margin: 0 0 0 300px;
}
*/
.sec_selection{
	background-color: orange;
}

#intro_text img[align=left], #contenidoPOP img[align=left]{
	margin-right: 15px;
}
#intro_text img[align=right], #contenidoPOP img[align=right]{
	margin-left: 15px;
}


.respuesta p{
	margin-left: 30px;
	padding: 5px;
}
.pregunta {
	font-size: 18px;
	margin-top:20px;
	color: #000000;
	font-weight: bold;
	width: auto;
	margin-left: 30px;
}

.redondo {
	float: left;
	position: absolute;
	color: #FFF;
	width: 20px;
	height: 20px;
	margin-right: 0px;
	width: 60px;
	height: 29px;
	margin-right:20px;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	background-color: #c8c7c7;
	-webkit-border-radius: 10px 10px 0 10px;
	-moz-border-radius: 10px 10px 0 10px;
	-ms-border-radius: 10px 10px 0 10px;
	border-radius: 10px 10px 0 10px;
	left: 40px;
}

.redondo span {
	margin-top: 2px;
	display: block;
}

#respuesta {
	margin: 20px 0 10px 60px;
	padding: 6px 0px;
}

#respuesta p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 0px 5px 30px !important;
	height: 18px;
	font-size: 14px;
}

.resp {
	font-weight: normal;
	cursor:pointer;
	font-size: 16px;
	color: #737373;
	width: 83%;
	margin: 0 0 20px 20px;
}

.respuesta {
	cursor: pointer;
	min-height: 29px;
	margin: 0 0 20px 110px;
	width: 83%;
}

.isAndroid .respuesta{
	width: 80%;
}

.selected,
.green,
.red {
	-webkit-border-radius: 10px 10px 10px 0;
	-moz-border-radius: 10px 10px 10px 0;
	-ms-border-radius: 10px 10px 10px 0;
	border-radius: 10px 10px 10px 0;
}

.selected {
	background: #FBC73B;
}

.red {
	background-color: red !important;
	color: white !important;
}

.green {
	background-color: #39B54A !important;
	color: white !important;
}

#intro_title {
	font-size: 16px;
}

#intro_text, #intro_title {
	margin: 10px 70px 0px 30px;
	padding: 0px;
}

#intro_text p {
	margin-top: 0px !important;
}

.img_feedback {
	float: right;
	margin-right: 8px;
	pointer-events: none;
}

.img_feedback {
	background-position: -88px -968px !important;
	cursor: pointer;
}


#visor_content p {
	margin-top: 0px !important;
}

 
.img_feedback {
	cursor: pointer;
}