#wrapper > header {
    background-color: #000;
}

.section-arte{
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: "Raleway", sans-serif;
}
.section-arte .tit_arte{
    color: #000;
    font-size: 32px;
    font-weight: bold;
}
.section-arte .tit_contenido{
    color: #000;
    font-size: 32px;
    font-weight: bold;
}
.section-arte .arte_contenido {
    background-image: url(../img/colores_arte.png);
    background-repeat: no-repeat;
    padding-right: 50px;
    background-position:right top;
}


.section-negro{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #000;
    font-family: "Raleway", sans-serif;
}
.section-negro .titulo {
    text-align: end;
    padding-bottom: 60px;
}
.section-negro .titulo span {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    background-color: #FFF;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}
.section-negro a {
    color: #FFF;
    font-size: 30px;
    text-decoration: none;
}



.section-plomo{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #1c1c1c;
    font-family: "Raleway", sans-serif;
}
.section-plomo .titulo {
    text-align: center;
    padding-bottom: 60px;
}
.section-plomo .titulo span {
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    background-color: #fc79ba;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}
.section-plomo a {
    background-color: #FFF;
    color: #000;
    font-size: 30px;
    text-decoration: none;
    display: block;
}



.section-donacion{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #1c1c1c;
    font-family: "Raleway", sans-serif;
}
.section-donacion .titulo {
    text-align: center;
    padding-bottom: 60px;
}
.section-donacion .titulo span {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background-color: #fc79ba;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}
.section-donacion a {
    color: #FFF;
    font-size: 30px;
    text-decoration: none;
}

.section-rojo{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #a01716;
    font-family: "Raleway", sans-serif;
}
.section-rojo .titulo_publicaciones {
    text-align: center;
    /*padding-top: 60px;*/
    padding-bottom: 60px;
}
.section-rojo .titulo_publicaciones span {
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    background-color: #fc79ba;
    padding: 10px 10px 10px 10px;
    margin-top: 15px;
}
.section-rojo .titulo_noticias {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-rojo .titulo_noticias span {
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    background-color: #8c8c8c;
    padding: 10px 10px 10px 10px;
    margin-top: 15px;
}
.section-rojo a {
    color: #FFF;
    font-size: 35px;
    text-decoration: none;
}

.section-rojo .tit_noticia {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    background-color: #000;
    padding: 5px 10px 5px 10px;
    margin-top: 5px;
}
.section-rojo .txt_noticia {
    margin-top: 15px;
    color: #FFF;
}

#wrapper > footer {
    padding-top: 60px;
    background-color: #000 !important;
    font-family: "Raleway", sans-serif;
    color: #909090;
}
#wrapper > footer .linea_ploma {
    height: 20px;
    background-color: #b0bec5;
}
#wrapper > footer .linea_colores {
    height: 20px;
    /*background-size: cover;*/
    background-image: url(assets/img/barra_colores.png);
    background-size: 100% 20px;
}
#wrapper > footer .info {
    margin-bottom: 60px;
    background-image: url(assets/img/colores_lado.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

#wrapper > footer .info .tit_pie {
    font-size: 32px;
    font-weight: bold;
}
#wrapper > footer .info .txt_pie {
    font-weight: bold;
}

.section-bg::before {
    content: "";
    background: #1b1b1b;
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);

}