
		#menuPreguntas{
			z-index: 4;
		} 
 .serpiente#imprimir{
			font-family: Helvetica;
			font-weight: bold;
			display: block!important;
			justify-content: center;
			align-items: center;
			flex-direction: column;
		} 
 .serpiente
		#imprimir label{display: none;} 
 .serpiente
		.autocomplete{width: 100%} 
 .serpiente
		.bussines{
			margin-top: 1em;
		} 
 .serpiente
		.escalera{
			background-image: url("../imagenes/escalera.png");
			background-size: 100%;
			position: absolute;
		} 
 .serpiente
		.secc, .divNum{
			position: relative;
			z-index: 2;
		} 
 .serpiente
		.serpiente, .escalera{
			z-index: 1;
		} 
 .serpiente
		td{
			box-shadow: 0 0 10px black;
			word-break: break-word;
			text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
			background-color: #ffffd4;
		} 
 .serpiente
#cartas td .minia{
	width: 100%;
	height: 50%;
} 
 .serpiente
#cartas td img{
	max-height: 100%;
	max-width: 100%;
} 
 .serpiente
		.serpiente{
			position: absolute;
		} 
 .serpiente
		.serpiente .cola{
			height: 26%;
			background-image: url("../imagenes/serpientecola.png");
			background-size: 100% 100%;
		} 
 .serpiente
		.serpiente .cuerpo{
			height: 46%;
			background-image: url("../imagenes/serpientecuerpo.png");
			background-size: 100%;
			background-repeat: round;
		} 
 .serpiente
		.serpiente .cabeza{
			height: 26%;
			background-image: url("../imagenes/serpientecabeza.png");
			background-size: 100% 100%;
		} 
 .serpiente
		.puente{
			left: -1px;
			position: absolute;
			border-left: 1px solid black;
			border-bottom: 1px solid black;
			border-right: 1px solid black;
			width: 100%;
			height: 11px;
			top: 100%;
		} 
 .serpiente
		table#tablero{
			border-collapse: separate;
			border-spacing: 0 5px;
			border: 0px;
		} 
 .serpiente
		table#tablero tr{
			border-top: 4px solid black;
			border-bottom: 4px solid black;
		} 
 .serpiente
		table#tablero td{
			border-color: black;
			text-align: center;
			position: relative;
			width : 10%;
			height : 10%;
			padding: 0;
		} 
 .serpiente
		table#tablero tr:nth-last-child(odd) td:first-child{
			border-radius: 50% 0 0 0;
			border: solid black;
			border-width: 1px 0 0 1px;
		} 
 .serpiente
		table#tablero tr:nth-last-child(odd) td:last-child{
			border-radius: 0 0 50% 0;
			border: solid black;
			border-width: 0 1px 1px 0;
		} 
 .serpiente
		table#tablero tr:nth-last-child(even) td:first-child{
			border-radius: 0 0 0 50%;
			border: solid black;
			border-width: 0 0 1px 1px;
		} 
 .serpiente
		table#tablero tr:nth-last-child(even) td:last-child{
			border-radius: 0 50% 0 0;
			border: solid black;
			border-width: 1px 1px 0 0;
		} 
 .serpiente
		table#tablero tr:last-child td:first-child{
			background-color: grey;
			border-radius: 0;
		} 
 .serpiente
		table#tablero tr:first-child td:first-child{ /* changes if none or even*/
			background-color: green;
			border-radius: 0;
		} 
 .serpiente
		textarea{
			width: 90%;
		} 
 .serpiente
		#cartas {
    max-width: 185.9mm;
    max-height: 249.4mm;
} 
 .serpiente
		#cartas td span{
    		font-size: 1em;
		} 
 .serpiente
		#cartas td div{
    		font-size: 1.5em;
		} 
 .serpiente
		#cartas td {
    border: 1px solid #000;
    padding: 5px;
    width: 20%;
    word-break: break-word;
    height: 4cm;
    text-align: center;
} 
#cargar{
	display: block;
	position: fixed;
	z-index: -99;
}
#cartas{
	display: none;
}
#maximi{
	display: flex;
	justify-content: center;
	width: 150vw;
	height: 75vw;
}
.serpiente#imprimir{
	background-color: lightgrey;
	cursor: grab;
	height: 90vh;
	position: relative;
}
.info table{
	font-size: 1vw;
}
.info table .secc, .info table .serpiente, .info table .escalera{
	display: none;
}
.puente{
	height: 3px!important;
}
.info table{
	max-width: 20vw;
	max-height: 20vw;
	transform-origin: top left;
}
#maximi #tablero{
	width: 100vh;
	height: 100vh;
	transform: scale(2) rotateX(60deg) rotateY(0deg) rotateZ(45deg);
	transform-origin: left;
}
#maximi.dosd #tablero{
	transform: none;
}
#maximi.dosd{
	height: 100vh;
}
#imprimir{
	overflow-y: auto;
}
.info{
	box-shadow: 0 0 10px black;
	background-color: rgba(0,0,0,.8);
	color: white;
	max-width: 20vw;
	position: sticky;
	left: 0;
	top: 0;
	z-index: 4;
	cursor: pointer;
}
.dado{
	width: 10vw;
	height: 10vw;
	background-image: url("../imagenes/dado1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.dado:first-child.gira{
	animation: girar 1s 10 ease-out;
	animation-direction: reverse;
}
.gira{
	animation: girar 1s 10 ease-out;
}
.contDado{
	display: flex;
}
.ficha.player0{
	background-color: white;
}
.ficha.player1{
	background-color: crimson;
}
.ficha.player2{
	background-color: cadetblue;
}
.ficha{
	height: 5vh;
	width: 5vh;
	z-index: 3;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid black;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px black, 0px 0px 10px white;
	font-size: .6em;
}
.posicion{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.posicion div:nth-child(3){
	position: absolute;
}
.preguntando .respuestas .opcionRes:hover{
	box-shadow: 0 0 10px black;
}
.preguntando .respuestas .opcionRes{
	min-height: 1em;
	min-width: 1em;
	border: 1px solid grey;
	margin: 5px;
    padding: 0 1em;
    transition: all .2s;
}

.preguntando .respuestas{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.question>div{
	width: 100%;
}
.question>span{
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.question progress{
	width: 100%;
	height: 5px;
}
.preguntando{
	display: flex;
	flex-direction: column;
	background-color: white;
	box-shadow: 0 0 10px black;
	text-align: center;
    border: 10px solid pink;
	min-width: 50%;
	min-height: 50%;
	max-width: 90%;
	max-height: 90%;
}
td .serpiente .player0,
td .serpiente .player1,
td .serpiente .player2{
	position: absolute;
	animation: desliza 2s;
}
td .escalera .player0,
td .escalera .player1,
td .escalera .player2{
	position: absolute;
	transform: rotate(180deg);
	animation: desliza 2s;
}
.responde{
	color: black;
    height: calc(100vh - 180px);
    width: calc(100vw - 180px);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 3;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    background-color: rgba(255,255,255,.8);
}
.responde .question{
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-grow: 1;
	border-bottom: 5px solid pink;
	overflow-y: auto;
}
.turnoActual{
	text-align: center;
	font-size: 1.8em;
	width: 100%;
	transition: all .4s;
}
.cambiaTurno{
	color: white;
	background-color: lightpink;
}
@keyframes desliza{
	from{
		bottom: 90%;
	}
	to{
		bottom: 0;
	}
}
@keyframes girar{
	0%{
		background-image: url("../imagenes/dado1.png");
	}
	10%{
		background-image: url("../imagenes/dado2.png");
	}
	20%{
		background-image: url("../imagenes/dado3.png");
	}
	30%{
		background-image: url("../imagenes/dado4.png");
	}
	40%{
		background-image: url("../imagenes/dado5.png");
	}
	50%{
		background-image: url("../imagenes/dado6.png");
	}
	60%{
		background-image: url("../imagenes/dado1.png");
	}
	70%{
		background-image: url("../imagenes/dado2.png");
	}
	80%{
		background-image: url("../imagenes/dado3.png");
	}
	90%{
		background-image: url("../imagenes/dado4.png");
	}
	100%{
		background-image: url("../imagenes/dado5.png");
	}
}
.minimapa{
	display: none;	
}
.spantime .iniciaE{
	margin: 0;
}
#imprimir .info label{
	display: initial!important;
}
.spantime input{
	text-align: center;
}