/***************************************************************reset************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,					
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	list-style: none;
	text-decoration: none;

	}
.clear{
	clear: both;
}
a{
	text-decoration: none;
	color: white;
}
* {margin:0; padding:0;}
/******************************************************************end reset*******************************************************************************/
/*****************************************************************HOME PAGE STYLES*************************************************************************/
body{	
	/*font-family:'Helvetica', arial, sans-serif;	*/
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:14px;
}

#container {
	position: relative;
	left: 2.5%;
	top: 50px;
	width: 95%;
	min-height: 672px;
	height: auto;
	overflow: hidden;
	border: 1px solid gray;
    -moz-box-shadow: -1px 1px 11px #757175;
    -webkit-box-shadow: -1px 1px 11px #757175;
    -o-box-shadow: -1px 1px 11px #757175;
    -ms-box-shadow: -1px 1px 11px #757175;
    box-shadow: -1px 1px 11px #757175;
}
#content {
	width: 100%;
	height: auto;
}

#header {
	/*border:1px solid blue;*/
	width: 100%;
	height: 55px;
	margin: 0 auto 0 auto;
}

#header h1 {
	height: 55px;
	line-height: 55px;
	/*font-size: 2.2em;*/
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 0 0 70px;
	float: left;
	color: #E85276 !important;;
}

#logo {
	height: 55px;
	float: left;
	margin-left: 50px;
}
#rightContent, #leftContent {
	position: relative;
	float: right;
	width: 500px;
	margin-bottom: 50px;

}
#leftContent{
	float: left;
}

#allRuleta {
	width: 530px;
	height: 530px;
	position: relative;
	left: 10px;
	margin-top: 55px;
	opacity: 0;
	
	perspective: 800;
   -webkit-perspective: 800;
   -moz-perspective: 800;
   -ms-perspective: 800;
   -o-perspective: 800;
  
	background-color:#f2f2f3;
	border:solid 1px #ddd;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	
    -moz-box-shadow: 2px 5px 11px #575157;
    -webkit-box-shadow: 2px 5px 11px #575157;
    -o-box-shadow: 2px 5px 11px #575157;
    -ms-box-shadow: 2px 5px 11px #575157;
    box-shadow: 2px 5px 11px #575157;
}
 
#allRuleta ul li{
	position: absolute;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 72px;
	text-align: center;
	text-transform:uppercase;
	color: #fff;
	font-weight: bold;
    
    background-image: url('layout/fondilloLetraDafault.png');
    background-position: center center ;
    background-repeat: no-repeat;
    background-size: 100%;
    
	border:solid 3px #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	
	-moz-box-shadow: 2px 2px 2px #575157;
    -webkit-box-shadow: 2px 2px 2px #575157;
    box-shadow: 2px 2px 2px #575157;

	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	
	cursor: pointer;
	z-index: 0;
	opacity: 0;
}

#allRuleta ul li:hover{
	transform: rotate(0deg) scale(2) skew(0deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(2) skew(0deg) translate(0px);
	-moz-transform: rotate(0deg) scale(2) skew(0deg) translate(0px);
	-o-transform: rotate(0deg) scale(2) skew(0deg) translate(0px);
	-ms-transform: rotate(0deg) scale(2) skew(0deg) translate(0px);
	
	z-index: 100;
}
.inActive {  background-image: url('layout/fondilloLetraDafault.png') !important;}
.welldone { background-image: url('layout/fondilloLetraOk.png') !important;}
.maldone {  background-image: url('layout/fondilloLetraKo.png') !important;}
.active { background-image: url('layout/fondilloLetraPass.png') !important; }


#letrasRuleta {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1000;

  transform-style: preserve-3d;
   -webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
   -ms-transform-style: preserve-3d;
   -o-transform-style: preserve-3d;
   
  transition: all 0.7s ease-in-out;
  	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}
#RR {
    font-size: 16px !important;
}
.flip {
  	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
 }
 
