*{
    margin          : 0px;
    padding         : 0px;
}



body{
    background      : #FFFFFF url(../images/background-body.jpg) left top repeat-x;
}

#container{
    width           : 1026px;
    position        : relative;
    margin          : 41px auto 0px;
    background      : ;

}

#the-banner{
    position        : relative;
    padding         : 2px 2px 0px;
    background      : #D5CFC4;
    border          : 1px solid #CCC6BC;
    border-bottom   : 0px;
    overflow        : hidden;
}

#the-logo{
    width           : 232px;
    height          : 167px;
    position        : absolute;
    top             : 46px;
    left            : 30px;
    background      : url(../images/logo.png) left top no-repeat;
    z-index         : 999;
}

#the-logo a{
    display         : block;
    height          : 167px;
}


#content-pics, #banner-pic1, #banner-pic2{
    width           : 1022px;
    height          : 243px;
}

#banner-pic1{
    background      : url(../images/banner-foto-01-color.jpg) left top no-repeat;
}

#banner-pic2{
    background      : url(../images/banner-foto-02-color.jpg) left top no-repeat;
}

#banner-pic1, #banner-pic2{
    display         : none;
}


#the-menu{
    height          : 40px;
    background      : #C8C5BD url(../images/background-menu.jpg) left top no-repeat;
    position        : relative;
}

#the-sheet{
    background      : #FFFFFF url(../images/background-sheet-01.jpg) top left repeat-y;
}

#the-sheet-top{
    background      : url(../images/background-sheet-top.jpg) left top no-repeat;
    overflow        : hidden; 
}

#the-sheet-bottom{
    background      : url(../images/background-sheet-bottom.jpg) left bottom no-repeat;
    padding         : 15px 30px 2px;
    overflow        : hidden;
    position        : relative;
    position        : 0;
}


#the-footer{
    padding         : 10px 5px;
    background      : url(../images/background-footer.jpg) left top no-repeat;
    color           : #898174;
    font-weight     : ;
    font-size       : 11px;
    font-family     : Tahoma, Arial, sans-serif;
    line-height     : 17px;
}


#option-login{
    position        : absolute;
    top             : 0px;
    right           : 0px;
    font-size       : 12px;
    font-weight     : bold;
    background      : #C8C5BD;
    padding         : 5px 20px 5px 10px;
    display         : ;
}




