.modal-iframe
{
    width: 600px;
    height: auto;
    position: absolute;
    max-height: 90%;
}
.contenido-modal-iframe
{
    width: 100%;
    height: 100%;
    position: relative;
}
.cabecera-modal-iframe
{
    width: calc(100% - 20px);
    padding: 0px 10px;
    height: 50px;
}
.contenedor-iframe
{
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 10px;
}
.contenedor-tabs-modal-iframe
{
    width: auto;
    min-width: 200px;
    height: 70px;
    bottom: 0;
    right: 0px;
    position: fixed;
}
.tab-modal-iframe
{
    width: auto;
    min-width: 200px;
    height: 40px;
    bottom: 20px;
    margin: 0px 10px;
    padding: 0px 10px;
}
.contenedor-cuerpo-modal-iframe {
    width: 100%;
    height: calc(100% - 50px - 80px);
    position: relative;
    min-height: 200px;
}