#letraGrandeRuleta {
	display: block;
	position: absolute;
	float: left;

	left: 65px; /*32px*/
	top: 60px; /*30px*/
	width: 400px;
	height: 400px;
	line-height: 370px; /*450px*/
	font-size: 350px;
    /*padding-left: 50px;*/
	
		
    background-image: url('layout/fondilloLetragrande.png');
    background-position: center 5% ;
    background-repeat: no-repeat;
    background-size: 100%;

	font-weight: bold;
	text-align: center;
	text-transform:uppercase;
	color: #fff;
	text-shadow:2px 2px 2px #000000;
	
	/*border:solid 15px #fff;*/
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	
  	-moz-box-shadow: 2px 5px 11px #575157;
    -webkit-box-shadow: 2px 5px 11px #575157;
    -o-box-shadow: 2px 5px 11px #575157;
    -ms-box-shadow: 2px 5px 11px #575157;
    box-shadow: 2px 5px 11px #575157;
	cursor: pointer;
	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:hidden; /* Firefox */
	-o-backface-visibility:hidden;
	-ms-backface-visibility:hidden; /* Internet Explorer */
	
}
#letraGrandeRuletaBack {
   
	display: block;
	position: absolute;
	float: left;
	left: 65px;
	top: 60px;
	width: 400px;
	height: 400px;
	/*background: #e7446f;*/
	
	line-height: 370px;
	font-size: 350px;
	font-weight: bold;
	text-align: center;
	text-transform:uppercase;
	color: #fff;
	text-shadow:2px 2px 2px #000000;
	
    background-image: url('layout/fondilloLetragrande.png');
    background-position: center 5% ;
    background-repeat: no-repeat;
    background-size: 100%;
    
	/*border:solid 15px #fff;*/
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	
    -moz-box-shadow: 2px 5px 11px #575157;
    -webkit-box-shadow: 2px 5px 11px #575157;
    -o-box-shadow: 2px 5px 11px #575157;
    -ms-box-shadow: 2px 5px 11px #575157;
    box-shadow: 2px 5px 11px #575157;
	cursor: pointer;
	
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:hidden; /* Firefox */
	-o-backface-visibility:hidden;
	-ms-backface-visibility:hidden; /* Internet Explorer */

}
#nextLetter {
	position: relative;
	float: left;
	padding-right: 10px;
	padding-top: 20px;
	left: 175px;
	top: 390px;
	width: 0px;
	height: 85px;
	background: green;
	color: #fff;
	text-align: right;
	opacity: 0;
	
    background-image: url('layout/flecha.png');
    background-position: 99% 95% ;
    background-repeat: no-repeat;
    background-size: 12%;
    
	border:solid 5px #fff;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:15px;
	-o-border-top-left-radius:0px;
	-o-border-top-right-radius:15px;
	-o-border-bottom-left-radius:0px;
	-o-border-bottom-right-radius:15px;
	-ms-border-top-left-radius:0px;
	-ms-border-top-right-radius:15px;
	-ms-border-bottom-left-radius:0px;
	-ms-border-bottom-right-radius:15px;
	border-top-left-radius:0px;
	border-top-right-radius:15px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:15px;
	
	border-left: solid 1px white;
	
    -moz-box-shadow: 2px 2px 2px #575157;
    -webkit-box-shadow: 2px 2px 2px #575157;
    -o-box-shadow: 2px 2px 2px #575157;
    -ms-box-shadow: 2px 2px 2px #575157;
    box-shadow: 2px 2px 2px #575157;
	
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	-ms-transition:All 1s ease;
	
	cursor: pointer;
}
#nextLetter:hover {
	transform: rotate(0deg) scale(1) skew(0deg) translate(75px);
	-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(75px);
	-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(75px);
	-o-transform: rotate(0deg) scale(1) skew(0deg) translate(75px);
	-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(75px);
}
#rightContent ul {
	width: 90%;
	margin-left: 5%;
}
#rightContent ul li{
	margin-bottom: 20px;
	margin-top: 20px;
}
#cajaPregunta, #cajaRespuesta, #currentTime, #InfoPuntos, #InfoPlayer, #botonTerminar, #botonPausa, #btnEmpezar, #continueSpell {
	position: relative;
	float: left;
	height: 20px;
	width: 85%;
	padding: 10px;
	border:5px solid #fff;
	margin-bottom: 10px;
	text-align: left;
	color: #000;
	
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
	
	-moz-box-shadow: 2px 2px 2px #575157;
    -webkit-box-shadow: 2px 2px 2px #575157;
    -o-box-shadow: 2px 2px 2px #575157;
    -ms-box-shadow: 2px 2px 2px #575157;
    box-shadow: 2px 2px 2px #575157;
}
#preguntas {
	position: relative;
}
#cajaPregunta{
	height: 100px;
	background-color: #24a2d5;
	color: #FFF;
	font-weight: bold;
	font-size:18px;
	text-align: left;
	margin-bottom: 50px;
	background: -moz-linear-gradient(
		top,
		#24a3d5 0%,
		#24a3d5 50%,
		#156280);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#24a3d5),
		color-stop(0.50, #24a3d5),
		to(#156280));
		
	-moz-box-shadow: 2px 2px 2px #575157;
    -webkit-box-shadow: 2px 2px 2px #575157;
    -o-box-shadow: 2px 2px 2px #575157;
    -ms-box-shadow: 2px 2px 2px #575157;
    box-shadow: 2px 2px 2px #575157;
}

#triangulo {
	position: absolute;
	float:left;
	top: 283px;
	left: 60px;
	
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 43px 55px 0px 0px;
	border-color: #fff transparent transparent transparent;
	line-height: 0px;
}
#trianguloDos {
	position: absolute;
	float:left;
	top: 280px;
	left: 65px;
	
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 33px 39px 0 0;
	border-color: #156280 transparent transparent transparent;
	line-height: 0px;
}
#cosa {
	position: absolute;
	float:left;
	top: 64px;
	left: 45px;
	z-index:0;
	
	/*width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 33px 39px 0 0;
	border-color: #156280 transparent transparent transparent;
	line-height: 0px;
	
	 /* Skew *//*
-webkit-transform: skew(20deg);
-moz-transform: skew(20deg);
-o-transform: skew(20deg);
transform: skew(20deg);*/
	 width: 15px;
	height: 15px;
	background: #b34991;
	-moz-border-radius: 0px 0px 200px 0px / 0px 0px 270px 250px;
	-webkit-border-radius: 0px 0px 200px 0px / 0px 0px 270px 250px;
	-o-border-radius: 0px 0px 200px 0px / 0px 0px 270px 250px;
	-ms-border-radius: 0px 0px 200px 0px / 0px 0px 270px 250px;
	border-radius: 0px 0px 200px 0px / 0px 0px 270px 250px;
}
#cosaDos {
	position: absolute;
	float:left;
	top: 60px;
	left: 50px;
	z-index:10;
	
	width: 5px;
	height: 6px;
	background-color: #b34991;
}
.oval-speech-border {
	position:relative; 
	border:5px solid #fff; 
	text-align:center;
	line-height: 14px;
	font-weight: bold;
	font-size: 12px;
	color:#fff; 
	background:#b34991;
	
	float: right;
	top: -195px;
	right:-170px;
	width: 100px;
	height: 60px;
	/* css3 */
	/*
	NOTES:
	-webkit-border-radius:240px 140px; // produces oval in safari 4 and chrome 4
	-webkit-border-radius:240px / 140px; // produces oval in chrome 4 (again!) but not supported in safari 4
	Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
	*/
	-webkit-border-top-left-radius:300px 300px;
	-webkit-border-top-right-radius:300px 300px;
	-webkit-border-bottom-right-radius:300px 300px;
	-webkit-border-bottom-left-radius:300px 300px;
	-o-border-top-left-radius:300px 300px;
	-o-border-top-right-radius:300px 300px;
	-o-border-bottom-right-radius:300px 300px;
	-o-border-bottom-left-radius:300px 300px;
	-ms-border-top-left-radius:300px 300px;
	-ms-border-top-right-radius:300px 300px;
	-ms-border-bottom-right-radius:300px 300px;
	-ms-border-bottom-left-radius:300px 300px;
	-moz-border-top-left-radius:300px 300px;
	-moz-border-top-right-radius:300px 300px;
	-moz-border-bottom-right-radius:300px 300px;
	-moz-border-bottom-left-radius:300px 300px;

	-moz-border-radius:300px / 300px;
	border-radius:300px / 300px;
	
	-moz-box-shadow: 2px 2px 2px #575157;
    -webkit-box-shadow: 2px 2px 2px #575157;
    -o-box-shadow: 2px 2px 2px #575157;
    -ms-box-shadow: 2px 2px 2px #575157;
    box-shadow: 2px 2px 2px #575157;
}
.oval-speech-border p{
	position: relative;
	left: 10px;
	top:10px;
	width: 80px;
}
/* creates larger curve */
.oval-speech-border:before {
	content:""; 
	position:absolute; 
	z-index:2; 
	bottom:-22px; 
	right:50%; 
	width:25px; 
	height:15px;
	border-style:solid;
	border-width:0 5px 5px 0;
	border-color:#fff;
	margin-right:-10px;
	background:transparent;
	/* css3 */
	-webkit-border-bottom-right-radius:80px 50px;
	-o-border-bottom-right-radius:80px 50px;
	-ms-border-bottom-right-radius:80px 50px;
	-moz-border-radius-bottomright:80px 50px;
	border-bottom-right-radius:80px 50px;
    /* reduce the damage in FF3.0 */
    display:block; 
	
			-moz-box-shadow: 2px 2px 2px #575157;
    -webkit-box-shadow: 2px 2px 2px #575157;
    -o-box-shadow: 2px 2px 2px #575157;
    -ms-box-shadow: 2px 2px 2px #575157;
    box-shadow: 2px 2px 2px #575157;
}

