body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
h1 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}
h2 {
    color: #34495e;
    margin-top: 30px;
    margin-bottom: 15px;
}
h3 {
    color: #34495e;
    margin-top: 20px;
    margin-bottom: 10px;
}
p {
    margin-bottom: 10px;
}
ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}
ul li {
    margin-bottom: 5px;
}
strong {
    color: #007bff;
}
.recomendacion-especifica {
    background-color: #e6f7ff;
    border-left: 5px solid #007bff;
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 4px;
}
.pasos-finales {
    background-color: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 15px;
    margin-top: 25px;
    border-radius: 4px;
}
.nota {
    font-style: italic;
    color: #555;
    text-align: center;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px dashed #ccc;
}
