
		#menuPreguntas{
			z-index: 4;
		}
		#imprimir{
			font-family: Helvetica;
			font-weight: bold;
			display: flex;
			justify-content: flex-start;
			align-items: center;
			flex-direction: column;
		}
		#imprimir label{display: none;}
		.autocomplete{width: 100%}
		.bussines{
			margin-top: 1em;
		}
		td{
			word-break: break-word;
			overflow: hidden;
			text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff
		}
textarea[name^=respuesta]{
	display: none;
}
.iguales{
	position: absolute;
	background-color: white;
	bottom: 100%;
	left: 1em;
	padding: 2px;
	border: 1px solid lightblue;
}
#cartas td .minia{
	width: 100%;
	height: 50%;
}
#cartas td img{
	max-height: 100%;
	max-width: 100%;
}
#cartas td span{
	font-size: 1em;
}
#divPreg textarea[name^=pregunta]{
	font-size: 1em;
	text-align: center;
	text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff
}
#cartas td div{
	font-size: 1.5em;
}
#cartas td.rojo, textarea.rojo{
	background-color: #c91a1a;
}
#cartas td.verde, textarea.verde{
	background-color: #53ab60;
}
#cartas td.azul, textarea.azul{
	background-color: #0d50a0;
}
#cartas td.amarillo, textarea.amarillo{
	background-color: #f0ff59;
}
#cartas td{
	background-image: url("img/elipse.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#cartas td {
    border: 1px solid #000;
    padding: 5px;
    word-break: break-word;
    width: 250px;
    height: 350px;
    text-align: center;
    position: relative;
}
.esquina1, .esquina2{
	position: absolute;
	font-size: 1rem!important;
}
.esquina1{
	top: 1rem;
	left: 1rem;
}


.esquina2{
	bottom: 1rem;
	right: 1rem;
}

@media print{@page{size:letter landscape;}@page:first{margin-top: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: 100vh}#seccion{position: static!important;}
table *{-webkit-print-color-adjust:exact;}
#cartas td {
    width: 5cm;
    height: 7cm;
}
		.propH, .propF {
    display: block;
    max-height: 1.5cm;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
}.propF {
    left: unset;
    right: 0;
}
	}
	.pandr{
		position: relative;
	}