#opciones_inicio {
	background-color: #e3e3e3;
}

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

#opciones_inicio article img {
	width: 160%;
	height: 100%;
	margin-left: -10em;
}

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

	#opciones_inicio article img {
        width: 100%;
        height: 100%;
        margin-left: 0;
    }

}

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

	#opciones_inicio .contenedor article {
		width: 373px;
		height: auto;
		margin: 30px 0px;

		/*outline: 1px solid #B6B6B6;
	}

	#opciones_inicio article img {
		margin: 12px 10px;
		width: 100%;
		max-width: 355px;
	}

	#opciones_inicio .contenedor article p {
		font-size: .9em;
		margin: 1em;
		padding: 1em;
		text-align: justify;

}*/