.justify {
    text-align: justify;
}

.imagecenter {
    display: block;
    margin: auto;

}

thead {
    background-color: #4EBF5F;
}

tbody {
    background-color: white;
}

thead th {
    color: white;
    text-align: center;
}

.imgPdf {
    text-align: center;
}

.active>.page-link,
.page-link.active {
    background-color: #0d1749;
    border-color: #0d1749;
}

.page-link {
    color: #0d1749;
}

.titulotrans {
    margin-top: -50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/transparencia.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    margin-bottom: 5%;

}

#galeria .col-lg-4 {
    margin: 0 !important;
    padding: 25px;
}

#galeria img {
    width: 100%;
}

#galeria img:hover {
    border: 5px solid white;
}

.card {
    margin: 0 auto;
}

.card img {
    padding-top: 0;
    margin: 0 auto;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    border-radius: 200px;
    border: 2px solid #F2B807;
}

.card h4 {
    color: #4EBF5F;
}

.card p {
    color: black;
}

.titulocabildo {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/clic.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    margin-bottom: 5%;
}

.card h4 {
    text-align: left;
}

@media(max-width: 991px) {
    .navbar-nav>li {
        /* border-bottom: 1px solid #ffffff; */
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .emailfooter {
        font-size: 12px;
    }

    footer p {
        font-size: 12px;
    }

    footer li {
        font-size: 12px;
    }

    footer h5,
    footer h4 {
        font-size: medium;
    }

}

@media(max-width: 991px) {
    .navbar-nav>li:hover {
        border-bottom: 4px solid #eff2f8;
        font-size: larger;
    }

}


@media screen and (max-width: 600px) {

    .table th,
    td {
        font-size: smaller;
    }
}