*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: arial;
}

body{
	background-image: url('../Img/Fondo.png');
	background-repeat: repeat;
	background-attachment: fixed;
	--EspacioParrafo: 10px;
	--ColorGris: #F2F3F4;
	--ColorGris1: #c4c4c4;
	--ColorAzulB: #EBF5FB;
	--ColorAzulF: #5DADE2;
} body, html{width: 100%; height: 100%;}

body::-webkit-scrollbar{
	border-left: 1px solid var(--ColorAzulF);
	padding-left: 6px;
	background-color: var(--ColorAzulB);
	width: 20px;
} body::-webkit-scrollbar-thumb:active{background-color: gray;}

body::-webkit-scrollbar-thumb{
	border: 1px solid #000;
	border-radius: 6px;
	background-color: var(--ColorAzulF);
} body::-webkit-scrollbar-thumb:hover{background-color: #AED6F1;}

/* ========= Header ========= */
.Header{
	min-width: 410px;
	height: 380px;
	color: #fff;
	text-align: right;
	padding-bottom: 3px;

	border-bottom: 3px solid #000;
}
	
	.BlockTitulo{
		margin-top: 15px;
	} .BlockTitulo:hover{cursor: pointer; border-bottom: 2px solid #5DADE2;}

	.Titulo, .Titulo1{
		font-size: 24px; font-weight: bold;
	}.Titulo{color: var(--ColorAzulF);}.Titulo1{color: #E74C3C;}

	.Redes{
		position: fixed;
		margin-top: 80px;
	}

		.HeaF, .HeaF1{
			width: 69px;
			display: block;
			text-align: left;
			padding-left: 10px; padding-top: 10px;
			transition: 300ms all ease;
		}

		.HeaF:hover{opacity: .6; transition: 300ms all ease;} .HeaF1:hover{opacity: .6; transition: 300ms all ease;}

	.Header nav{
		background-color: rgb(66, 73, 73, .8);
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: 100%;
		position: fixed;
	}

	.Header nav .Ul, .Ul1{
		width: 100%;
		padding: 10px;

		list-style: none;
	} .Ul1{padding-top: 16px; padding-bottom: 16px;}

	.Header nav .Ul{
		width: auto;
		list-style: none;
	}

	.Header nav ul li{
		margin: 6px;
		display: inline-block;
	}

	.Header nav ul a{
		text-decoration: none; color: #fff;
		font-weight: bold;
		font-size: 23px;
	}

	.Header nav ul .HeaCont:hover{
		cursor: pointer;
		border-bottom: 2px solid #5DADE2;
		color: #fff;
	}

	#IdTexto:before{
		font-weight: normal;
		content: '|';
	}
/* ========= Header ========= */

p{
	margin-top: var(--EspacioParrafo);
	margin-bottom: var(--EspacioParrafo);
	text-align: justify;
	line-height: 23px;
	font-size: 16px;
}

.BlogHea{
	display: flex; flex-direction: row;
	align-items: center; justify-content: center;
	width: 100%; height: 100px;
	background-image: linear-gradient(#fff 40%, var(--ColorAzulB) 60%);
}

	.BlogHea div{
		font-weight: bold; font-size: 33px;
		font-family: papyrus;
		border-bottom: 2px solid #000;
	}

titulo{
	font-style: italic;
	display: block;
	padding: 10px;
	width: 100%;
	text-align: center;
	background-color: var(--ColorGris);
	border-bottom: 1px solid var(--ColorGris1);
	border-top: 1px solid var(--ColorGris1);
	box-shadow: 0px 0px 9px 0px #000;
}

	.TitTitulo{
		margin-bottom: 10px;
	}

.Contenedor{
	width: 100%;
	padding: 10px;
	background-color: var(--ColorAzulB);
	padding-bottom: 30px;

	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 2;
}

	.Contenedor img{
		transition: 300ms all ease;
		box-shadow: 5px 10px 5px 5px #888;
		border: 2px solid var(--ColorAzulF);
		width: 100%;
		height: 100%;
		max-height: 1fr; max-width: 1fr;
	}

	.Contenedor img:hover{
		transition: 300ms all ease;
		cursor: pointer;
		border-color: red;
	}

.Background{
	display: flex;
	flex-direction: row;
	justify-content: space-around;

	padding: 10px;
	width: 100%; height: 300px;
	background-color: var(--ColorAzulF);
}

	.BackDiv{
		width: 60%;
	}

	.BackDiv h2{
		font-weight: bold;
		font-size: 69px;
		margin-bottom: 39px;
	}

	.BackDiv1{
		margin-top: 53px;
		width: 20%;
	}

		.BackDiv1 img{
			border: 2px solid #000;
			box-shadow: 0px 0px 9px 0px #000;
		}

.Encuesta{
	padding: 10px;
	width: 100%; height: auto;
	background-color: #fff;

	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

	.EncHeader{
		width: 60%;
	}

		.EncBody{
			padding: 10px;
			width: 29%; margin-top: 130px;
			background-color: var(--ColorGris);
			max-height: 360px;
		}

		.EncHeader h2{
			font-weight: bold;
			font-size: 59px;
			margin-bottom: 39px;
		}

		.EncHeaBody{
			margin: 0 auto;
			margin-bottom: 30px;
			box-shadow: 0px 0px 6px 0px #888;
			width: 80%;
			border-radius: 9px;
			padding: 10px;
			background-color: var(--ColorGris);
		}

			.ContenedorPre{
				font-family: "tahoma";
				background-color: #fff;
				padding-right: 10px;
				padding-left: 10px;
				margin-bottom: 5px;
			}

				.EHeaBodyBlanco{
					font-size: 16px;
					padding: 10px;
					border-top: 1px solid var(--ColorGris1);
					background-color: #fff;
				}

				.EHeaBodyBlanco1{
					margin-bottom: 5px;
					font-size: 16px;
					padding: 10px;
					border-top: 1px solid var(--ColorGris1);
					border-bottom: 1px solid var(--ColorGris1);
					background-color: #fff;
				}

					.Circulo{
						margin-right: 10px;
						padding: 6px;
						padding-right: 26px;
						width: 26%;
						border: 1px solid var(--ColorGris1);
						border-radius: 50%;
						background-color: var(--ColorGris);
					}

					.Circulo:hover{
						cursor: pointer;
						background-color: var(--ColorGris1);
						border-color: var(--ColorGris2);
					}

.Letra{color: blue; text-decoration: none;} .Letra:hover{text-decoration: underline;}
.Footer0{
	border-top: 1px solid #000; padding: 10px;
	background-color: var(--ColorGris1);
	text-align: center;
} .SubLetra{font-family: Papyrus; color: #000; font-size: 30px;}

.SubFooter{
	margin-top: 10px;
	display: flex; justify-content: space-around;
	padding: 10px;
	background-color: var(--ColorGris1);
}

.Footer{
	border-top: 2px solid #000;
	text-align: center; padding: 10px;
	background-color: #283747;
	color: #fff;
	font-size: 19px; font-weight: bold;
}

@media screen and (max-width: 830px){
	.SecAzul{
		height: auto;
		text-align: center;
	}

	.Background, .Encuesta{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
	}

		.BackDiv, .BackDiv1{
			margin: 0;
			padding: 0;
			flex-direction: column;
			height: auto;
			width: 100%;
		}

		.EncHeader, .EncBody{
			width: 100%;
			height: auto;
		}

		.EncBody{
			margin: 0;
		}

@media screen and (max-width: 500px){
	.Header nav{
		background-color: rgb(66, 73, 73, .8);
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

		.Ul1{
			text-align: center;
		}

		.Redes{
			margin-top: 130px;
		}

	.SubFooter{
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
}