#opciones_inicio {
	padding: 0;
	margin: 0;
	background-color: gray;
}
#opciones_inicio h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: .5em;
	font-size: 1.8em;
	text-align: center;
	font-family: 'Expletus Sans', cursive;

	color: #0B6A6A;
	/*text-shadow: 1px 1px 2px #000;*/
}

#opciones_inicio .contenedor {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

#opciones_inicio .contenedor article {
	width: 100%;
	height: auto;
	margin: 0;
	background-color: none;
}

#opciones_inicio article img {
	margin: 0px;
	width: 100%;
	filter: grayscale(.9);
}

#opciones_inicio article img:hover {
	border-radius: 0;
	transition: .4s all ease;
	/*transform: scale(1.03);*/
	filter: grayscale(.0);

	cursor: pointer;
}

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

	#opciones_inicio .contenedor {
		width: 1120px;
	}

	#opciones_inicio .contenedor article {
		width: 373px;
		height: 373px;
		margin: 0;
		padding: 0;
	}

	#opciones_inicio article img {
		margin: 0px 0px;
		width: 100%;
	}

}

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

	#opciones_inicio .contenedor article {

		/*outline: 1px solid #B6B6B6;*/
	}

	#opciones_inicio article img {
		margin: 0px 0px;
		width: 100%;
	}