h1 {
    font-size: 33px;
    font-family: helvetica, arial;
    color: #e70f88;
    font-weight: bold;
}

h2 {
    font-size: 17px;
    font-family: helvetica, arial;
    color: #8cc341;
    font-weight: bold;
}

p {
    font-family: helvetica, arial;
    font-size: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
}

p span.rosa {
    color: #e70f88;
    font-size: 17px;
}

p em {
    font-style: italic;
}

p.azul {
    font-size: 16px;
    color: #00adee;
    padding-bottom: 0px;
    padding-top: 10px;
}

p.morado {
    font-size: 17px;
    color: #782786;
    padding-bottom: 0px;
}

p.titulo_footer {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

p.contacto_footer {
    font-size: 9px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

.rosa {
    color: #e70f88;
    font-size: 17px;
}

.azul {
    font-size: 16px;
    color: #00adee;
    padding-bottom: 0px;
    padding-top: 10px;
}

.verde {
    font-size: 13px;
    color:#8CC341;
    padding-bottom: 0px;
    padding-top: 10px;
}

.normal {
    font-family: helvetica, arial;
    font-size: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.morado {
    font-size: 17px;
    color: #782786;
    padding-bottom: 0px;
}
