/* Inicio Formateado General */
body {
    font-family: 'Open Sans', sans-serif;
    color: #707070;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #bc3c5d;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #bc3c5d;
    outline: none;
}

a img {
    border: 0
}

h1.personalizado {
    text-align: left;
    color: #93547D;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
    text-transform: uppercase;
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
}

/* FIN Formateado General */
#contenedor_pie {
    background-color: #7D7D7D;
    color: #fff;
}

.img_marca{
    width: 150px;
}

@media (min-width: 768px){
    .nav-justified>li {
        display: table-cell;
        width: unset !important
    }}

    
@media(max-width: 1200px) {}

@media(max-width: 480px) {}