.con{
	display: flex;
	position: relative;
}
.contenido>div:hover .opciones, .opciones:focus-within{
	visibility: visible;
}
.examen .inciso{
	display: flex;
}
.tipo4 .inciso{
	cursor: pointer;
}
.tipo4 .respuestas>span:hover, .tipo4 .respuestas>span:hover textarea{
	background-color: azure;
}
.tipo4 .respuestas>span{
	margin: 0 2px;
}
.tipo4 .respuestas>span:hover{
	border-bottom: 1px solid teal;
}
.tipo7 .correcta{
	background-color: lightgreen;
}
.correcta textarea{
	background-color: azure;
	border-bottom: 1px solid lightgreen;
}
.tipo4 .correcta{
	border-bottom: 1px solid lightgreen;
	background-color: lightgreen;
}
#popup {
	width: 100vw;
	height: 100vh;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .1);
	z-index: 200;
	padding: 10vh 10vw;
}

#popCont {
	background-color: rgba(255, 255, 255, .9);
	border-radius: 20px;
	border: 3px solid cornflowerblue;
	padding: 1em;
	display: flex;
	flex-direction: column;
	height: 100%;
}

#popCont iframe {
	flex-grow: 1;
	border:0;
	box-shadow:0 0 5px grey;
}

.contenido>div input[type=text],
.contenido>div textarea {
	outline: none;
	border: none;
}

.contenido>div:hover input[type=text],
.contenido>div:hover textarea {
	border: 1px solid lightgrey;
}

#hojaRespuestas .nombreHoja {
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	width: 100%!important;
	flex-direction: column
}

.tipos {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	z-index: 4
}

.tipos input {
	position: sticky;
	top: 2em
}

#hojaRespuestas div.pagina:first-child div.contenido {
	padding-top: 8em;
	position: relative
}

.tipo6 .respuestas textarea {
	text-align: center
}

.tipo6 .respuestas>span {
	margin: 5px
}

#guard,
.botones div {
	position: absolute;
	background-color: #fff
}

#carrito a,
#cuadroPunt,
#examen div.imagen~textarea[name^=respuesta],
.firma div,
.subtitulo {
	text-align: center
}

#examen .imagen img,
.imgPort img {
	object-fit: contain;
	max-width: 100%
}

.contenido div[class^=ayuda] span,
.subtitulo {
	font-weight: 700
}

.insg {
	max-width: 1.5em;
	max-height: 1.5em
}

.op {
	display: flex;
	align-items: center
}

#showPre,
.firma {
	justify-content: center
}

.botones:hover div {
	display: block
}

.botones div img {
	height: 1.2em;
	width: 1.2em
}

.botones div {
	display: none;
	max-width: 30vw;
	z-index: 4;
	color: #000;
	border: 1px solid #000
}

.firma,
.nombreHoja {
	display: flex
}

.botones,
.botones a {
	color: black
}

#carrito,
#carritoMsg {
	top: 50vh;
	background-color: #90ee90;
	height: 3em;
	right: 0
}

#guard {
	top: 25vh;
	left: 25vw;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 50vw
}

#portada .contenido {
	position: relative
}

.firma div {
	width: 5cm
}

.firma {
	width: 100%;
	position: absolute!important;
	bottom: 0
}

#guardado,
#showPre {
	width: 100vw;
	left: 0
}

#carrito,
#carritoMsg,
#guardado,
#showPre {
	position: fixed
}

#carrito .termina {
	display: none
}

#carrito,
#carrito:hover .termina,
#carritoMsg,
#showPre>div>div {
	display: flex
}

#carrito a {
	width: 100%
}

#carrito a:hover {
	background-color: green
}

#carrito {
	flex-direction: column;
	align-items: center
}

#carritoMsg {
	visibility: hidden;
	align-items: center
}

.showMsg {
	animation: showing 2s ease
}

.showMsg1 {
	animation: showing1 2s ease
}

@keyframes showing {
	0%,
	100% {
		visibility: hidden;
		opacity: 0
	}
	50% {
		visibility: visible;
		opacity: 1
	}
}

@keyframes showing1 {
	0%,
	100% {
		visibility: hidden;
		opacity: 0
	}
	50% {
		visibility: visible;
		opacity: 1
	}
}

#hojaRespuestas input:not(.line),
.opciones {
	visibility: hidden
}

#showPre>div>div>a:hover,
#showPre>div>div>span:hover {
	background-color: #d3d3d3
}

