.cont{
	display: flex;
}
.opt {
	flex-direction: row;
	display: flex;
	flex-grow: 1;
}
.menu{
	flex-grow: 1;
}
input[type=text],input[type=number]{margin:0 5px;height:1.5em!important;text-align:center;background-color: #FAFAFA;border: 2px solid #D8D8D8;outline: none;}
	
input[type=text]:hover,input[type=number]:hover{outline: none;background-color: white;border: 2px solid #A4A4A4;}
	
input[type=text]:focus,input[type=number]:focus{outline: none;	background-color: white;border: 2px solid #3C4142;box-shadow: 0 0 3px black;}
select {
    background: none;
    outline: none;
    cursor: pointer;
}

.inst {
	font-size: 1.2em;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
	box-shadow: 0 3px 5px black;
	background-color: #EDC8FF;
}

.opciones>div {
	margin: 0 10px;
}

.opciones {
	display: flex;
	flex-direction: column;
	justify-content: center;

}


#imprimir {
	min-height: 80vh;
	flex-grow: 1;
	border:20px solid #13BBAF;
	margin: 20px 40px;
	padding: 20px;
	box-shadow: 0 0 10px black;
}

.menuy{
	display: flex;
	justify-content: center;
	align-items: center;
}
.menuy img{
	height: 2em;
}

.menuy>span:hover{
	transform: scale(1.1);
}
.menuy>span{
	transition: all .5s;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	margin-bottom: .5em;
}

table tr:nth-child(2) th {
	border: 1px solid black!important;
}

#lmmjv {
	text-align: center;
}

#enc {
	font-size: 2em;
	font-weight: bold;
}

#mes,
#year {
	display: none;
	margin-top: .5em;
}

.intervalo input:not([type=number]),
.loader input {
	display: none;
}

.intervalo label:hover {
	background-color: whitesmoke;
	border: 3px solid lightblue;
}

.intervalo label {
	border-radius: 10px;
	padding: 3px;
	cursor: pointer;
	margin: .5em;
	font-size: 1.1em;
	box-sizing: border-box;
	border: 3px solid transparent;
}

.prodSel {
	/*background-color: cornflowerblue;*/
	border: 3px solid cornflowerblue!important;
	background-color: white;
}

.bott,
.intervalo,
.temas,
.codigo {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 10px 10px;
}


table {
	border-collapse: collapse
}

td {
	border: 1px solid #000
}

th {
	width: 2em;
	position: relative;
	border: none
}

.rotate div {
	position: absolute;
	box-sizing: border-box;
	white-space: nowrap;
	top: 2px;
	left: 0;
	transform: translateX(35px) rotate(-45deg);
	transform-origin: bottom left;
	border-bottom: 1px solid #000
}

textarea {
	width: 20em;
	box-sizing: border-box;
	height: 1.3em;
	border: none;
	outline: 0;
	resize: none;
	overflow: hidden;
	font-family: Georgia
}

input[type=number] {
	width: 50px;
}

.opt span {
	margin: 0 15px;

}



#divPreg>div,
#imprimir>div {
	display: flex;
	justify-content: center
}

#divPreg>div input {
	min-width: 10vw
}

#divPreg {
	flex-direction: column;
}

@media print {
	@page {
		size: letter
	}
	body {
		background-color: white;
	}
	body * {
		visibility: hidden
	}
	.menu,
	.opciones,
	.temas,
	nav {
		display: none!important
	}
	.codigo>div {
		justify-content: unset!important
	}
	.codigo:before {
		content: "Codigos:"
	}
	input,
	textarea {
		background-color: transparent;
		outline: 0;
		border: none
	}
	#divPreg {
		margin-bottom: 0
	}
	.codigo {
		justify-content: unset!important;
		margin-top: 20px;
		min-height: 25cm;
		border: none;
	}
	#imprimir * {
		visibility: visible
	}
	#imprimir {
		border:none;margin:0;padding:0;
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		height: auto;
		overflow: visible;
		margin: 0
	}
	table {
		page-break-inside: auto
	}
	tr {
		page-break-inside: avoid;
		page-break-after: auto
	}
}
@media screen and (max-width: 700px){
	.cont{
		flex-direction: column;
	}
}