.nadaG{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	margin-top: 1em;
}
.vacio {
	display: flex;
	justify-content: center;
	width: 100vw;
	height: 50vh;
	align-items: center
}
.menu>span{
	background:black;
}
.centrar>div {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	align-items: center;
	color: #3C4142;
}

.grupo>div {
	flex-shrink: 1;
	width: 100%
}
.img{
	max-width: 70%;
	max-height: 70%!important;
	cursor: pointer;
}
.completado>a,
.grupo {
	flex-direction: column
}
.sel{
	box-shadow: 0 0 10px black;
}
.grupo>span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 5%;
	border:10px solid #EDC8FF;
	min-height: 28vh;
	min-width: 10vw;
	margin: 10px;
	padding: 10px;
	box-sizing: border-box;
	transition: transform 0.5s ease-in-out 0s;
	cursor: pointer;
}
.icons{
	width: 1.8em;
	margin: 0 5px;
	border-radius: 50%;
}
.icons:hover{
	box-shadow: 0 0 5px black;
	transform: scale(1.5);
}
.grupo>span:hover{
	transform: scale(1.02);
}

.grupo a:hover {
	background-color: #e6e6e6
}

.completado>a {
	display: flex
}

.grupo>a {
	text-decoration: none;
	background-color: snow;
	margin: 10px;
	padding: 5vh;
	height: 10vh;
	width: 10vh;
	border: 4px solid #191970;
	border-radius: 2vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 1.3em;
	text-align: center
}

.grupo a img {
	height: 100%;
	flex-grow: 1;
	transition: opacity .7s
}

.descripcion {
	position: absolute;
	opacity: 0;
	transition: opacity .7s;
	font-size: initial
}

.grupo a:hover img {
	opacity: 0
}

.grupo a:hover .descripcion {
	opacity: 1
}

.right {
	flex-grow: 1;
	overflow: auto;
	max-height: 90vh;
	justify-content: flex-start!important;
}
.mir{
	height: 70vh;
	position: relative;
	overflow-y: auto;
}
.left {
	flex-basis: 0;
	margin-bottom:20px ; 
}

.unselec {
	position: sticky;
	bottom: 50%;
}

.centrar {
	margin: 15px 40px 0 40px;
	display: flex;
	flex-direction: row;
}

.centrar .centrar {
	flex-direction: column;
}

.grupo {
	position: relative;
}

.opt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
	z-index: 2;
}

.grupo:hover .opt {
	visibility: visible;
}

#frame {
	width: 100%;
	height: 100%;
	border: none;
}
@media only screen and (max-width: 768px) {
	.centrar{
		margin: 0!important;
		flex-direction: column;
	}
	.tabla{
		display: block!important;
		max-width: 100vw;
	}
	.tabla tr td:nth-child(2){
		min-width: 10em!important;
	}
	.mir{
		width: 100vw;
		font-size: 6vw;
	}
	.grupo>span{
		flex-direction: column;
		width: 90vw;
		margin: 0;
		justify-content: space-around;
	}
	.opt{
		width: 100%;

	}
	.opt img{
		width: 2em;
		height: 2em;
	}
}