*{
    margin: 0;
    padding: 0;
}
#principal
{
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    /* background-image: url(../imgs/blue1.jpg); */
}

.border-custom{
    border-color: #bc955c !important;
}

.titulo{
    color: black;
}

.boton{
    color: #fff !important;
    background-color: #ab0033 !important;
    border-color: #bc955c !important;
}

.boton:hover {
    color: #fff !important;
    background-color: black !important;
    border-color: black !important;
}

.alert-custom {
    color: #fff !important;
    background-color: #ab0033 !important;
    border-color: #bc955c !important;
}

.alert-custom2 {
    color: #fff !important;
    background-color: #bc955c !important;
    border-color: #ab0033 !important;
}

.list-group-item {
    border: 1px solid #54565a !important;
}

.texto-custom{
    color: #ab0033 !important;
}

.texto-custom:hover{
    color: #bc955c !important;
}

.Titulo2{
    color: #54565a;
}