/* creates smaller curve */
.oval-speech-border:after {
	content:""; 
	position:absolute; 
	z-index:2; 
	bottom:-22px; 
	right:30%; 
	width:15px; 
	height:15px; 
	border-style:solid;
	border-width:0 5px 5px 0;
	border-color:#fff;
	margin-right:20px;
	background:transparent;
	/* css3 */
	-webkit-border-bottom-right-radius:40px 50px; 
	-moz-border-radius-bottomright:40px 50px; 
	-o-border-radius-bottomright:40px 50px; 
	-ms-border-radius-bottomright:40px 50px; 
	border-bottom-right-radius:40px 50px; 
    /* reduce the damage in FF3.0 */
    display:block; 
}
#InfoPlayer {
	height: 30px;
	background-color: #e85811;
	color: #000;
	font-weight: bold;
	font-size:18px;
	line-height:30px;
	text-align: center;
	margin-bottom: 100px;
}
#botonTerminar {
	height: 30px;
	background-color: red;
	color: #FFF;
	font-weight: bold;
	font-size:18px;
	line-height:30px;
	text-align: center;
	margin-bottom: 100px;
    cursor: pointer;
}
#botonTerminar: hover {
    background-color: red;
}
#botonPausa {
    height: 30px;
	background-color: gold;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcc446), to(#dd9a01));
	background: -moz-linear-gradient(top, #fcc446, #dd9a01);
	background: -o-linear-gradient(top, #fcc446, #dd9a01);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#fcc446', endColorstr='#dd9a01');

	color: #FFF;
	font-weight: bold;
	font-size:25px;
	line-height:30px;
	text-align: center;
	margin-bottom: 100px;
    cursor: pointer;
}
#botonPausa:hover {
    background-color: gold;
}
#respuesta {
	position: relative;
}
#cajaRespuesta {
	height: 40px;
	background-color: #6bb03c;
	padding-top:12px;
	
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
	
	background: -moz-linear-gradient(
		top,
		#aeff00 0%,
		#289917 50%,
		#196300);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#aeff00),
		color-stop(0.50, #289917),
		to(#196300));
}
#botonRespuesta {
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 0px 18px 35px;
	border-color: transparent transparent transparent yellow;
}
#comprobar {
	position: absolute;
	float: right;
	left: 365px;
	top: 195px;
	cursor: pointer;
}
#currentTime {
	height: 50px;
	width: 30%;
	float: left;
	left: 2%;
	background-color: #7da6d4;
	color: #fff;
	line-height: 50px;
	font-size: 50px;
	text-align: center;
	padding-top: 10px;
	
	background: -moz-linear-gradient(
		top,
		#7da5d4 0%,
		#445f7d 50%,
		#7da5d4);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#7da5d4),
		color-stop(0.50, #445f7d),
		to(#7da5d4));
}
#answereInput {
	position: relative;
	left:20px;
	line-height: 30px;
	font-size: 30px;
    width: 310px;
}
#InfoPuntos {
	height: 50px;
	width: 30%;
	float: right;
	right: 10%;
	background-color: #e4277b;
	color: #fff;
	line-height: 50px;
	font-size: 50px;
	text-align: center;
	padding-top: 10px;
}
#tituloRespuesta, #tituloPregunta, #tituloTurno {
	position: relative;
	left: 30px;
}
#timeTitle, #pointsTitle {
	position: relative;
	float: left;
	height: 20px;
	border: 0px;
	width: 40%;
	text-align: center;
}
#pointsTitle { 
	left: 30px;
 }
