
.contenedor {
	width: 70%;
	display: grid;
	margin: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto;
	grid-auto-rous: auto;
	grid-gap: 10px;
	justify-content: center;
}

.marco img {
	border-radius: 10px;
	border: 6px ridge  #666; /*#COLOR MARCO*/
	box-shadow: 2px 2px 5px #006;
/*SEPARACIÓN ENTRE EL ANUNCIO Y EL MARCO
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;*/
}

/* ENPIEZAN LOS ANUNCIOS */

.anuncioc {
	grid-column-start: 1;
	grid-column-end: -1;
}

img {
	width: 100%;
	height: 100%;
}

.p {
	width: 70%;
	display:block;
	margin:auto;

}

.contenedor .texto.novisible p { /* COLOR HUECO GRIL BLANCO */
	color: #FFF;
}

@media screen and (max-width:1600px) { 

.contenedor {
	width: 75%;
	justify-content: center;
}

@media screen and (max-width:1366px) { 

.contenedor {
	width: 88%;
	justify-content: center;
}

@media screen and (max-width:1280px) { 

.contenedor {
	width: 90%;
	justify-content: center;
}

@media screen and (max-width:700px) { 

.novisible {
	/*visibility:hidden;*/
	display:none;
}

.marco img{
	border-radius: 10px;
	border: 5px ridge  #666;
	box-shadow: 2px 2px 5px #006;
	width: 98%;
}

/* ENPIEZAN LOS ANUNCIOS */

.contenedor {
	width: 95%;
	grid-template-columns: 1fr 1fr;
	grid-gap:5px;
	justify-content: center;
}

.p {
	width: 100%;
	display:block;
	margin:auto;

}

.contenedor .texto.novisible p {
	color: #FFF;
}