body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fdfbf1;
    }

h1,h2,h3{
    background-color:  burlywood;
    color: white;
}

h1{
    text-align: center;

    font-family:'Times New Roman', Times, serif;
    font-weight:bold;
}

.lista{
    list-style: circle;
}  

.listaR{
    list-style: square;
    font-style: italic;
}  

.listas{
    width:"500";
}

dl{
    background-color: #f0e7db;
    border-left: 5px solid #D2B48C;
}

dt{
    font-weight: bold;
    font-variant: small-caps;
}

dd{
    font-style: italic;
}

ol,li{
    list-style: lower-roman;
}

.primerLetra::first-letter{
    font-style: italic;
    font-size: 1.25em;
}