#splash {
	width:703px;
	height:346px;
	margin:0 auto;
}

#panelReel {
	position: absolute;
	top: 0;
	left: 0;
}

#panelReel > * {
	position:relative;
	display:block;
	width: 790px;
	height:560px;
	}

#activity {
	width: 790px;
	height:560px;
	background-image:url(../img/fondo.png);
	/*Estas propiedades pueden modificarse si llegase a ser necesario*/	
	margin:auto;
	overflow:hidden;
	border: dashed 1px;	
}

/************ Generales ***********/

.botones_actividad{
	position: absolute;
	left: 0px;
	top: 0px;
	list-style-type:none;
	margin-top: -6px;
	padding: 0px;
	z-index: 10;
}

.botones_actividad li{
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	float: left;
}

.feed{
	color: #fff;
	background-color: #104889;
	font: 16px/20px avenir, Arial;
	padding: 32px 6px 6px 6px;
	text-align: left;
	opacity: 0.85;
	z-index: 50;
}

.feed_final {
	color: #fff;
	background: #104889;
	font: 16px/20px avenir, Arial;
	height: auto;
	text-align: center;
	padding: 12px 6px 12px 6px;
	border: 2px #196ba3 solid;
	box-shadow: #24263E 3px 3px 9px;
	border-radius: 6px;
	opacity: 0.85;
	z-index: 50;
}

.btn_cerrar_pop{
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}

.flecha{
	position: absolute;
	cursor: pointer;
}

.feed_positivo{
	color: #fff;
	background-color: #00a3bd;
}

.feed_negativo{
	color: #fff;
	background: #fb501b;
}

/************ Actividad 1 ***********/

#feedback_p1 {
	top: 403px;
	left: 28px;
	position: absolute;
	width: 384px;
	height: 70px;
}

#feed_final_p1 {
	top: 434px;
	left: 75px;
	position: absolute;
	width: 291px;
	height: auto;
}
/************ Panrl 1 ***********/
.rec_btn {
	color: #fff;
	background: #fff;
	width: 120px;
	text-align: center;
	border-radius: 9px;
	opacity: 0.65;
	z-index: 1;
	display: block;
}
#btn_rea {
	top: 35px;
	left: 140px;
	position: absolute;
	padding: 9px 0px 0px 0px;
	height: 111px;
}
#btn_reb {
	top: 35px;
	left: 331px;
	position: absolute;
	padding: 30px 0px 0px 0px;
	height: 90px;
}
#btn_rve {
	top: 36px;
	left: 522px;
	position: absolute;
	padding: 13px 0px 0px 0px;
	height: 107px;
}
#ani_rea {
	top: 196px;
	left: 284px;
	position: absolute;
	z-index: 2;
	padding: 0px 0px 0px 0px;
}
#ani_reb {
	top: 249px;
	left: 191px;
	position: absolute;
	z-index: 3;
	padding: 0px 0px 0px 0px;
}
#ani_rve {
	top: 198px;
	left: 147px;
	position: absolute;
	z-index: 4;
	padding: 0px 0px 0px 0px;
}
#fon_ani {
	top: 182px;
	left: 141px;
	position: absolute;
	width: 502px;
	height: 350px;
	background: #000;
	border-radius: 12px;
	z-index: 1;
	display: block;
	opacity: 0.1;
}

#btn_girar {
	position: absolute;
	top: 246px;
	left: 663px;
	color: #fff;
	background: #fff;
	font: 16px/20px avenir, Arial;
	height: auto;
	width: 80px;
	text-align: center;
	padding: 6px;
	border-radius: 6px;
	opacity: 0.85;
	z-index: 50;
}

#btn_detener {
	position: absolute;
	top: 292px;
	left: 663px;
	color: #fff;
	background: #fff;
	font: 16px/20px avenir, Arial;
	height: auto;
	width: 80px;
	text-align: center;
	padding: 6px;
	border-radius: 6px;
	opacity: 0.85;
	z-index: 50;
}

#btn_generar {
	position: absolute;
	top: 341px;
	left: 663px;
	color: #fff;
	background: #fff;
	font: 16px/20px avenir, Arial;
	height: auto;
	width: 80px;
	text-align: center;
	padding: 6px;
	border-radius: 6px;
	opacity: 0.85;
	z-index: 50;
}
#vel_txt {
	position: absolute;
	top: 180px;
	left: 666px;
	color: #ec2227;
	font: 16px/20px avenir, Arial;
	height: auto;
	width: auto;
	text-align: center;
	padding: 6px;
	z-index: 50;
}
	
#select_1 {
	position: absolute;
	top: 211px;
	left: 686px;
	cursor:pointer;
	z-index: 50;
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	-o-user-select: text;
}
		
