.text-white h1, .text-white .h1,
.text-white h2, .text-white .h2,
.text-white h3, .text-white .h3,
.text-white h4, .text-white .h4,
.text-white h5, .text-white .h5,
.text-white h6, .text-white .h6 {
    color: #FFF;
}
a.text-white-link {
    color: #FFF;
    text-decoration: none;
}
a.text-white-link:hover {
    color: #FFF;
    text-decoration: underline;
}

.color-dorado {
    color: #C39E4D
}

.color-amarillo2 {
    color: #EFA007
}

.color-negro {
    color: #000000
}

.color-fucsia {
    color: #E21985
}

.fondo-dorado {
    background-color: #C39E4D
}

.fondo-amarillo2 {
    background-color: #EFA007
}

.fondo-negro {
    background-color: #000000
}

.fondo-fucsia {
    background-color: #E21985
}