#logoteca {
	background: #f0f0f0;
}

#logoteca .contenedor {
}

.grises {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.grises img {
	height: 60px;
	margin: 0;
	padding: 2em 2em;
}

.grises p {
	margin-top: 0;
	padding: 2rem;
	font-size: 16px;
	color: #333;
	text-align: justify;
}


/* MEDIA QUERYS */

@media (min-width: 480px) {

	.grises img {
		padding: 2em 3em;
	}

}

@media (min-width: 1024px) {

	.grises {
		width: 100%;
	}

	.grises p {
		margin-top: 15px;
		padding-right: 100px;
		font-size: 16px;
		color: #333;
	}

}

