/*
modal {
    color: #6D6D6D;
    min-width: 50rem;
    min-height: 50%;
}

.modal ul {
    list-style: none;
    padding: 0;
}

.modal li a {
    text-decoration: none;
}

#modal-error {
    visibility: hidden;
    color: red;
    font-size: 16px;
    text-align: center;
    height: 30px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: black;
    opacity: 0.8;
    display: none;
}

.visualizador {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

li.file {
    border-bottom: 1px solid #DDD;
}

.zoomContainer {
    z-index: 1002;
}

#div-search {
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #A9A9A9;
}

#zoom {
    width: 400px;
    margin-left: 10px;
    margin-top: 10px;
}

.zoom-cancel {
    font-size: 1.5rem;
    font-family: sans-serif;
    position: absolute;
    right: 30px;
    top: 5px;
    color: white;
    cursor: pointer;
}

.visualizador-iframe {
    margin-left: 10%;
    width: 80%;
    height: 100%;
}
*/

.modal {
    color: #6D6D6D;
    min-width: 50rem;
    min-height: 50%;
}

.modal ul {
    list-style: none;
    padding: 0;
}

.modal li a {
    text-decoration: none;
    color: #6D6D6D;
}

#modal-error {
    visibility: hidden;
    color: red;
    font-size: 16px;
    text-align: center;
    height: 30px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: black;
    opacity: 0.8;
    display: none;
}

.visualizador {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

li.file {
    border-bottom: 1px solid #DDD;
}

.zoomContainer {
    z-index: 1002;
}

#div-search {
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #A9A9A9;
}

#zoom {
    width: 60%;
    margin-left: 20%;
    margin-top: 10px;
}
#visualizador-imagenes{
  width:calc(100% - 10px);
  height:100%; 
  overflow: auto;
}

.zoom-cancel {
    position: absolute;
    right: 30px;
    top: 5px;
    color: white;
    cursor: pointer;
    z-index: 999;
}

.visualizador-iframe {
    /*margin-left: 10%;
    width: 80%;*/
	width: 100%;
    height: 100%;
    border: none;
    box-shadow: 0px 0px 5px 1px #666666;
}