.iniciaE[disabled]{
	color: lightgrey;
	border-color: lightgrey;
	cursor: not-allowed;
}
.secPreg img{
	max-height: 3em;
	max-width: 3em;
}
.divInst{
	min-height: 50%;
	padding: 1em;
	width: 100%;
	box-sizing: border-box;
}
.temp{
	display: none;r
}
.inicio{
	flex-wrap: nowrap;
	flex-direction: column;
	text-align: center;
	overflow-y: auto;
	justify-content: flex-start;
}
.iniciaE,.again{
	cursor: pointer;
	box-shadow: 0 0 5px black;
    border: 3px solid #3C4142;
    margin: 20px 0;
    padding: 3px;
    outline: none;
    font-size: 1em;
    color: #3C4142;
    background-color: white;
}
.iniciaE:not([disabled]):hover, .again:hover{
    border: 3px solid #3C4142;
    box-shadow: 0 0 10px black;
}
.inn{
	margin: 0 5px;
    height: 2em!important;
    text-align: center;
    background-color: #FAFAFA;
    border: 2px solid #D8D8D8;
    outline: none;
    font-size: 1em;
    min-width: 30vw;
    width: 50%!important;
}
.ingresa{
	font-size: 3vw;
}
.ingresa input[type=text]{
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.again{
	padding: 0 10%;
	font-size: 2em;
	margin: 1em 0;
}
.resultado{
	font-size: 2em;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.bien{
	color: green;
}
.mal{
	color: lightcoral;
}
.resul{
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-grow: 1;
	max-height: 100%;
}
.secPreg{
	display: flex;
	flex-direction: column;
}
.divRcor{
	display: flex;
}
.divRcor>div{
	flex-grow: 1;
	flex-basis: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.divRcor>div:last-child{
	border-bottom: 2px solid lightcoral;
	font-style: italic;
	background-color: #fbc1c1;
}
.divRcor>div:first-child{
	border-bottom: 2px solid lightgreen;
	background-color: honeydew;
}
.divPregunta{
	font-size: 1.1em;
    margin: 1em 0 0;
    font-weight: bold;
    border-top: 2px solid lightblue;
    background-color: aliceblue;
}
.divCor{
	width: 100%;
}
@media screen and (max-width:768px) {
	.inicio{
		padding: 0;
	}
	.iniciaE{
		margin: 0;
	}
	.ingresa{
		font-size: 6vw;
	}
	.crucigrama td{
		min-width: 2em;
		min-height: 2em;
	}
	.divRcor{
		flex-direction: column;
	}
}
.nosesion{
	display: flex;
	flex-direction: column;
	font-size: 2em;
	overflow-y: auto;
	height: 100%;
}
.inn{
	margin: .5em;
}
.incan>input:first-child{
	margin-right: 1em;
}
.ingresa{
	overflow-y: auto;
	font-size: 1.5em;
}
.nomostrar{
	display: none;
}