#showPre>div>div>a,
#showPre>div>div>span {
	flex-grow: 1;
	flex-basis: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 1em;
}

#showPre>div>div:first-child {
	flex-grow: 1;
	justify-content: center;
	font-size: 1.2em;
	font-weight: bold;
}

#guard>div,
#showPre>div {
	flex-direction: column;
	display: flex
}

#showPre>div {
	background-color: #fff;
	border: 3px solid #add8e6;
	border-radius: 4px;
	min-height: 10em;
	padding: 1em;
	display: flex;
	flex-direction: column;
}

#cuadroPunt,
#cuadroPunt td {
	border: 1px solid #000
}

#showPre {
	display: flex;
	align-items: center;
	z-index: 90;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .4);
	justify-content: center;
}

#cuadroPunt {
	border-collapse: collapse
}

#infoExamen {
	display: flex;
	justify-content: center;
	margin: 0 20px;
}

#infoExamen #info div span:first-child {
	flex-grow: 1
}

#infoExamen #info .folluser {
	justify-content: center;
	height: 3em;
}

#infoExamen #info div {
	display: flex
}

#infoExamen #info {
	min-width: 30vw
}

#guardado {
	height: 100vh;
	top: 0;
	z-index: 99;
	background-color: rgba(0, 0, 0, .4)
}

#docTitle {
	flex-grow: 1
}

.cierra {
	position: absolute;
	right: 0;
	top: 0
}

#buttons {
	justify-content: center
}


#guard>div>div{display:flex;flex-grow:1;margin:10px 0;justify-content: space-around;max-width: 100%;flex-wrap: wrap;}
#guard>div{
	font-size: 1.2em;
	display: flex;
    box-sizing: border-box;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    border: 20px solid #EDC8FF;
    padding: 20px;
    box-shadow: 0 0 10px black;
}
#buttons input:hover{background-color:#e6e6e6}
#buttons input{
	box-shadow: 0 0 5px black;
    border: 3px solid #3C4142;
    padding: 3px;
    outline: none;
    font-size: 1.2em;
    color: #3C4142;
    background-color: white;
}

.derecha {
	transform: rotate(90deg)
}

.cuerpo .minimizar {
	background-image: url(/cuestionarios/imagenes/cont.png)
}

#eliminarCuestionario {
	background-image: url(/cuestionarios/imagenes/eliminarC.png)
}

#imprimir {
	background-image: url(/cuestionarios/imagenes/print.png)
}

#explorar {
	background-image: url(/cuestionarios/imagenes/exploraE.png)
}

#guardar {
	background-image: url(/cuestionarios/imagenes/save.png)
}
.aplica {
	background-image: url(/actividades/imagenes/aplica.png)
}
.premia {
	background-image: url(/cuestionarios/imagenes/premia.png)
}
#eliminarCuestionario,
#explorar,
#guardar,
#imprimir,
.aplica,
.premia,
.fav,
.noFav {
	border: none;
	background-color: transparent;
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	outline: 0;
	height: 4em;
	width: 4em
}
.documentos * {
	font-family: Helvetica
}

textarea:hover {
	background-color: ghostwhite
}

textarea {
	resize: none;
	outline: 0;
	border: 1px solid #e6e6fa;
	border-radius: .5em;
	font-family: inherit;
	font-size: inherit;
	height: 1.3em;
	overflow: hidden
}

#examen,
#hojaRespuestas,
#portada,
#soluciones {
	overflow: visible;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative
}

.pagina {
	position: relative;
	background-color: #fff;
	width: 22cm;
	height: 28cm;
	margin: 20px 0;
	box-shadow: 0 0 10px #3C4142;

}

.contenido {
	width: 19cm;
	height: 25cm;
	margin: 15mm
}

#hojaRespuestas .contenido>div {
	padding-bottom: 0
}

.contenido>div {
	position: relative;
	margin: 0;
	padding-bottom: .4cm;
	box-sizing: border-box
}

.contenido>div:hover {
	box-shadow: 0 0 30px grey
}

.hojas label div {
	display: none;
	position: absolute;
	max-width: 30vw;
	z-index: 4;
	background-color: #fff;
	border: 1px solid #000
}

#opc,
.botones,
.hojas,
.hojas label:hover div,
.preguntas {
	display: flex
}

.hojas label {
	cursor: pointer;
	margin: .2em
}

.hojas {
	justify-content: space-around!important;
	margin: 1em;
	font-size: 1.1em
}

