p{
    margin-bottom: 10px !important;   
}

#tbl-autoridades{
    width: 50%;
    margin: 0 auto;
    display: table;
}

#tbl-autoridades tr th{
    color: #10394B;
font-weight: bold;
}

#tbl-autoridades tr{
    border-bottom: 1px solid #404040;
    text-align: center;
}

#container-accesos{
    height: 25px;
    background-color: red;
    width: 100%;
}

#container-timeline-facebook{
    width: 70%;
}

#container-proveedores{
    width: 30%;
}

/* Banner */

#banner-contacto {
    background-image: url("../../images/banner-contacto.jpg");
    background-position: center center;
    background-size: cover;
    height: 16em;
    text-align: center;
    position: relative;
}

#banner-contacto header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #212121;
    background: rgba(27, 27, 27, 0.75);
    color: #fff;
    padding: 1.5em 0;
}

#banner-contacto header h2 {
    display: inline-block;
    margin: 0;
    font-size: 1.25em;
    vertical-align: middle;
}

#banner-contacto header h2 em {
    opacity: 0.75;
}

#banner-contacto header h2 a {
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

#banner-contacto header h2 a:hover {
    border-bottom-color: transparent;
}

#banner-contacto header .button {
    vertical-align: middle;
    margin-left: 1em;
}