@charset "utf-8";
/* CSS Document */

.menu {
	display: grid;
	padding: 0%;
	position: relative;
	background-color:deepskyblue;
	color: aliceblue;
	text-align: center;
	text-decoration: none;
	font-size: 2rem;
}

.menu li{
	display: inline;
padding:inherit;
}

.menu li a{
	text-decoration: none;
	color: aliceblue;
}
/* Estilo texto */


h1,h2,h3 {text-align: center;}
.redaccion {
	width: 60%;
	text-indent: 5%;
	font-size: 1.5rem;
	margin: auto;
	text-align: justify;
	margin-bottom: 55px;
}

/* Estilo cluster */
.bloque{
	display: grid;
	grid-template-columns: auto auto auto;
	width: 70%;
	margin: auto;
	margin-top: 5%;
}

.bloque a {
	color: black;
	text-decoration: none;
}

.cuadro {
	width: 300px;
	height:300px;
	margin: auto;
	margin-bottom: 55px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-top: 5%;
}

.categoria{
	width: 300px;
	height:55px;
text-align: center;
font-size: 1.5rem;
font-weight: bold;

}

.contenedor{
	text-align: center;
}
.cuadro img{
	width: 230px;
	height: 180px;
}
.redaccion img {
	width: 350px;
	height: 350px;
	margin-left: 30%;
}

@media screen and (max-width: 1000px){
	
	.menu ul{
		display: grid;
		grid-column: 1 / -1;
		font-size: 4rem;
		
	}
	.menu li {
		margin: 0.1%;
		margin-bottom: 5%;
		border-bottom:4px solid #F7F7F7;
	}
	.menu img {
		width:  35%;
		height: 92%;
	}
	
	
	.redaccion {
		width: 70%;
		font-size: 2rem;
	}
	
	
	.bloque{
		padding: 10%;
	}
	.bloque .cuadro {
		grid-column: 1 / -1;
		width: 500px;
		height: 500px;
		margin-bottom: 30%;
		padding-bottom: 5%;
	}
	.cuadro img{
	width: 480px;
	height: 430px;
}
	.categoria {
		width: 500px;
		text-align: center;
		font-size: 1.9rem;
	}
	.bloque{
		width: 50%;
	margin: auto;
	}
	
		}