#leyesCJ > tr.hovered:nth-child(even) {
    background: #e6eef3;
}

#leyesCJ > tr > td:first-child {
    width: calc(100% / 3);
    padding-right: 30px;
    font-weight: bold;
}

.faqsLeftContainer {
    color: white;
    padding: 10px;
    min-height: 200px;
    cursor: default;
    text-align: left;
    font-size: 8pt;
    background-color: #6b6b6b;
}

.btnMJOk {
    color: white;
    font-size: 10pt;
    padding: 5px 5px;
    width: 50%;
    margin: auto;
    background-color: #313157;
}

.btnSuscribirse {
    color: white;
    font-size: 10pt;
    padding: 15px 20px;
    position: absolute;
    right: 5%;
    border: 1px solid #333;
    background: rgb(55, 55, 55);
}

.mt-30 {
    margin-top: 30px !important;
}

@media screen and (max-width: 920px) {
    .faqs .titulo {
        margin-top: 80px;
    }

    .btnSuscribirse {
        width: 90%;
    }
}

@media screen and (max-width: 700px) {
    .btnSuscribirse {
        float: none !important;
        position: initial !important;
        font-size: 17pt !important;
    }
}

.whiteContainer.faqs {
    background: rgba(255, 255, 255, 0.9) !important;
}

.faqs {
    padding: 40px 0px !important;
}

.faqsLeftContainer h5 {
    color: white;
}

.mensajeroJudicial .checkbox {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}

.mensajeroJudicial .checkbox label {
    vertical-align: middle;
    padding: 0px 10px 0 20px;
    line-height: 20px;
}

.mensajeroJudicial .checkbox input {
    margin-left: -15px;
}

.faqsCentro .col-md-8 {
    padding: 0px;
}

.faqsCentro h3 sub {
    color: #848484;
    font-size: 10pt;
}

.btnVerLeyes {
    width: 100%;
    padding: 10px 0px;
    margin: 30px 0px;
}

.faqs hr {
    border: none;
    width: 100%;
    margin: 0;
    border-bottom: 1px dotted white;
}

.faqsCentro hr {
    border-bottom: 1px dotted black;
}

.faqsCentro b {
    color: #656565;
    font-size: 9pt;
}

.topContainer {
    background: rgb(90, 10, 33); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(90, 10, 33, 1) 0%, rgb(144, 11, 36) 50%, rgba(90, 10, 33, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(90, 10, 33, 1) 0%, rgb(144, 11, 36) 50%, rgba(90, 10, 33, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(90, 10, 33, 1) 0%, rgb(144, 11, 36) 50%, rgba(90, 10, 33, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a0a21', endColorstr='#5a0a21', GradientType=1); /* IE6-9 */
    color: white;
    margin-top: -30px;
    padding: 20px 0 15px 0;
    width: 100%;
}

.topContainer h1, .topContainer h6, .topContainer h5 {
    color: white;
}

input {
    border-radius: 0px !important;
    padding: 20px !important;
}

.faqs .menu {
    list-style: none;
}

.faqs .menu li {
    display: inline-block;
    margin-left: 10px;
    background: rgb(35, 32, 32);
    padding: 2px 5px;
    min-width: 100px;
    border-radius: 2px;
    color: rgb(230, 225, 227);
}

.listado table tr td {
    color: #333;
}

.listado table tr:hover td {
    color: white;
}

.faqs .menu li a {
    font-size: 10pt;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(230, 225, 227);
}

.listado {
    font-size: 12pt;
    font-weight: bold !important;
}

.listado table tr td {
    font-size: 10pt;
    font-weight: normal;
    padding: 15px 20px;
}

.listado table tr.divider td {
    border-bottom: none !important;
    padding: 0px !important;
}

tr.hovered {
    transition: all 0.3s linear;
}

tr.hovered:hover {
    background: #333333 !important;
    color: white;
}

@media screen and (max-width: 700px) {
    .listado {
        font-size: 9pt;
    }
}

@media screen and (max-width: 500px) {
    .listado table tr td {
        border-bottom: 1px solid #c3c3c3;
    }
}

.nextPage, .previousPage {
    cursor: pointer;
    background: rgb(129, 0, 7);
    color: white;
    padding: 4px 8px;
}