#opc,
.hojas {
	justify-content: center;
	flex-wrap: wrap
}

.subtitulo {
	font-size: 1.3em
}

.botones input {
	cursor: pointer;
}
.botones:hover {
	transform:scale(1.1);
}

.botones {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	flex-grow: 1;
	justify-content: center;
	margin: 10px;
	padding: 5px;
	font-size: 1.2em;
	transition: transform 0.3s ease-in-out 0s;
}

div span {
	display: inline-flex;
	box-sizing: border-box;
	flex-direction: row
}

div[class^=tipo] div:hover>.browse,
div[class^=tipo] div:hover>.delete,
div[class^=tipo] span:hover .browse,
div[class^=tipo] span:hover .delete {
	display: block
}

div[grande] .contenido div[class^=tipo]:hover {
	position: relative;
	z-index: 1
}

div[class^=tipo] .browse,
div[class^=tipo] .delete {
	display: none;
	top: 0
}
.tipo2 textarea[name^=pregunta],
.tipo3 textarea[name^=pregunta],
.tipo4 textarea[name^=pregunta] {
	font-weight: 700;
	font-size: 1.1em;
}
.tipo3 .pregunta {
	display: flex
}

.tipo4 .respuestas {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}

.tipo4 .respuestas>span {
	box-sizing: border-box;
	display: flex;
	flex-basis: 33%;
	flex-direction: row;
	position: relative;
	margin-top:1em;
}

.tipo6 .preguntas {
	flex-direction: column
}

.tipo6 .preguntas>div {
	display: flex;
	position: relative
}

.tipo6 .respuestas {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #000
}

.tipo6 .respuestas span {
	position: relative;
	flex-direction: column;
	max-width: 25%;
	display:flex;
}

.tipo7 .respuestas .line {
	display: none;
	width: 1.2cm;
	margin: 0 .7cm
}

.tipo7 .respuestas>div {
	position: relative
}

.tipo7 div div:not(.autocomplete-items) {
	align-items: center;
	display: flex
}
.tipo7>div>div {
	align-items: flex-start!important;
}
.tipo7 .respuestas div>span:first-child {
	width: 100%
}

.verdadero {
	width: 98%;
	text-align: right
}

.textoInv {
	color: #d3d3d3
}

.radio {
	box-sizing: content-box;
	height: 20px;
	width: 20px;
	border: 1px solid #000!important;
	margin: 0 25px;
	display: flex;
	justify-content: flex-end;
}

.cuerpo input[type=radio] {
	align-self: center
}

hr {
	border-color: tomato;
	background-color: tomato;
	margin-bottom: 0;
	padding: 0
}

div span input {
	margin: 0
}

div span textarea {
	width: 100%
}

.tipo5 .preguntas>div {
	display: flex;
	width: 50%;
	flex-direction: column
}

.tipo5 .preguntas span:not(.inciso) {
	width: 85%;
	position: relative;
	flex-grow: 1
}

div>textarea {
	width: 100%;
	overflow: hidden
}

input[value="+"] {
	box-sizing: border-box;
	width: 20px;
	height: 20px
}

.contenido div[class^=tipo]:hover div[class^=ayuda] {
	display: block
}

.contenido div[class^=ayuda] .okidoki {
	display: flex;
	justify-content: center
}

#datosP div label:first-child .line,
.datosP div label:first-child .line,
.carOpc>div>span {
	flex-grow: 1
}

.contenido div[class^=ayuda] {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #000;
	left: 0;
	bottom: 100%;
	max-width: 100%;
	font-size: .8em
}

.datosP div,
.datosP div label,
#datosP div,
#datosP div label,
.carOpc>div,
.opciones {
	display: flex
}

.opciones>div {
	position: sticky;
	flex-direction: column;
	top: calc(150px + 4em);
}

.carOpc>div {
	justify-content: space-around;
}

.carOpc>div:hover {
	background-color: lightblue;
}

.opciones .carOpc {
	background-color: whitesmoke;
	border: 3px solid grey;
	padding: 5px;
	border-radius: 10px;
	display: flex;
	flex-direction: column
}

.opciones {
	position: absolute;
	flex-direction: column;
	min-height: 100%;
	text-align: center;
	left: 100%;
	top: 0;
	width: 25%
}

.cuerpo input[type=number] {
	box-sizing: border-box;
	width: 40px
}

