
#frame{
    width: 100%;
    height: 600px;
}

#contenedor{
    width: 100%;
    height: 600px;
    display: none;
    background-image: url('../assets/imagenes/cargando.gif');
    background-position: center 7px; background-repeat: no-repeat;
}

#doc-target {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #000;
    line-height: 1.6em;
    margin: 0 auto;
}

#outer {
    padding: 72pt 72pt 72pt 72pt;
    border: 1px solid #000;
    margin: 0 auto;
    width: 550px;
}