/*********************************
 ACTIVIDAD 2 - PARTE 1 - JUEGO "TE RETO"
*********************************/
div[data-sg-id="game-challenge"]{
	background: url(../img/SB_L_G10_U01_L06_Plantilla-TE-RETO.png) no-repeat 15px 3px;
	position: absolute;
	width: 1230px;
	height: 640px;
	top: 11px;
}
/* PopUp con Instrucciones*/
div[data-sg-id="item-popup"][data-sg-key="1"] div.instructions{
	background: url(../img/resumen/SB_G10_U05_L05fondo1.png) no-repeat center center;
	text-align: center;
	padding: 238px 90px 0 190px;
	color: #EBE9DF;
	width: 1203px;
	height: 579px;
	margin-top: 55px;
}
div[data-sg-id="item-popup"][data-sg-key="1"] p{
	line-height: 1.2em;
	font-size: 1.43em;
	width: auto;
	height: auto;
	padding: 0 10px; 
	margin: 0;
	position: absolute;
	font-family: Tahoma, Geneva, sans-serif !important;
}

div[data-sg-id="item-popup"][data-sg-key="1"] p:nth-child(1){
	font-size: 1.75em;
    left: 110px;
    top: 290px;
}
div[data-sg-id="item-popup"][data-sg-key="1"] p:nth-child(3),
div[data-sg-id="item-popup"][data-sg-key="1"] p:nth-child(2){
	left: 435px;
	width: 357px;
	text-align: left;
}
div[data-sg-id="item-popup"][data-sg-key="1"] p:nth-child(2){
	top: 477px;
}
div[data-sg-id="item-popup"][data-sg-key="1"] p:nth-child(3){
    top: 562px;
}

div[data-sg-id="item-popup"][data-sg-key="1"] p strong{
	color: #666;
}

div[data-sg-id="btn-init"]{
    background: url(../img/SB_L_G10_U01_L06_Boton-de-iniciar-juego.png) no-repeat -5px center;
    cursor: pointer;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    position: absolute;
    top: 465px;
    left: 897px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
div[data-sg-id="btn-init"]:hover, 
div[data-sg-id="btn-init"]:active {
	box-shadow: 0 0 10px #333;
}
div[data-sg-id="popupBg"]{
	opacity: 0.6;
}

/*Preguntas*/
div.board-quest{
	font-family: Tahoma, Geneva, sans-serif;
	display: inline-block;
	position: relative;
	color: #666666;
	margin-top: 0;
	top: 0;
	left: 257px;
	width: 750px;
	height: 390px;
}
div[data-sg-id="game-item-quest"]{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.87em;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 2px dashed #666666;
	padding: 67px 0px 0px 40px;
	margin-bottom: 20px;
	height: 160px;
	text-transform: uppercase;
	font-weight: bold;
}

div[data-sg-id="game-item-quest"]{
	counter-reset: abcd;
}


/* AYUDAS */
.helps{
	display: inline-block;
	position: absolute;
	height: 100px;
	width: 200px;
	right: -239px;
	top: -25px;
	background: #999;
	border: 1px solid #333;
	border-right: none;
	border-radius: 50px 0 0 50px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.5s;
}
.helps > div{
	background: #999 url(../img/SB_L_G10_U01_L06_icono-50050.png) no-repeat 0 0;
	display: inline-block;
	position: absolute;
	cursor: pointer;
	border-radius: 39px;
	width: 77px;
	height: 77px;	
	top: 10px;
	left: 20px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.5s;
}
.helps > div.public-help{
	background: #999 url(../img/SB_L_G10_U01_L06_icono-escoger-amigo.png) no-repeat 0 0;	
	left: 105px;
}
.helps > div:hover, .helps > div:active{
	box-shadow: 0 0 10px 1px #333;
}
.helps .disabled{
	opacity: 0.6;
	cursor: auto;
}
.helps .disabled:hover, .helps .disabled:active {
	box-shadow: none;
}
.helps.hide, .helps.hide >div 	{	width: 0;	}


/* OPCIONES */
.options{
	display: inline-block;
	position: relative;
	/*float: left;*/
	border: 1px solid #666666;
	background: #D0D4D5;
	width: 350px;
	font-size: 1.25em;
	margin: 10px;
	text-align: left;
	/*padding: 10px 10px 10px 50px;*/
	padding-left: 50px;
	border-radius: 10px; 
	cursor: pointer;
	width: 331px;
	height: 66px;
	vertical-align: top;
}
.options:before{
	counter-increment: abcd;
	content: counter(abcd, upper-latin);
	background: white;
	border: 1px solid #666666;
	width: 35px;
	height: 35px;
	position: absolute;
	display: inline-block;
	line-height: 0.85em;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	border-radius: 20px;
	padding: 6px 7px;
	left: 4px;
	top: 50%;
	margin-top: -18px;	
}
.final .options{
	min-height: 68px;
}
#countdown360_chronometer{
	position: relative;
	left: 545px;
	top: 90px;
}

.icon_close_button{
	position: absolute;
	right: -17px;
	top: -20px;
}
div[data-sg-id="item-popup"] p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.6em;
	line-height: 1.2em;
	text-align: center;
	color: white;
	position: initial;
}
div[data-sg-id="item-popup"]:not([data-sg-key="1"]) p{
	
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform:translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%);/* Chrome, Safari, Opera */
	transform:translate(-50%, -50%);
	width: 750px;
	margin: 0px;
	padding: 0px;
}


div[data-sg-id="item-popup"]:not(.exclude-me),
.popup-ask-public{
	background: #E7662B;
	border-radius: 50px;
	width: 798px;
	height: 236px;
}
.popup-ask-public{
	background: #009287;
	font-size: 2em;
}
.popup-ask-public p{
	margin-top: -5px; 
}


.error-option{	background: #E7662B; color: white;	}
.correct-option{background: #009287; color: white;	}
.select-option{	background: #666666; color: #D0D4D5; border-color: #D0D4D5;	}
.select-option:before{ color: #666666; 	}
.error-option:before, .correct-option:before{ color:#666666;} 

.arrow-next{
	position: absolute;
	background: url(../img/arrow_right.png) no-repeat left center;
	cursor: pointer;
	width: 45px;
	height: 42px;	
	top: 158px;
	right: -26px;
}



.standby{
    -moz-animation: blink 1s ease infinite normal;
    -webkit-animation: blink 1s ease infinite normal;
    animation: blink 1s ease infinite normal;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes blink{
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

@-moz-keyframes blink{
    0% { opacity: 1;}
    50% { opacity: 0.5;}
    100% { opacity: 1;}
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

