﻿.modal {
    max-width: 80%;
    margin-left: 10%;
    width: 100%;
    z-index: 1050;
    display: block;
}

/* Ocultar el modal */
.modal.hidden {
    display: none;
}

.modal-footer{
    border-top:none;
}