*{
	margin: 0;
	padding: 0;
}

#restaurantes_logo {
	padding: 0;
	margin: 0;
	background: #eaeaea;
}
#restaurantes_logo h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: .5em;
	font-size: 1.1em;
	color: gray;
	text-align: center;
}

#restaurantes_logo .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: #fff;
}

#restaurantes_logo .contenedor article {
	width: 50%;
	height: auto;
	margin: 25px;
	background-color: none;
}

#restaurantes_logo article img {
	margin: 4px;
	width: 98%;
	max-width: 460px;
}

#restaurantes_logo .contenedor article p {
	font-size: .9em;
	color: #6fbd4d;
	margin: .5em;
	margin-top: 0;
	text-align: center;
}

div#foto {
	width: 190px;
	height: 190px;
	background-image: url(../imagenes/rest_parrilla1.jpg);
}

div#comida {
	width: 190px;
	height: 190px;
	/*background-color: red;*/
	visibility: hidden;
	background-image: url(../imagenes/rest_parrilla1b.jpg);
	
}

div#foto:hover div#comida {
	visibility: visible;
}

/* Media Querys MEDIANO */
@media screen and (min-width: 768px) {

	#restaurantes_logo h4 {
		margin-top: .5em;
	}

	#restaurantes_logo .contenedor article p {
		margin-bottom: 1em
	}

	#restaurantes_logo .contenedor article {
		width: 15%;
		height: auto;
		margin: 30px 15px;
		background-color: #fff;
	}

	#restaurantes_logo article img {
		margin: 0;
		width: 100%;
		max-width: 366px;
	}

}

/* Media Querys COMPLETO */
@media (min-width: 1120px) {


}