body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    text-align: center;
    margin: 0;
    padding: 0;
}

.seccion {
    padding: 20px;
    margin: 10px;
    color: white;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    border-radius: 8px;
}

.seccion1 { 
    background-color: red; 
}
.seccion2 { 
    background-color: blue; 
}
.seccion3 { 
    background-color: green; 
}

.fuente1 {
    font-family: 'Times New Roman', serif;
    font-size: 18px;
}

.fuente2 {
    font-family: 'Courier New', monospace;
    font-size: 18px;
}

.fuente3 {
    font-family: 'Verdana', sans-serif;
    font-size: 18px;
}

/* Estilos para la credencial */
.credencial {
    width: 250px;
    height: 400px;
    background-color: #ffffff;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    margin: auto;
}

.foto {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.credencial h2 {
    font-family: 'Georgia', serif;
    font-size: 20px;
    color: #333;
}

.credencial p {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #666;
}
