@media screen and (min-height: 900px)
{
	.Articulo4 .Imagen
	{
		background-position: 120px;
		width: 800px;
	}
}
@media screen and (max-width: 1170px)
{
	.Articulo4 .Imagen
	{
		width: 100%;
		height: 60vh;
		background-size: cover;
		background-position: center;
		background-attachment: initial;
		margin-right: 0px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 800px)
{
	.Articulo4 .Cronograma .Subtitulo.Dos
	{
		margin-bottom: 200px;
	}
	.Articulo4 .Cronograma .Subtitulo.Dos .Precio
	{
		bottom: -165px;
	}
}