/* Estilo General */
body { font-family: Arial, sans-serif; line-height: 1.6; margin: 20px; color: #333; background-color: #f4f4f4; }

.container {
    max-width: 1000px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #0056b3;  
    border-bottom: 2px solid #eee; 
    padding-bottom: 10px; 
    margin-top: 0;
}

h2 {
    color: #333;  
    border-bottom: 1px solid #ccc;  
    padding-bottom: 5px; 
    margin-top: 25px;
}

h3 {
    color: #555;  
    margin-top: 20px;
}

.contact-info {
    margin-bottom: 20px;  
    padding: 10px;  
    background-color: #e9f7ff; 
    border-left: 5px solid #007bff; 
}
ul.list {
    list-style-type: disc;  
    margin-left: 20px;  
    padding-left: 0;
}
li {
    margin-bottom:8px;
}

.highlight {
    font-weight:bold;
    color: #0056b3;
}

