.Li2{
	color: var(--ColorMoradoFuerte);
}

.Contenedor{
	padding: 30px;
	padding-top: 90px;
	padding-bottom: 90px;
	background-image: linear-gradient(var(--ColorMoradoBajo) 15%, var(--ColorGrisMuyBajo) 80%);
}

	.Title{
		width: 100%;
		padding: 30px;
		-webkit-user-select: none;
	}

	.Title h2, #IdTituloPre{
		display: block;
		text-align: center;
		font-size: 45px;
		font-weight: bold;
		color: var(--ColorMoradoFuerte);
		text-shadow: 3px 3px 10px var(--ColorMoradoMuyBajo), -3px 3px 10px var(--ColorMoradoMuyBajo);
		margin-bottom: 20px;
	}

		#IdTituloPre{font-size: 40px;}

	.Title p, #IdTextoPre{
		display: block;
		text-align: center;
		color: var(--ColorMoradoFuerte);
		line-height: 20px;
		letter-spacing: 1px;
	}

		#IdTextoPre{width: 50%; margin: 0 auto; color: var(--ColorGrisNormal); font-weight: bold;}

	.ContTabla{
		width: 100%;
		padding: 20px;
	}

		.ContTabla .Tabla{
			margin: 0 auto;
			padding: 20px;
			border: 1px solid var(--ColorGrisBajo);
			border-radius: 3px;
			box-shadow: 1px 1px 16px var(--ColorGrisMuyBajo), -1px 1px 16px var(--ColorGrisMuyBajo), 
						1px -1px 16px var(--ColorGrisMuyBajo), -1px -1px 16px var(--ColorGrisMuyBajo);
			border-spacing: 20px;
		}

			.Tabla tr td{
				border-bottom: 1px solid var(--ColorGrisBajo);
				padding-bottom: 20px;
			}

			.TrTitulo td{
				text-align: center;
				font-size: 30px;
				color: var(--ColorMoradoFuerte);
				font-weight: bold;
				text-shadow: 3px 3px 10px var(--ColorMoradoMuyBajo), -3px 3px 10px var(--ColorMoradoMuyBajo);
			}

			.TrTitulos td{
				font-size: 19px;
				font-weight: bold;
				color: var(--ColorMoradoNormal);
				text-align: center;
			}

			.TdTexto{
				color: var(--ColorMoradoNormal);
			}

	.Informacion{
		margin-bottom: 30px;
	}

