﻿
h2 {
    color: #8C1B80;
}

p {
    text-align: justify;
}

.active {
    font-weight: bold;
}

.btn-obispo {
    /*font-size: small;*/
    /*height: 4em;*/
    margin-bottom: 1em;
}

.btn-obispo:hover {
    color: white;
    background-color: gray;
}

.btn-obispo a {
    color: white;
}


.menu-org {
    color: #8C1B80;
    font-size: 1.25em;
    /*font-weight: bold;*/
    text-transform: uppercase;
}

    .menu-org:hover {
        color: #838383;
    }

.titulo-obispo {
    color: #9E3291;
    font-weight: bold;
}

.tmb-obispo {
    color: black;
}

    .tmb-obispo:hover {
        color: #9E3291;
    }
