@charset "utf-8";
/* CSS Document */

    body {
	font-size: 1rem;
	line-height:1.2;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	color: #214712;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../imagenes/fondo11.jpg");
	/*display: flex;*/
	justify-content: center;
	background-color: #f0f0f0;
	margin: 0;
}
.container { width: 90%;   max-width: 1200px;   background: white; margin: auto;  }
	main{
border-right: 2px solid #DBD9D5;
border-left: 2px solid #DBD9D5;
background-color: #F9F8F8;
padding: 5px 0;
}
	.content {
	padding: 5px 20px;
	box-sizing: border-box;
	width: 95%;
	margin: 0 auto;
	max-width: 1100px;
}
	header {
	position: relative;
	padding: 10px;
	background-color: #CCCACA; /* Color opcional para encabezado */
        }

        .cerrar-btn {
	background-color: #1A5A29;
	color: white;
	padding: 5px 10px;
	border: none;
	cursor: pointer;
	font-size: 1em;
	position: absolute;
	top: 10px;
	right: 10px;
        }

        .cerrar-btn:hover {
            background-color: #218838;
        }
main .content h3 {
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
}
	p {
	color: #214712;
	margin: 0 0 3px;
	text-align: justify;
}
main .content p {
	text-align: left;
       
}
	.boton-arriba {
	display:none; /* Ocultarlo al inicio */
	position: fixed;
	bottom: 20px; /* Distancia desde el borde inferior */
	right: 15px; 
	width: 40px; 
	height: 40px;
	background: url('../imagenes/boton-arriba.png') center / cover no-repeat;
	cursor: pointer;
	z-index: 9999; /* Siempre encima de otros elementos
	box-shadow: 0px 2px 4px rgba(23,77,37,0.60);*/
	border-radius: 5px;
}
	h1 {
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;font-size: 1.2em; color: #244E20;}

@media (max-width: 600px) {
.content {
	padding: 5px 5px;
	width: 100%;
	}
	.container { width: 95%; }
	.boton-arriba {
	bottom: 10px; /* Distancia desde el borde inferior */
	right: 0px; 
	width: 30px; 
	height: 30px;
	}
}