@import url("reset.css");
body{
    background:#e1e1e1 url(../images/layout/bg-page.jpg);
}
/* -------------------------------------------------------------------------------------- LAY-OUT */
#page{
    width:100%;
    height:100%;
    float:left;
    
}
/* -------------------------------------------------------------------------------- head */
/* background:#f00; || border:1px solid #f00; */
#page #head{
	z-index:1000;
    width:100%;
    min-height:200px;
    float:left;
    position:absolute;
    top:0;
    background:url(../images/layout/bg-head.jpg) repeat-x;
}
#page #head .head-bg{
	z-index:1000;
	width:100%;
    min-height:230px;
	float:left;
	margin-top:12px;
	background:url(../images/layout/bg-logo-global.png)  center 0px no-repeat;
}
#page #head .head-bg #head-content{
    width:1004px;
    float:left;
    position:relative;
    left:50%;
    margin-left:-502px;
}
/* -------------------------------------------------------------------------------- Title do site */
/* background:#f00; || border:1px solid #f00; */
#pos-h1{
	z-index:1000;
	float:left;
	position:absolute;
	margin:90px 0 0 15px; /* com a pesquisa */
	margin:60px 0 0 15px;
}

.title-logo{
	float:left;
	display: block;
}
.title-logo #title-logo a{
	width:280px;
	height:205px;
	display: block;
	cursor:default;
	background: url(../images/logo-2.png) no-repeat;
}
.title-logo #title-logo span{
	display: none;
}
#page .banner{
    width:1004px;
    height:225px;
    float:right;
    margin:-370px 0 5px 0;
}
#page .banner .banner-align{
	float:right;
	
}
#page #head .pesquisa{
    float:right;
    display: none;
}
/* -------------------------------------------------------------------------------- body */
/* background:#f00; || border:1px solid #f00; */
#page #body{
    width:100%;
    min-height:100px;
    float:left;
    margin-top:-5px;
    background:url(../images/layout/bg-body.png) repeat-y center top;
}
#page #body #body-content{
    width:984px;
    float:left;
    position:relative;
    left:50%;
    margin-left:-502px;
    padding:10px;
}
/* ------------------------------------------------------------------------------ footer */
/* background:#f00; || border:1px solid #f00; */
#page #footer{
    width:100%;
    min-height:30px;
    float:left;
    background:#000 url(../images/layout/bg-footer.jpg);
}
#page #footer #footer-content{
    width:1004px;
    float:left;
    position:relative;
    left:50%;
    margin-left:-502px;
}