#intro {
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	min-width: 500px;
	width: 50%;
	height: 100%;
    background-color: rgba(248, 248, 248, 1);
    background: rgba(248, 248, 248, 1);
    color: rgba(248, 248, 248, 1);
	
	border-left: 1px solid #ccc;
	/*
    -moz-box-shadow: -3px -1px 5px #000000;
    -webkit-box-shadow: -3px -1px 5px #000000;
    box-shadow: -3px -1px 5px #000000;
*/

	z-index:1000;	
}
.textIntro {
	width: 100%;
	color: black;
	font-size: 14px;
	border-bottom: 10px;
}
#intro  ul{
	width: 90%;
	margin-left: 5%;
	margin-top: 1%;
	list-style: none;
}
#intro  ul li{
	float: left;
	margin-bottom: 15px;
}
.introButton, .introButtonDos{
	width: 90%;
	height: 30px;
	margin-left: 5%;
	padding: 5px;
	color: black;
	background-color: #e5e5e5;
	border: solid 5px #FFF;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
	
	-moz-box-shadow: 2px 2px 2px #575157;
    -webkit-box-shadow: 2px 2px 2px #575157;
    -o-box-shadow: 2px 2px 2px #575157;
    -ms-box-shadow: 2px 2px 2px #575157;
    box-shadow: 2px 2px 2px #575157;
	
	cursor: pointer;
}
.introButtonDos{
	width: 40%;
}
.introTitle, .introTitleDos {
	width: 100%;
	height: 25px;
	font-size:20px;
	color: #E85276;
} 
.introTitleDos {
	color: #7f7f7f;
}
.introSubTitle {
	position: relative;
	top: 7px;
}
.caja {
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #aaa;
	float: left;
}
.buttonComenzar {
	position: absolute;
	top: 600px;
	width: 90%;
	height: 50px;
	margin-left: 5%;
	margin-top: 1%;
	
	background-color: #7cb846; /*2FCCFF;*/
	text-align: center;
	font-size: 25px;
	font-weight: bold;
			
	border: solid 5px #fff;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
	
	-moz-box-shadow: 2px 2px 2px #575157;
    -webkit-box-shadow: 2px 2px 2px #575157;
    -o-box-shadow: 2px 2px 2px #575157;
    -ms-box-shadow: 2px 2px 2px #575157;
    box-shadow: 2px 2px 2px #575157;
	
	cursor: pointer;
}
.buttonComenzar:hover {
	background-color: #629336; /*7cb846;*/
}
.numberOfLetters {
	position:relative;
	float: right;
	right: 20px;
	top:-4px;
	height: 35px;
	width: 50px;
	font-size: 30px;
	text-align: center;
	
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
	
	-moz-box-shadow: 1px 1px 1px #ccc6c8;
    -webkit-box-shadow: 1px 1px 1px #ccc6c8;
    -o-box-shadow: 1px 1px 1px #ccc6c8;
    -ms-box-shadow: 1px 1px 1px #ccc6c8;
    box-shadow: 1px 1px 1px #ccc6c8;
}
/**-------------------------Viejas --------------------------------*/


