/* ensayos_estilos.css */
/* Revisado 2026-03/30 */
/* Local & Web ✅ */

/* General */
.ensayo-titulo {
text-align: center;
font-size: 2.2em;
color: #006666;
margin: 40px 0 30px;
border-bottom: 2px solid #c4e2df;
display: inline-block;
padding-bottom: 10px;
width: 100%;
}


.ensayo-container {
max-width: 700px;
margin: auto;
padding: 40px 20px;
background-size: cover;
background-repeat: no-repeat;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 10px;
font-family: 'Georgia', serif;
}

.ensayo-portada {
text-align: center;
margin-bottom: 30px;
}

.ensayo-titulo {
font-size: 2em;
font-weight: bold;
color: #006f6b;
margin-bottom: 0;
}

.ensayo-cuerpo {
padding: 20px 30px;
text-align: justify;
font-size: 1.1em;
color: #333;
line-height: 1.8;
}