/*
contenido h2 {
    color: #ac2819;
    font-size: 1.8em;
    border-bottom: 1px #e1e1e1 solid;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: 400;
}
*/
.titulo, .apartados {
    color: #ac2819;
    border-bottom: 1px #e1e1e1 solid;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: 400;
    margin-top: 1em;
}
h1.titulo  {
    display: block;
    font-size: 2em;
    text-align: center;
}

.apartados h2 {
    font-size: 1.8em;
}





ul {
    list-style: none;
}

.contenido-abajo ul {
    color: #747679;
    margin-top: 1em;
    margin-left: 2em;
}