#gameInfo{
	width: 215px;
	height: 100%;
	float: right;	
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-o-border-radius: 10px 0 0 10px;
	-ms-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	padding-left: 4px;

	box-shadow: -3px 1px 10px #999;
   -webkit-box-shadow: -3px 1px 10px #999;
   -moz-box-shadow: -3px 1px 10px #999;	
   -o-box-shadow: -3px 1px 10px #999;	
   -ms-box-shadow: -3px 1px 10px #999;	

   
}

.player1{
	background-color: #DE23D7;
}

.player1opaco{
	background-color: #DAA7D8;
}

.player2{
	background-color: #2F7DF2;
}
.player2opaco{
	background-color: #9cbdef;
}

.player3{
	background-color: #16DB40;
}
.player3opaco{
	background-color: #7fda93;
}

.player4{
	background-color: #EE5121;
}
.player4opaco{
	background-color: #f38969;
}


#gameInfo div#InfoPlayer{
	width: 160px;
	height: auto;
	padding: 3px 5px 3px 30px;
	margin:5px 0px 10px 5px;
	text-align:center;
	font-weight:bold;
	height: auto;
	color:#000;
	border:2px solid #2e2d93;
	font-size:20px;
	line-height:30px;
	
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0 10px #999;
   -webkit-box-shadow: 0px 0 10px #999;
   -moz-box-shadow: 0px 0 10px #999;
   -o-box-shadow: 0px 0 10px #999;
   -ms-box-shadow: 0px 0 10px #999;

   	background-image: url(layout/user.png);
    background-position: 10px center ; 
    background-repeat: no-repeat;
}