.cuerpo input[type=text] {
	text-align: center;
	border: 1px solid #d3d3d3;
	width: 100px
}

strong {
	border-bottom: 1px solid #000
}

.order {
	width: initial!important;
	min-width: 0!important;
}

.line {
	border-bottom: 1px solid #000!important;
	max-width: 100%;
}

.tipo3 .line {
	min-height: 0
}

#datosP div label,
.datosP div label {
	flex-grow: 1
}

#examen input[type=radio],
#examen input[type=checkbox] {
	display: none
}

#datosP input[type=checkbox],
.datosP input[type=checkbox] {
	display: inline
}

.circulo {
	height: .5cm;
	width: .5cm;
	border: 1px solid #000;
	border-radius: 50%;
	margin: 1mm;
	align-items: center;
	justify-content: center;
	text-align: center
}

.personaliza {
	display: initial!important
}

.top-gal-bottons div div {
	text-align: center;
	width: 100%
}

.top-gal-bottons>div {
	flex-grow: 1;
	margin: 0 10px;
	display: flex;
	text-align: center;
	flex-wrap: wrap
}

#buscaImg {
	flex-grow: 1;
	text-align: left
}

#modal,
.imgPort {
	justify-content: center;
	display: flex
}

.top-gal-bottons {
	display: flex
}

.top-gal-bottons {
	flex-wrap: wrap
}

#modal #galeria {
	width: 60vw;
	height: 60vh
}

#modal {
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	background-color: #d3d3d3;
	background: rgba(0, 0, 0, .4)
}

#galImg {
	display: flex;
	flex-wrap: wrap
}

#galImg img:hover {
	border: 2px solid purple
}

#galImg img {
	height: 10vw;
	cursor: pointer
}

#hojaRespuestas .contenido,
#portada .contenido,
#soluciones .contenido {
	display: flex;
	flex-direction: column
}

#hojaRespuestas .contenido>div,
#soluciones .contenido>div {
	width: 50%;
	padding: 7px
}

#hojaRespuestas .contenido,
#soluciones .contenido {
	flex-wrap: wrap
}

.imgPort {
	height: 50%
}

.imgPort img {
	max-height: 100%
}

.mov {
	display: flex
}

.imagen~.browse,
.imagen~.delete {
	bottom: 0;
	top: auto!important
}

.mov .browse,
.mov .editar,
.mov .delete {
	position: initial;
	display: block!important;
	height: 20px;
	width: 20px
}

.addCar,
.browse,
.editar,
.delete,
.mover,
.config {
	height: 1.5em;
	width: 1.5em;
	border: none;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer
}

.editar {
	background-image: url(/imagenes/edii.png)
}
.mover {
	background-image: url(/cuestionarios/imagenes/mover.png)
}

#examen .config {
	display: none;
	background-image: url(/cuestionarios/imagenes/engrane.png)
}

.addCar {
	background-image: url(/cuestionarios/imagenes/copiar.png)
}

.delete {
	background-image: url(/cuestionarios/imagenes/eliminar.png);
	right: 0
}

.browse {
	background-image: url(/cuestionarios/imagenes/browse.png);
	right: 1.5em
}

.browse,
.delete {
	position: absolute
}

#examen .imagen img {
	height: 3cm
}

.imagen:hover {
	border: 1px solid #d2691e
}

.imagen {
	cursor: pointer;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative
}

#examen .imagen {
	width: 100%;
	height: 3cm
}

.imagen:hover .imgBorrar:hover {
	opacity: 1
}

.imagen:hover .imgBorrar {
	display: flex;
	background-position: center;
	background-image: url(/cuestionarios/imagenes/eliminar.png);
	width: 3vw;
	height: 3vw;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .7
}

.inputImg {
	background-color: red
}

div[id^=menu] span {
	flex-grow: 1;
	font-weight: 700;
	justify-content: center;
	align-items: center
}

div[id^=menu]:hover {
}

div[id^=menu] {
	border: 2px solid #13BBAF;
    background-color: white;
    border-bottom: 8px solid #13BBAF;
    box-sizing: border-box;
    color: #3C4142;
    box-shadow: 0 -5px 5px -5px #333;
    margin: 0px 20px;
    height: 2em;
    cursor: pointer;
    display: flex;
    position: sticky;
    top: calc(3em + 5px);
    z-index: 3;

}

