/*.fuente {
	font-family: Roboto;
	text-align: center;
	font-weight: bold;
}*/

.contenedor {
	width: 90%;
	display: grid;
	margin: auto;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	grid-auto-rous: auto;
	grid-gap: 10px;
	justify-content: center;
	
	/*
	width: 90%;
	display: grid;
	margin: auto;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto auto;
	grid-auto-rous: auto;
	grid-gap: 20px;
	justify-content: center;
	*/
}

.marco img {
	border-radius: 10px;
	border: 6px ridge  #666; /*#COLOR MARCO*/
	box-shadow: 2px 2px 5px #006;
	/*width: 65%;*/	
/*SEPARACIÓN ENTRE EL ANUNCIO Y EL MARCO
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;*/
}

/* INICIO ESTILOS BOTONES */

/*Estilos Generales*/
.button {
	background:#7f8c8d;
	color:#fff;
	display:inline-block;
	font-family: Roboto;
	font-size:1.25em;
	margin:5px;
	padding:5px 0; /* ANCHO BOTON */
	text-align:center;
	width:200px;
	text-decoration:none;
	box-shadow:3px 5px 5px #000;
}

.button span {
	margin-right:10px;
}

/*Colores*/
.button.blue {
	background:#39C;
	/*box-shadow:0px 3px 0px #266792; CODIGO ORIGIMAL */
	box-shadow:3px 5px 5px #000;
}

.button.yellow {
	background:#39C;
	/*box-shadow:0px 3px 0px #b55704; CODIGO ORIGIMAL */
	box-shadow:3px 5px 5px #000;
}


/*Tamaños*/
.button.medium {
	width: 100%;
}

.button.radius {
	border-radius:5px; /* LAS ESQUIMAS DEL BOTON */
}

/*Efectos, Hover*/
.button:hover {
	background:#06F;
	/*box-shadow:0px 0px 0px;*/
	padding-top:5px;
}

.button:active {
	background:#006; /*COLOR AL HACER CLIK MENUS #06C*/
}

/* FIN ESTILOS BOTONES */

/* ENPIEZAN LOS ANUNCIOS */

.vinculoc {
	grid-column-start: 1;
	grid-column-end: -1;
	width: 100%;
}

.vinculocc {   /* SUSTITUIR EL NOMBRE DE (marco por vinculocc) este para amuncios dobles */
	grid-column-start: 1;
	grid-column-end: -1;
	width: 50%;
}

.anuncioc {
	grid-column-start: 1;
	grid-column-end: -1;
}

img {
	width: 100%;
	height: 100%;
}

.contenedor .texto.novisible p { /* COLOR HUECO GRIL BLANCO */
	color: #FFF;
}

@media screen and (max-width:1600px) { 

.contenedor {
	width: 70%;
	justify-content: center;
}

.button.medium {
	width:100%;
}

@media screen and (max-width:1366px) { 

.contenedor {
	width: 80%;
	justify-content: center;
}

.button.medium {
	width:100%;
}

@media screen and (max-width:1280px) { 

.contenedor {
	width: 90%;
	justify-content: center;
}

.button.medium {
	width:100%;
}

@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 BOTONES */

.button {
	/*background:#7f8c8d;
	color:#fff;
	display:inline-block;
	font-family: Roboto;
	font-size:1.25em;*/
	margin:5px 0px 10px;
	padding:6px 10px; /* ANCHO BOTON */
	text-align:center;
	width:200px;
	/*text-decoration:none;
	box-shadow:3px 5px 5px #000;*/
}

/*Tamaños*/
.button.medium {
	width:100%;
		/*height: 62%;*/
}

/* FIN LOS BOTONES */

/* ENPIEZAN LOS ANUNCIOS */

.contenedor {
	width: 95%;
	grid-template-columns: 1fr;
	grid-gap:5px;
	justify-content: center;
}

.contenedor .texto.novisible p {
	color: #FFF;
}

.vinculocc {
	grid-column-start: 1;
	grid-column-end: -1;
	width: 100%;
}