#gameInfo div#InfoTiempo{
	width: 180px;
	height: auto;
	overflow:auto;
	background:#cccccc;
	margin-left:13px;
	border:2px solid #545454;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
#gameInfo span#generalTime{
	display:block;
	float:left;
	width: 60px;
	min-height: 20px;
	height: auto;
	padding: 3px 0px 3px 30px;
	text-align:center;
	font-weight:bold;
	color:#000;
	font-size:14px;
	line-height:20px;
    background: url(layout/infotime.png) no-repeat 5px center #cccccc;
	background: url(layout/infotime.png) no-repeat 5px center -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cccccc));
	background: url(layout/infotime.png) no-repeat 5px center -moz-linear-gradient(top, #fff, #cccccc);
	filter: url(layout/infotime.png) no-repeat 5px center progid :DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#cccccc');
}

#gameInfo span#currentTime{
	display:block;
	float:left;
	width: 60px;
	min-height: 20px;
	height: auto;
	padding: 3px 0px 3px 30px;
	margin-left:-2px;
	text-align:center;
	font-weight:bold;
	color:#000;
	border-left:2px solid #545454;
	font-size:14px;
	line-height:20px;
	
	
    background: url(layout/infotimepalaba.png) no-repeat 5px center #cccccc;
	background: url(layout/infotimepalaba.png) no-repeat 5px center  -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cccccc));
	background: url(layout/infotimepalaba.png) no-repeat 5px center  -moz-linear-gradient(top, #fff, #cccccc);
	filter: url(layout/infotimepalaba.png) no-repeat 5px center  progid :DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#cccccc');
}

#gameInfo div#InfoPuntos{
	display:block;
	width: 129px;
	height: auto;
	padding: 3px 20px 3px 20px;
	margin-top:-2px;
	margin-left:18px;
	border:2px solid #545454;
	color:#c02b00;
	line-height:25px;
	font-size:20px;
	text-align:right;
	font-weight:bold;

    background: url(layout/infopoint.png) no-repeat 8px center #efc77c;
}


#gameInfo div#InfoHits{
	display:none;
	width: 129px;
	height: auto;
	padding: 3px 20px 3px 20px;
	margin-top:-2px;
	margin-left:18px;
	border:2px solid #545454;
	color:#c02b00;
	line-height:25px;
	font-size:20px;
	text-align:right;
	font-weight:bold;

    background: url(layout/infohits.png) no-repeat 8px center #a8efad;
	
	
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}