.Botones{
	width: 70%;
	margin: 0 auto;
	box-shadow: 0px -2px 6px var(--ColorGrisBajo), 0px 2px 6px var(--ColorGrisBajo);
	background-color: #fff;

	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

		.Botones div{padding: 20px;}

		.BtnBotNormal{
			cursor: pointer;
			padding: 20px;
			font-size: 19px;
			font-weight: bold;
			color: var(--ColorGrisNormal);
			text-decoration: none;
			transition: 400ms all ease;
			-webkit-user-select: none;
		} .BtnBotNormal:hover{
			background-color: var(--ColorMoradoNormal);
			color: #fff;
			transition: 400ms all ease;
		}

		.BtnBot{
			cursor: pointer;
			color: var(--ColorMoradoNormal);
			background-color: #fff;
			padding: 20px;
			font-size: 19px;
			font-weight: bold;
			text-decoration: none;
			transition: 400ms all ease;
			-webkit-user-select: none;
		} .BtnBot:hover{
			color: #fff;
			background-color: var(--ColorMoradoNormal);
			transition: 400ms all ease;
		}

.Contenedor1{
	border-top: 1px solid var(--ColorGrisBajo);
	background-color: #fff;
	padding: 20px;
}

	.Body1 .Articulos{
		width: 100%;

		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
	}

	.BodTitulo{
		margin-top: 20px;
		margin-bottom: 20px;
		border-radius: 3px;
		display: block; color: var(--ColorGrisNormal);
		font-size: 20px;
		text-align: center;
	}

	.BodTitulo1{
		text-align: center;
		color: var(--ColorMoradoNormal);
		text-shadow: 2px 2px 16px var(--ColorMoradoClaro), -2px 2px 16px var(--ColorMoradoClaro), 
					2px -2px 16px var(--ColorMoradoClaro), -2px -2px 16px var(--ColorMoradoClaro);
		font-size: 33px;
		-webkit-user-select: none;
	}

			.Art0, .Art1, .Art2{
				box-shadow: 2px 2px 9px var(--ColorGrisNormal), -2px 2px 9px var(--ColorGrisNormal);
				width: 35%;
				border-radius: 3px;
				margin: 20px;
				background-color: #fff;
				border-radius: 6px;
			}

				.H2{
					font-family: "IbmPlexMonoItalic";
					text-align: center;
					font-size: 19px;
					background-color: #fff;
					font-weight: bold;
					padding-top: 25px;
				}

			.Art2{width: 75%;}

			.Art0 picture, .Art1 picture, .Art2 picture,{
				width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;
				border-radius: 6px;
			}

			.Art0 picture img, .Art1 picture img, .Art2 picture img{
				border-radius: 6px;
			}

			.Art0 figcaption, .Art1 figcaption, .Art2 figcaption{
				padding: 30px; background-color: var(--ColorMoradoMuyBajo);
				border-radius: 6px;
			}

			.Art0 figcaption p, .Art1 figcaption p, .Art2 figcaption p{
				line-height: 25px; letter-spacing: 1px; margin: 0; margin-left: 10px;
			}

			.Art0 figcaption div, .Art1 figcaption div, .Art2 figcaption div{
				background-color: var(--ColorMoradoMuyBajo);
			}

@media screen and (max-width: 999px){
	.ContBody{
		margin: 0;
		flex-direction: column;
	}

		.Body{
			margin: 0 auto;
			width: 80%;
			margin-top: 90px;
		}

	.SubBody{
		width: 80%;
		margin: 0 auto;
		margin-top: 25px;
	}

		.Aside, .Aside1{
			margin: 0;
			margin: 0 auto;
		}

	.Body1 .Articulos{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

		.Art0, .Art1, .Art2{
			width: 80%;
		}

		.BtnMor{
			width: 30%;
			margin: 0 auto;
			margin-top: 40px;
			display: block;
		}

	.MensajeInv{
		width: 60%;
		left: 20%;
	}

	#IdTextoPre{
		width: 70%;
	}

	.SecTexto{
		margin-top: 30px;
	}

	.ContTabla{
		width: 100%;
		padding: 0;
	}

}

@media screen and (max-width: 850px){

	.BtnMor{
		width: 50%;
	}

	.MensajeInv{
		width: 75%;
		left: 13%;
	}

	#IdTextoPre{width: 75%;}

	.Tabla{
		border-spacing: 15px;
	}

}

@media screen and (max-width: 720px){

	.MensajeInv{
		width: 90%;
		left: 5%;
	}

	.SecTexto div{
		width: 100%;
		float: none;
	}

	.SecTexto picture{
		float: none;
		width: 50%;
		margin: 0 auto;
	}

	.SecTexto picture img{
		width: 100%;
		height: 200px;
		margin: 0 auto;
	}
	
		.Art0, .Art1, .Art2{
			width: 90%;
		}

			.Art2 picture img{
				width: 100%;
				height: 30%;
			}

	.Botones{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.Contenedor1{padding-bottom: 30px;}

	.Tabla{
		border-spacing: 10px;
	}
}

@media screen and (max-width: 500px){
	.Header{
		height: 17%;

		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		.BtnMenu{
			visibility: visible;
			left: 3%;
		}

		.Quiero{
			width: auto;
			height: 200px;
			padding: 0;
		}

		.Quiero a, .Art a, .FooterHea a{
			width: 100%;
			height: auto;
			font-size: 14px;
		}

	.Art2 picture img{
		width: 100%;
		height: 45%;
	}

	.BtnMor{
		width: 100%;
	}

	.MensajeInv{
		
		width: 95%;
		left: 2.5%;
	}
	
	.Contenedor{width: 100%; padding: 0px;}
	.Title{
		padding: 10px;
		padding-top: 110px;
		padding-bottom: 110px;
	}

	.Contenedor1{padding: 10px; padding-bottom: 30px;}

	.ContTabla{width: 100%;}

	.Tabla{
		width: 100%;
		display: block;
		overflow-x: auto;
		margin-bottom: 30px;
	}

	.Tabla::-webkit-scrollbar{
		width: 20px;
		background-color: #fff;
		border-left: 1px solid var(--ColorGrisNormal);
	}

	.Tabla::-webkit-scrollbar-thumb{
		width: 15px;
		background-color: #D2D4D6;
		border: 1px solid var(--ColorGrisFuerte);
		border-radius: 3px;
	}

	.Tabla::-webkit-scrollbar-thumb:hover{background-color: var(--ColorGrisBajo);}

}
