#ModalBody {
    margin-top: 0;
    margin-bottom: 0;
}

/*.modal-footer {
    padding: 0rem 1rem 1rem 1rem !important;
}*/


    .MppBox {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    text-align: left;
    vertical-align: middle;
}

    .MppBox > .modal-header {
        -moz-border-top-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius-topright: 20px;
        -moz-border-radius-topleft: 20px;
        -khtml-border-top-radius: 20px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

@media (min-width: 576px) {
    .modal-sm {
        max-width: 400px;
    }
}


.modal-header {
    display: block !important;
}

.Alert > .modal-header {
    background-color: #FFFFFF;
    color: #EA0827;
    text-align: center;
    border-bottom: 1px solid #fff;
    letter-spacing: .5px;
    border-top: 9px solid #ea0827;
    /*background-color: #ffffff;
    color: #EA0827;
    text-align: center;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: 1px solid #fff;
    letter-spacing: .5px;*/
}

    .Alert > .modal-header .close {
        color: #ccc;
    }

.Alert > .modal-footer {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    padding: 4%;
    justify-content: center;
    border-top: none;
    background: #FFFFFF;
}

.Mpinfo > .modal-header {
    background-color: #007bff;
    color: white;
}

    .Mpinfo > .modal-header .close {
        color: white;
    }

.Mpinfo > .modal-footer {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    padding: 4%;
    justify-content: center;
}


.Exito > .modal-header {
    background-color: #FFFFFF;
    color: #61A514;
    text-align: center;
    border-bottom: 1px solid #fff;
    letter-spacing: .5px;
    border-top: 9px solid #61A514;
}

    .Exito > .modal-header .close {
        color: white;
    }

.Exito > .modal-footer {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    padding: 4%;
    justify-content: center;
    border-top: none;
}

.Exito > .modal-body {
    text-align: center;
    font-size: 1rem;
    letter-spacing: .35px;
}

    .Exito > .modal-body > p {
        margin-top: 0;
        margin-bottom: 0;
    }




.button.btn {
    background: #c9302c !important;
}

.Alert > .modal-body {
    text-align: center;
    font-size: 1rem;
    letter-spacing: .35px;
}

    .Alert > .modal-body > p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .Alert > .modal-body > span {
        font-size:0.75rem!important;
    }



/*.MppClose {
    float: inherit;
    width: 30px;
    height: 30px;
    background: url(/banorte/__host/comprafore.xxi-banorte.com/Img/Botones/cancel.png) repeat top left;
    cursor: pointer;
}*/


/*Contenido*/

.TextTitulosMpp {
    color: white;
    /*font-family: Gill Sans !important;
    font-style: italic;*/
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    vertical-align: middle;
}

.TextIntMpp {
    color: #333;
    /*font-family: Gill Sans;*/
    font-size: 14px;
    font-weight: normal !Important;
}

.SubLeyenda {
    font-size: 0.7em;
    color: #676767;
}

    .SubLeyenda > a {
        color: #62A616;
    }

        .SubLeyenda > a:hover {
            color: #62A616 !important;
            text-decoration: underline;
        }

.modal-link a {
    color: #62A616 !important;
}

.padd-mod{
    padding-top:10%!important;
}