.lugarpanaderista {
  width: 85%;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom-left-radius: 6.7px;
  border-bottom-right-radius: 6.7px;
  background-image: url("imagenes/lugarpanaderista.png");
  background-size: 100% 100%;
}

nav{
	background-color: #9B332F;
	margin: 7px 100px 0 100px;
	padding: 10px;
	border-radius: 6.7px;
}

nav a{
	color: #F5E6C8;
	margin-right: 25px;
	font-weight: bold;
	font-size: 14px;
}

hr{
	margin: 5px 100px auto 100px;
	margin-bottom: 10px;
}

h1 {
	text-align: center;
	color: #2B2A2E;
	font-size: 28px;
	letter-spacing: 2px;
	word-spacing: 2px;
	padding: 3px;
	background-color: #F2EFE9;
}


h2 {
	color: #3F5A4A;
	font-size: 20px;
	padding: 1px;
	padding-left: 14px;
	line-height: 8px;
}


article {
	display: flex;
	gap: 15px;
	align-items: flex-star;  /* No tocar, está cosa hace algo que me da flojera ver que es en este momento 14-05-2026 */
	border-radius: 5px;
	margin: 30px;
	padding: 15px;
	background-color: #FFFFFF;
	color: #3A2F33;
}

.pangel{
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 80	px;  /* No tocar, está cosa hace algo que me da flojera ver que es en este momento 14-05-2026 */
}

.perfil{
	width: 100px;
	height: 100px;
	margin: 10px;
	padding-left: 10px;
	object-fit: cover;
}


#fondo {
	background-color: rgba(242, 239, 233, 0.50);
	padding: 1px;
	margin: 5px 100px auto 100px;
}

body {
	font-family: arial, helvetica, sans-serif;
	background-image: url("imagenes/gvasodeagua.gif");
	background-attachment: fixed;
	background-color: #0E0C11;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 17px;
	color: #4A3A3E;
	margin: 0;
	padding: 0px;
}

p {
	line-height: 20px;
}

a {
	text-decoration: none;
	color: black;	
	font-weight: bold;
}

h1 a {
	color: #101010; 
}

.imagen {
	width: 100%;
	max-width: 300px;
	margin: 10px;
}

em{
	color: gray;
}

footer {
	color: white;
}

li {
	margin-bottom: 10px;
}