.modalDialog {
    overflow: scroll;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 75%;
    position: relative;
    margin-left: 10%;
    margin-top: 5%;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
}

.closeModal {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.closeModal:after {
    content: "\d7";
}

.closeModal:hover {
    background: #f00;
}

.btn-danger {
    color: #fff;
    display: inline-block;
    width: 100px;
    padding: 16px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    background-color: #b21f2d;
}

.btn-danger:hover {
    background-color: #56585a;
}

.btn-small{
    max-width: 100px;
    max-height: 33px;
}

.import_14 {
    padding: 2%;
    background-color: #dca7a7;
    font-weight: bold;
    font-size: 14px;"
}

.import_16 {
    padding: 1%;
    background-color: #dca7a7;
    font-weight: bold;
    font-size: 16px;"
}

.import_18 {
    padding: 1%;
    background-color: #dca7a7;
    font-weight: bold;
    font-size: 18px;"
}

.tit_modal {
    font-size: 26px;
    color: #002752;
    font-weight: bolder;
}

.tit_18_azul {
    font-size: 18px;
    font-weight: bolder;
    color: #002752;
}

.destaq_azul {
    display: block;
    width:100%;
    line-height: 35px;
    background-color: #33aae2;
    text-decoration: none;
    height: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;"
}

/*==================    Buttons    ======================*/
.btn,
.btn2 {
    display: inline-block;
    width: 150px;
    padding: 16px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn:hover,
.btn2:hover {
    background: #4ab5e2;
}

.btn:active,
.btn2:active {
    background: #22a1d7;
}