.cuerpo {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.documentos {
	flex-grow: 1;
	position: relative
}

.tipoPreguntas {
	display: flex;
	flex-direction: column;
	max-width: 10em;
	background: white;
	z-index: 2;
	position: sticky;
	top: 6em;
	height: 75vh;
	overflow-y: auto;
	overflow-x: hidden;
}

div[class^=ayuda] {
	position: absolute;
	display: none;
	background: white;
}

#hojaRespuestas,
#portada,
#soluciones {
	margin: 0 40px;
}
#examen,
#hojaRespuestas,
#portada,
#soluciones {
	width: auto;
	height: auto;
	flex-grow: 1;
	background-color: #e6e6e6;
	overflow-x: auto;
	border: 20px solid #EDC8FF;
}
#examen{
	height: 85vh;
	margin: 0 40px 20px 40px;
}
.tipoPreguntas input {
	cursor: pointer;
	background-color: transparent;
	width: 100%;
	border: none
}

.tipoPreguntas label:hover {
transform:scale(1.1);;
}

.tipoPreguntas label {
	cursor: pointer;
	border: 2px solid #3C4142;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin:5px 10px;
	box-shadow: 0 0 10px #3C4142;
	transition: transform 0.3s ease-in-out 0s;
}

.tipoPreguntas label img {
	max-height: 2em;
	max-width: 100%;
}

.lock {
	height: 1em;
	width: 1em;
	background-image: url(/cuestionarios/imagenes/lock.png);
	background-size: 100% 100%
}

.folluser {
	margin: 10px
}

.Seguir:after {
	content: "Seguir";
	color: #fff;
	padding: 10px;
	background-color: purple
}

.Siguiendo:after {
	content: "Siguiendo";
	color: #fff;
	padding: 10px;
	background-color: violet
}

.Siguiendo:hover:after {
	content: "Dejar de seguir";
	color: #fff;
	padding: 10px;
	background-color: #a9a9a9
}

.autocomplete {
	display: inline-flex;
	flex-direction: column
}

.imagen {
	flex-grow: 1
}

.fav,
.noFav:hover {
	background-image: url(/actividades/imagenes/addFav.png)
}

.fav:hover,
.noFav {
	background-image: url(/actividades/imagenes/noFav.png)
}

@media print {
	@page {
		size: letter;
		margin: 1.5cm
	}
	.tipoPreguntas {
		display: none!important
	}
	body {
		background-color: white
	}
	body * {
		visibility: hidden;
	}
	:placeholder {
		color: transparent;
		opacity: 0
	}
	.textoInv {
		visibility: hidden!important
	}
	.documentos .pagina{
		border:none;
	}
	.documentos .pagina:not([grande]){
		margin: 0!important;
		width: initial;
		background-color: #fff;
		height: 100vh!important;
		width: 100vw!important;
		page-break-after: always;
	}
	hr {
		border: none;
		border-bottom: 1px solid #d3d3d3
	}
	input[type=text] {
		border-right: none!important;
		border-left: none!important;
		border-top: none!important;
		outline: 0
	}
	.documentos .contenido {
		background-color: #fff;
		margin: 0!important;
		height: 100%!important;
		width: 100%!important
	}
	div[grande],
	div[grande] .contenido {
		height: auto!important
	}
	div[grande] {
		page-break-inside: always;
		page-break-after: always
		margin: 0!important;
		width: initial;
		background-color: #fff;
		width: 100vw!important;
		page-break-after: always;
	}
	.imagen:hover {
		border: none!important
	}
	.contenido div:hover {
		box-shadow: none
	}
	.documentos .contenido,
	.documentos .contenido * {
		visibility: visible
	}
	.documentos .contenido .opciones {
		display: none
	}
	#opc,
	.hojas,
	.menu,
	.notPrintable,
	div[id^=menu],
	nav,
	nav *, footer{
		display: none!important
	}
	#examen,
	#hojaRespuestas,
	#portada,
	#soluciones {
		page-break-before: always;
		height: 100%!important;
		margin: 0!important;
		border:none;
	}
	#examen,
	.imprimir {
		display: initial!important
	}
	.documentos {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: visible;
		margin: 0
	}
	textarea {
		border: none;
		resize: none
	}
	input[type=button],
	input[type=checkbox],
	input[type=radio] {
		display: none!important
	}
	.correcta, .correcta textarea{
		background-color: transparent!important;
		border-bottom: none!important;
	}
}