#gameInfo div#pauseGame{
	display:block;
	width: 150px;
	height: auto;
	padding: 3px 20px 3px 20px;
	margin-top:6px;
	margin-left:8px;
	border:2px solid #545454;
	color:#c02b00;
	line-height:25px;
	font-size:20px;
	text-align:right;
	font-weight:bold;
	cursor: pointer;

    background: url(layout/pause.png) no-repeat 8px center #e95d0f;
	
	
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

#gameInfo div#CajaPlayers{
	width: 195px;
	height: auto;
	margin:6px 0px 0px 5px;
	text-align:left;
	height: auto;
	color:#000;
	border:2px solid #545454;
	font-size:14px;
	line-height:22px;
	overflow:hidden;
	
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	
    background: #ccc;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ccc));
	background: -moz-linear-gradient(top, #f6f6f6, #ccc);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ccc');

}


#gameInfo div#CajaPlayers ul li{
	padding: 3px 5px 3px 43px;
	border-bottom:2px solid #545454;
}
#gameInfo div#CajaPlayers ul li:last-child{border-bottom:0px;}

#gameInfo div#CajaPlayers ul li span{
	font-weight:bold;
}

#gameInfo div#CajaPlayers ul li.estejugador{
    background: url(layout/user.png) no-repeat -3px center #DE23D7;
}



/*VENTANA EMERGENTE FINAL*/
#FondoVentana{
	display:none;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5000;
	width: 100%;
	height: 100%;
	margin:-2px 0 0 -2px;
	line-height:680px;
	border: 2px solid gray;
	text-align:center;
	font-size:120px;
	font-weight:bold;
	color:black;
	background: url(layout/fondo_vent_emerg.png) repeat;
}


#VentanaFinal{
	display:none;
	overflow:hidden;
	position:absolute;
	top:50%;
	left:50%;
	margin: -305px 0 0 -480px;
	z-index:5000;
	width: 950px;
	height:600px;
	cursor:default;
	color:#000;
	/*border: 0px solid gray;*/
	line-height:20px;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	
	background: #fff;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-o-border-radius: 25px 25px 25px 25px;
	-ms-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	
  	box-shadow: 0px 0px 30px #000;
   -webkit-box-shadow: 0px 0px 30px #000;
   -moz-box-shadow: 0px 0px 30px #000;
   -o-box-shadow: 0px 0px 30px #000;
   -ms-box-shadow: 0px 0px 30px #000;
}

#VentanaFinal h2{ /* Titulo Libro */
	font-size:40px;
	text-align:center;
	padding:5px;
	line-height:100px;
	color:#2046a7;
		background: #fcc350;
}

#VentanaFinal h3{ /* Titulo SubMenu */
	color:#fff;
	line-height:50px;
	font-size:30px;
	text-align:center;
	border-bottom: 1px solid gray;
	
	background: #fcc350;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcc350), to(#ffdf9e));
	background: -moz-linear-gradient(top, #fcc350, #ffdf9e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcc350', endColorstr='#ffdf9e');

	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-o-border-radius: 0 0 7px 7px;
	-ms-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

#VentanaFinal h4{ /* Mensaje Ganador */
	color:#fff;
	line-height:53px;
	margin-top:-3px;
	font-size:30px;
	text-align:center;
	border-bottom: 2px solid gray;
	
	background: #64991E;
	background: -webkit-gradient(linear, left top, left bottom, from(#64991E), to(#1BE02B));
	background: -moz-linear-gradient(top, #64991E, #1BE02B);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64991E', endColorstr='#1BE02B');
/*
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;*/
}

#VentanaFinal h4>b{ /* Mensaje Ganador */
	color:#fcc343;
}

#VentanaFinal div#CajaPlayers{ /* INFORMACION DE LOS JUGADORES */
	width: 570px;
	height: auto;
	margin:20px 0px 0px 210px;
	text-align:left;
	height: auto;
	font-size:35px;
	color:#000;
	border:4px solid #545454;
	line-height:40px;
	overflow:hidden;
	
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	
    background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ccc));
	background: -moz-linear-gradient(top, #f6f6f6, #ccc);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ccc');

}

