@charset "ISO-8859-1";


.Caja{
	text-align:center;
	background:#fff;
}

.Caja h2{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:1rem;
}


.GrupoNav{
	display:grid;
	grid-template-columns:20px 1fr 20px;
	grid-column-gap:10px;
	align-items:center;
	margin: 0px 10px 10px 10px;

}
.GrupoNav .nav{
	display:inline-block;
	cursor:pointer;
	padding:20px 1px;
}
.Grupo{
	display:flex;
	justify-content:space-around;
	align-items:flex-start;
	flex-wrap:wrap;
	gap:10px;

	
}

.Grupo a{

	width:260px;
	height:190px;
	text-decoration:none;
	color:#606060;
	font-weight:bold;
	letter-spacing:1px;	
	font-size: .9rem;
	text-align:center;
}

.Grupo a img{
	max-width:260px;
	max-height:130px;
	margin:auto auto;
}
.Grupo a.nav{
	width:15px;
	vertical-align:middle;
	align-self:center;
}
.Grupo a.nav img{
	width:15px;
}

.Grupo a .imgbox{
	height:130px;
	background:#fff;
	margin:0 0 4px 0;
}