.minia img{max-width: 100%;max-height: 100%;}
		#menuPreguntas{
			z-index: 4;
		}
#divPreg>div>span:nth-child(2){
	flex-grow: 0;
}
.question{
	display: none!important;
}
		#imprimir{
			font-family: Helvetica;
			font-weight: bold;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
		}
		#imprimir label{display: none;}
		.autocomplete{width: 100%}
		.bussines{
			margin-top: 1em;
		}
		.secc, .divNum{
			position: relative;
			z-index: 2;
		}
		td{
			word-break: break-word;
			text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff
		}
		table#tablero{
			background-color: lightgrey;
			border-collapse: separate;
			border-spacing: 0px;
			border: 0px;
		}
		table#tablero td{
			background-color: white;
		}
		table#tablero tr{
			border-top: 4px solid black;
			border-bottom: 4px solid black;
		}
		table#tablero td{
			border-color: black;
			text-align: center;
			position: relative;
			width : 24.5mm;
			height : 24.5mm;
			padding: 0;
		}
		table#tablero tr:nth-child(2) td:nth-child(2),
		table#tablero tr:nth-child(3) td:nth-child(3),
		table#tablero tr:first-child td:first-child{
			border-radius: 50% 0 0 0;
			border: solid black;
			border-width: 1px;
		}
		table#tablero tr:nth-last-child(2) td:nth-last-child(2),
		table#tablero tr:nth-last-child(3) td:nth-last-child(3),
		table#tablero tr:nth-last-child(4) td:nth-last-child(4),
		table#tablero tr:last-child td:last-child{
			border-radius: 0 0 50% 0;
			border: solid black;
			border-width: 1px;
		}
		table#tablero tr:nth-child(2) td:nth-last-child(2),
		table#tablero tr:nth-child(3) td:nth-last-child(3),
		table#tablero tr:nth-child(4) td:nth-last-child(4),
		table#tablero tr:first-child td:last-child{
			border-radius: 0 50% 0 0;
			border: solid black;
			border-width: 1px;
		}
		table#tablero tr:nth-last-child(2) td:nth-child(1),
		table#tablero tr:nth-last-child(3) td:nth-child(2),
		table#tablero tr:nth-last-child(4) td:nth-child(3){
			border-radius: 0 0 0 50%;
			border: solid black;
			border-width: 1px;
		}
		table#tablero tr:nth-child(2) td:nth-child(2),
		table#tablero tr:nth-child(2) td:nth-child(3),
		table#tablero tr:nth-child(2) td:nth-child(4),
		table#tablero tr:nth-child(2) td:nth-child(5),
		table#tablero tr:nth-child(2) td:nth-child(6),
		table#tablero tr:nth-child(2) td:nth-child(7),
		table#tablero tr:nth-child(3) td:nth-child(3),
		table#tablero tr:nth-child(3) td:nth-child(4),
		table#tablero tr:nth-child(3) td:nth-child(5),
		table#tablero tr:nth-child(3) td:nth-child(6),
		table#tablero tr:nth-child(4) td:nth-child(4),
		table#tablero tr:nth-child(4) td:nth-child(5){
			border-top-width: 10px!important;
		}
		table#tablero tr:nth-child(4) td:nth-child(4),
		table#tablero tr:nth-last-child(4) td:nth-child(3),
		table#tablero tr:nth-last-child(4) td:nth-child(4),
		table#tablero tr:nth-last-child(4) td:nth-child(5),
		table#tablero tr:nth-last-child(3) td:nth-child(2),
		table#tablero tr:nth-last-child(3) td:nth-child(3),
		table#tablero tr:nth-last-child(3) td:nth-child(4),
		table#tablero tr:nth-last-child(3) td:nth-child(5),
		table#tablero tr:nth-last-child(3) td:nth-child(6),
		table#tablero tr:nth-last-child(2) td:nth-child(1),
		table#tablero tr:nth-last-child(2) td:nth-child(2),
		table#tablero tr:nth-last-child(2) td:nth-child(3),
		table#tablero tr:nth-last-child(2) td:nth-child(4),
		table#tablero tr:nth-last-child(2) td:nth-child(5),
		table#tablero tr:nth-last-child(2) td:nth-child(6),
		table#tablero tr:nth-last-child(2) td:nth-child(7){
			border-bottom-width:10px!important;
		}

		table#tablero tr:nth-child(4) td:nth-child(4),
		table#tablero tr:nth-child(3) td:nth-child(3),
		table#tablero tr:nth-child(4) td:nth-child(3),
		table#tablero tr:nth-child(5) td:nth-child(3),
		table#tablero tr:nth-child(2) td:nth-child(2),
		table#tablero tr:nth-child(3) td:nth-child(2),
		table#tablero tr:nth-child(4) td:nth-child(2),
		table#tablero tr:nth-child(5) td:nth-child(2),
		table#tablero tr:nth-child(6) td:nth-child(2){
			border-left-width:10px;
		}
		table#tablero tr:nth-child(2) td:nth-child(7),
		table#tablero tr:nth-child(3) td:nth-child(7),
		table#tablero tr:nth-child(4) td:nth-child(7),
		table#tablero tr:nth-child(5) td:nth-child(7),
		table#tablero tr:nth-child(6) td:nth-child(7),
		table#tablero tr:nth-child(7) td:nth-child(7),
		table#tablero tr:nth-child(3) td:nth-child(6),
		table#tablero tr:nth-child(4) td:nth-child(6),
		table#tablero tr:nth-child(5) td:nth-child(6),
		table#tablero tr:nth-child(6) td:nth-child(6),
		table#tablero tr:nth-child(4) td:nth-child(5),
		table#tablero tr:nth-child(5) td:nth-child(5){
			border-right-width:10px;
		}
		/*
		*/
		table#tablero tr:nth-child(4) td:nth-child(4){
			background-image: url("img/fin.png");
			background-color: lightgreen;	
		}
		.fin{
			background-color: lightgreen;
		}
		table#tablero tr:last-child td:first-child{
			background-color: grey;
			border-radius: 0;
		}
		textarea{
			width: 90%;
		}
		table#tablero td{
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
		}
		td.oca{
			background-image: url("img/oca.png");
		}
		.oca{
			background-color: #ffddd0!important;
		}
		td.puente{
			background-image: url("img/puente.png");
		}
		.puente{
			background-color: #ffd589!important;
		}
		td.posada{
			background-image: url("img/posada.png");
		}
		.posada{
			background-color: #ffff92!important;
		}
		td.pozo{
			background-image: url("img/pozo.png");
		}
		.pozo{
			background-color: #c77575!important;
		}
		td.laberinto{
			background-image: url("img/laberinto.png");
		}
		.laberinto{
			background-color: #85ce85!important;
		}
		td.carcel{
			background-image: url("img/carcel.png");
		}
		.carcel{
			background-color: lightskyblue!important;
		}
		td.calavera{
			background-image: url("img/calavera.png");
		}
		.calavera{
			background-color: #bb91bb!important;
		}
		.dado{
			background-color: lightgrey!important;
		}
		#maximi table{
			margin:0 auto;
		}
		.descr{
			font-weight: normal;
		}
		.indic{
			width: 100%!important;
		}
		table#tablero td{
			font-size: 2rem;
		}
		.titInst{
			font-size: 1.5rem;
			width: 100%!important;
			text-align: center; 
		}
		.instrucciones{
			font-size: .7rem;
			display: flex;
			flex-wrap: wrap;
		}
		.instrucciones div{
			width: 50%;
		}
		#cartas {
			width: 100%;
    max-width: 185.9mm;
    max-height: 249.4mm;
}
		#cartas td span{
    		font-size: 1em;
		}
		#cartas td div{
    		font-size: 1.5em;
		}
		#cartas td {
    border: 1px solid #000;
    padding: 5px;
    width: 20%;
    word-break: break-word;
    height: 2cm;
    text-align: center;
}
		@media print{@page{size:letter;}@page:first{margin:0}table{page-break-inside: auto;} tr{page-break-inside: avoid;page-break-after: auto;}.fbOpc, #menuPreguntas{display: none}body{background-color:white}body *{visibility:hidden}#imprimir,#imprimir *{visibility:visible}#imprimir{padding-top:1.5cm;display:block!important;position:absolute;top:0;left:0;width:100vw;min-height:100%;overflow:visible;margin:0;}#maximi{height: calc(100vh - 1.5cm)}#seccion{position: static!important;}
		#imprimir{-webkit-print-color-adjust:exact;}
		.propH, .propF {
    display: block;
    max-height: 1.5cm;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
}.propF {
    left: unset;
    right: 0;
}
}
#imprimir{
	justify-content: flex-start;
}
.instrucciones{
	text-align: left;
}