@media screen and (max-width:768px) {
	#guard{
		width: 100vw;
		left: 0;
		max-height: 80vh;
		overflow-y: auto;
	}
	#guard>div>div>span{
		flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	.top-gal-bottons>div {
		justify-content: center
	}
	.mov .editar,
	.mov .delete {
		height: 1.5em;
		width: 1.5em
	}
	#buscaImg {
		width: 100%
	}
	.cuerpo input[type=text] {
		width: 3em;
		min-height: 1em
	}
	input[type=checkbox] {
		margin: 0
	}
	.pagina {
		width: 90vw;
		font-size: 10px;
		height: 120vw;
		padding: 6vw
	}
	.contenido {
		width: 100%;
		height: 100%;
		margin: 0
	}
	.carOpc>div {
		flex-direction: column
	}
	.cuerpo input[type=number] {
		min-height: 1em
	}
	.opciones .carOpc,
	.mover {
		display: none!important
	}
	.carOpc {
		position: absolute;
		z-index: 4;
		right: 100%;
		flex-direction: row!important
	}
	.opciones {
		z-index: 5
	}
	.tipo7 .radio {
		margin: 0 12px
	}
	.opciones .delete,
	.opciones .mov,
	.opciones>div,
	.config {
		display: flex!important
	}
	.tipoPreguntas input {
		display: none!important
	}
    #opc .botones input{
    	height: 3em;
    	width: 3em;
    }
    .con{
    	flex-direction: column;
    }
    .tipoPreguntas{
    	flex-direction: row;
    	max-width: 100vw;
    	height: auto;
    	overflow: auto;
    	position: static;
    }
    .tipoPreguntas label img{
    	max-height: 3em;
    	max-width: 6em;
    }
    #examen{
    	margin: 0;
    }
}

.carOpc input[type="button"]:hover {
	background-color: antiquewhite
}

.carOpc input[type="button"] {
	border: 2px solid coral;
	background-color: transparent;
	cursor: pointer;
	border-radius: 5px;
	padding: 3px;
	margin: 1px;
}

#popup {
	width: 100%;
}

#explora div:hover,
.frame-div-bot div:hover,
#acti div:hover {
	box-shadow: 0 0 10px black;
}

.expanded #explora div,
.expanded #acti div {
	height: 7em;
	width: 7em;
}

.frame-div-bot {
	display: flex;
	justify-content: center;
}

#explora div,
#acti div,
.frame-div-bot div {
	cursor: pointer;
	position: relative;
	background-color: #fff;
	border-radius: 1em;
	border: 2px solid #add8e6;
	flex-direction: column;
	padding: 5px;
}

.disabled {
	border-color: lightgrey!important;
	color: grey;
	cursor: not-allowed!important;
}

.frame-div-bot div {
	margin: 10px;
	padding: 10px;
}

#explora div,
#acti div,
.desde,
#inserta {
	display: flex;
	margin: 3px 10px;
	text-align: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#explora{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
#acti {
	overflow: auto;
	display: flex;
	justify-content: space-around;
}
.ssel{
	background-color: lightgrey!important;
}

#popup iframe {
	width: 100%;
}

.corto #explora div,
.corto #acti div {
	height: 3em;
	border-radius: .5em;
	flex-direction: row;
}

.corto div img {
	max-width: 2em;
	max-height: 2em;
}

.expanded div img {
	flex-grow: 1;
	max-width: 4em;
	max-height: 4em;
}

.divResp {
	display: none;
}

.bold {
	font-weight: bold;
}
.ranita .vista,
.fraccionesO .vista,
.posicional .vista,
.operaciones .vista{
	page-break-inside: avoid;
}
.posible{
	background-color: lightblue;
}
.noposible{
	background-color: lightpink;
}
.nuevo{
	display: flex;
	justify-content: center;
	text-align: center;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	background-color: pink;
	font-size: .8em;
}

#info div{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 1em;
}
#info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	font-size: 1.3em;
}
#infoExamen{
	color:#3C4142;
    border-left: 1px solid #13BBAF;
    border-right: 1px solid #13BBAF;
	margin: 0 20px 20px 20px;
    border-bottom: 1px solid #13BBAF;
    box-shadow: 0 5px 5px -5px black;
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:left;
	justify-content:center
}
.insg {
    max-width: 1.5em!important;
    max-height: 1.5em!important;
}
#infoExamen #info div:nth-child(odd) {
    background-color: #e6e6e6;
}
.autocomplete{
	flex-direction: column-reverse!important;
	justify-content: flex-end;
}
.propH, .propF{
	display: none;
}