@font-face{
	font-family: 'courgette';
	src: url(/fonts/Courgette-Regular.ttf);
	font-weight: bold;
	font-style: bold;
	}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	flex-wrap: wrap;
	z-index: 1000;
}
header{
	width: 80%;
	height: auto;
	display: flex;
	padding: 10px 10px 0px 10px;
	background: -webkit-linear-gradient(#DDFCD3, #90DBC6, #64ACC4, #284660 120%);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 6px 6px #000;
	-moz-box-shadow: 0px 6px 6px #000;
	-webkit-box-shadow: 0px 6px 6px #000;
	flex-wrap: wrap;
	margin-top: 4%;
	margin-bottom: 4%;
}

.logoimg{
	width: 142px;
	height: 142px;
	margin: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	background: url(imagenes/img-innova-afe.png);
	background-repeat: no-repeat;
	overflow: hidden;
	display: flex;
	border-radius: 51%;
	-moz-border-radius: 51%;
	-webkit-border-radius: 51%;
	box-shadow: 0px 5px 5px #000;
	-moz-box-shadow: 0px 5px 5px #000;
	-webkit-box-shadow: 0px 4px 4px #000;
}
.titulo{
	width: 100%;
	height: auto;
	margin: auto;
	font-family: 'courgette';
	font-weight: bold;
	font-size: 2rem;
	color: #0C3054;
	text-align: center;
}

.tienda{
	width:50%;
	height: auto;
	margin: auto;
	padding: 4%;
	margin-top: -4%;
}
.tienda li{
	width: 100%;
	height: 34px;
	margin-top: 6px;
	background-color: #e3dac9;
	background: -webkit-linear-gradient(#fff, #c2c2c2 120%);
	border-radius: 10px;
	display: flex;
}

.tienda ul li img{
	width: auto;
	height: auto;
	margin: auto;
	left: 0;
	margin-right: 10%;
}
.tienda ul li a{
	width:50%;
	height: auto;
	margin: auto;
	font-family: 'courgette';
	font-size: 1.8rem;
	color: #0C3054;
}
.tienda ul li a:hover{
	cursor: pointer;
	text-decoration: none;
}
@media (min-width:0) and (max-width: 720px){
	header{
		width: 80%;
		display: flex;
		margin-top: 6%;
	}
	.logoimg{
		width: 100px;
		height: 100px;
		margin: auto;
		margin-top: 2%;
		margin-bottom: 2%;
		background: url(imagenes/img-innova_afe.png);
		background-repeat: no-repeat;
		display: flex;
	}
	.titulo{
		width: 100%;
		height: auto;
		margin: auto;
		font-family: 'courgette';
		font-weight: bold;
		font-size: 2rem;
		color: #0C3054;
		text-align: center;
	}
	.tienda{
		width:80%;
		height: auto;
		margin: auto;
		margin-top: -4%;
		margin-bottom: 20%;
	}
	.tienda li{
		width:100%;
		height: auto;
	}
	.tienda ul li img{
		width: auto;
		height: auto;
		margin: auto;
		padding: 0% 6% 4% 6%;
		left: 0;
	}
	.tienda ul li a{
		width: 80%;
		height: auto;
		margin: auto;
		margin-top: 4px;
		font-family: 'courgette';
		font-size: 1.8rem;
		color: #0C3054;
	}
}