#VentanaPausa{
	overflow:hidden;
	position:absolute;
	top:15%;
	left:15%;
	margin: 0 auto;
	z-index:5000;
	width: 70%;
	height:50%;
	cursor:default;
	color:#000;
	border: 1px solid gray;
	line-height:20px;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	
	background: #fff;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-o-border-radius: 25px 25px 25px 25px;
	-ms-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	
  	box-shadow: 0px 0px 30px #000;
   -webkit-box-shadow: 0px 0px 30px #000;
   -moz-box-shadow: 0px 0px 30px #000;
   -o-box-shadow: 0px 0px 30px #000;
   -ms-box-shadow: 0px 0px 30px #000;
}


#VentanaPausa>#CajaTitulo>h2{
	font-size: 35px;
	color: #2f7df2;
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: bold;
	line-height: 45px;
	/*background-color: #fcd766;*/
	width: 80%;
	margin-left: auto;
	margin-right: auto;


}

#VentanaPausa>#pauseButtons{
	width: 85%;
	height: 60%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	
}


#VentanaPausa>#pauseButtons>a{
	width: 40%;
	height: 25%;
	margin-left: 3%;
	color: white;
	font-weight: bolder;
    line-height: 25px;
	vertical-align: center;
	display: block;
	/*border: solid #5189FB 2px;
	-moz-border-radius: 15px 15px;
	-webkit-border-radius: 15px 15px;
	border-radius: 15px 15px;*/
	float: left;
	cursor: pointer;
	padding-top: 50px;
    
    text-align: center;
	font-size: 20px;
	font-weight: bold;
			
	border: solid 5px #fff;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
	
	-moz-box-shadow: 2px 2px 2px #575157;
    -webkit-box-shadow: 2px 2px 2px #575157;
    -o-box-shadow: 2px 2px 2px #575157;
    -ms-box-shadow: 2px 2px 2px #575157;
    box-shadow: 2px 2px 2px #575157;
	
	cursor: pointer;
}

#VentanaPausa>#pauseButtons>#btnEmpezar{
	background-color: #8DB2FC;
    color: #555;
}
#VentanaPausa>#pauseButtons>#btnEmpezar:hover {
    background-color: #F9AE15;
    color: #FFF;
    
}
#VentanaPausa>#pauseButtons>#continueSpell{
	background-color: #8DB2FC;
    color: #555;;
}
#VentanaPausa>#pauseButtons>#continueSpell:hover {
    background-color: #F9AE15;
    color: #FFF;
    
}


#VentanaFinal div#CajaPlayers ul li{
	padding: 3px 5px 3px 3px;
	border-bottom:2px solid #545454;
}
#VentanaFinal div#CajaPlayers ul li:last-child{border-bottom:0px;}

#VentanaFinal div#CajaPlayers ul li span{
	font-weight:bold;
}

#VentanaFinal div#CajaPlayers ul li.estejugador{
    background: url(layout/user.png) no-repeat -3px center #fcc343;
}






#VentanaFinal a#btnEmpezar{ /*Boton empezar el juego*/
	width: 200px;
	height: auto;
	float: left;
	line-height: 50px;
	text-align: center;
	overflow: auto;
	cursor: pointer;
	color: white;
	font-size: 20px;
	font-weight: bold;
    background: #fcc446;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcc446), to(#dd9a01));
	background: -moz-linear-gradient(top, #fcc446, #dd9a01);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#fcc446', endColorstr='#dd9a01');
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	
	position:absolute;
	bottom:20px;
	right:20px;
}

#VentanaFinal a#btnEmpezar:hover{
    color: #333;
    background: #fcc446;
}

/*---------------------------------- BUTTONS -----------------------------------------------*/
    .onoffswitch {
    position: relative; float: right; width: 90px; right: 0px; top: -2px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
    display: none;
    }
    .onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
    }
    .onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }
    .onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #7cb846; color: #FFFFFF;
    }
    .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
    }
    .onoffswitch-switch {
    width: 18px; margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    }