/* Variables */
:root {
	--font-family: 'Trebuchet MS', Verdana, sans-serif;
	--main-color: #212122;
	--link-color: #444546;
}

/* General */
body {
	background: #fff; /* Añade el punto y coma aquí */
	font-family: var(--font-family);
	font-size: 1rem;
	color: var(--main-color);
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.5em; /* Tamaño base del texto */
  }
  h2 {
	font-size: 1em; /* Tamaño base del texto */
  }

  /* Ajusta el tamaño del texto para pantallas más pequeñas */
  @media screen and (max-width: 600px) {
	h1 {
	  font-size: 1.2em;
	}
	h2 {
		font-size: 1em; /* Tamaño base del texto */
	  }
  }


.contenedor {
	width: 95%; /* Utiliza un porcentaje para hacerlo responsivo */
	max-width: 1200px;
	margin: 6px auto;
	padding: 8px;
	background-color: #fff;
	background-position: bottom;
	border-radius: 5px;
}

/* Cabecera */
#cabecera {
	width: 100%;
	height: 0;
	padding-top: 40%; /* Ajusta este valor según tus necesidades para mantener la proporción */
	display: block;
	text-align: left;
	position: relative;
	background-image: url(../imgHT/Portada__web_habilidadescolor.png);
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover; /* Hace que la imagen se ajuste al contenedor sin distorsionarla */
	margin: 0;
  }

.col_der {
	width: 100%; /* Utiliza un porcentaje para hacerlo responsivo */
	padding: 0;
	margin: 0;
	height: auto;
}

.port {
	background-repeat: no-repeat;
	background-position: right 10%; /* Ajusta la posición del fondo */
	padding: 20px 0; /* Ajusta el espacio interno para mejorar el diseño */
	font-family: Arial, Helvetica, sans-serif, "Adobe Arabic";
}

.pie {
	margin: auto;
	width: 95%; /* Utiliza un porcentaje para hacerlo responsivo */
	max-width: 1200px;
	display: block;
	clear: both;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif, "Adobe Arabic";
	font-size: 16px;  /* Ajusta el tamaño de fuente para una mejor legibilidad */
	font-weight: normal;
}
