@charset "utf-8";

html, body{
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #f5f3f3;
    color: #2B2B2B;
}

#content {
    width: 800px;
    height: 587px;
    position: absolute;
    margin: 0 auto;
    top: 5px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}


/* ------ HEADER ------- */

.educaixa {
    width: 100%;
    height: 77px;
    background-color: #fff;
    position: relative;
    z-index: 10000;
}

.logo_educaixa {
    position: absolute;
    width: 160px;
    height: 60px;
    left: 0px;
    padding-top: 10px;
}

.titulo_principal {
    width: 100%;
    height: 60px;
    text-align: center;
    position: absolute;
    padding-top: 19px;
    font-family: serif, georgia;
    line-height: 1.3em;
    color: #666;
}

.titulo_interactivo {
    position: absolute;
    width: 80px;
    height: 60px;
    right: 10px;
    padding-top: 16px;
    font-family: serif, georgia;
    font-size: 13px;
    line-height: 13px;
    color: #666;
    font-weight: lighter;
}

.logo_interactivo {
    position: absolute;
    width: 60px;
    height: 50px;
    right: 100px;
    border-right: 1px dotted #666;
    margin-top: 11px;
}

h1 {
    font-size: 18px;
    font-weight: normal;
}

/* --------------------- */

/* ------ WRAPPER ------ */

#content-wrapper {
    width: 100%;
    height: 450px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    overflow: hidden;
    background-image: url("../images/fondo0.png");
    background-repeat: no-repeat;    
}

.content{
    height: 450px;
    position: relative;
}

/* -------------------- */

/* ------ FOOTER ------ */

.footer {
    position: relative;
    bottom: 0px;
    width: 800px;
    height: 60px;
    background-color: #fff;
}

.logo_obrasocial {
    position: absolute;
    left: 280px;
}

/* -------------------- */