.slogan {
    font-weight: bold;
    font-style: oblique;
    font-size: large;
}

.cursiva {
    font-style: oblique;    
}

.justificar {
    text-align: justify; 
}

.fondo {
    background-color: #e0e0d1;
}