﻿
/* Textos do body */
.body_text_box_site_organization {
    margin: 0px 0px 0px 0px;
    width: 735px;
    font-size: 12px;
    color: #747F8B;
}

.organization {
    z-index: -1;
}

#outer {
    position: relative;
    left: 150px;
    top: 20px;
    width: 100px;
    z-index: 2;
}

    #inner {
        background: red;
    }

    .cover {
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
    }

#pdf {
    position: relative;
    z-index: 1;
}