/* CSS Text Document */
body {
	margin:0px auto;
	padding:0px;
	background-color:#E9DECF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;

	font-variant: normal;
	text-transform: none;

	text-decoration: none;
}
/* ----- Menú horizontal ----- */
.menu {
  background-color: #e9decc; /* Beige claro */
  border: 2px solid #c68f5e; /* Terracota */
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  height: 50px;
  vertical-align: middle;
  color: #492d1c;
}

.menu ul {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
   color: #492d1c;
}

.menu li {
  margin: 0 10px 0 10px;


}
header {color:#5a2e2e;width: 95%;margin: 0 auto; }

a:link, a:visited, a:hover, a:active  {
   color: #492d1c;
   text-decoration: underline;
}
h1 {
	color: #492d1c;
	font-size: 22px;
text-align: center;
}
h2 {
	color: #492d1c;
		font-size: 18px;
}
p {
	color: #554b41;
	font-size: 16px;
}
section {
	width: 95%;
	margin: 0 25px;
}


.btn:link {
		color: #554b41;
			text-decoration: underline;
}
.btn:visited {
	color: 	#554b41;
	text-decoration: underline;
}
.btn:hover {
	color: 	#554b41;
	text-decoration: underline;
}
.btn:active {
	color: 	#554b41;
		text-decoration: underline;
}
.franja {
	width: 100%;
	height: 20px;
	overflow: hidden;
}
 .text-box {
    width: 55%;
    font-size: 1.1em;
    line-height: 1.6;
	float: left;
		overflow: hidden;
  }
.image-boxjpg {
	width: 45%;
	height: auto;
	float: left;
		overflow: hidden;
}

  .image-boxjpg img {
    max-width: 100%;
	height: auto;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  }
  /* Frase final a todo lo ancho, centrada y con el color del encabezado */
  .inicio-cta{
    text-align: center;
    	color: #492d1c;              /* mismo color que el título */
    font-size: clamp(2rem, 4.8vw, 3.2rem);
    font-weight: 800;
    letter-spacing: 1px;
    margin: 56px 0 40px;
	width: 100%;
	float: left;
  }