/******************** background */
body, html
{
    margin: 0px; 
    padding: 0px;
    height: 100%;
    background: #fff;
    overflow: auto;
}

img#bg
{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/******************** geral */
.centered_div
{
    width: 950px;
    height: 560px; /*600*/
    position: relative;
    top: 20px;
    left: 20px;
    /*z-index:1;*/
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px solid #000
}

.borda_site
{
    width: 990px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -495px;
    margin-top: -300px;
    background-image: url(../Imagens/alpha.png);
    border: 1px solid #999;
    
}

#content
{ 
    height: 560px;
    width: 100%; 
    position: absolute;
    border: 0px solid #000000; 
    background: #fff;
    color: #333333;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  
}

#bar_bottom
{
    width: 100%; 
    height: 30px;
    position: absolute; 
    top: 520px;
    left: 0px;
    background: #3b3734; 
    color: #333333;
    padding-top: 10px;
    padding-bottom: 0px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color:#fff;
    line-height: 14px;
        background-image: url(../Imagens/fundo_menu.jpg);
}

#bar_copyright
{
    width: 940px; 
    height: 15px;
    position: relative; 
    background: transparent; 
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 546px;
    margin: 0px 0px 0px 0px;
    z-index: -1
}

#bar_contato
{
    width: 410px; 
    height: 15px;
    position: absolute; 
    background: transparent; 
    padding-left: 500px;
    padding-right: 2px;
    padding-top: 75px;
    margin: 0px 0px 0px 0px;
    border: 0px solid #000000;
    text-align:right
}


/******************** scrollbars */
#scrollbar_track
{
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
	/*z-index: 1*/
}

#scrollbar_handle
{
	width:9px;
	background-color:#817464;
	cursor:move;
}



/******************** home */
#moldura_foto_home
{
    background-image: url(../imagens/moldura_fotos.jpg);
    background-repeat:no-repeat;
    top: 10px;
    left: 600px;
    position: absolute;
    z-index: 1;
    width: 318px;
    height: 400px;
    padding-top: 32px;
}

#box_conheca
{
    height: 130px;
    width: 250px; 
    left: 350px;
}


#box_atend
{
    height: 130px;
    width: 250px; 
    left: 60px;

}

#chamada_meio_home
{
    position: absolute;
    width: 340px;
    height: 100px;
    top: 100px;
    left: 233px;
}

.boxes_home
{
    top: 280px;
    position: absolute;
    border: 0px solid #000000; 
    overflow: hidden;
    margin: 0 0 0 0;  
    text-align: left;
    /*font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    color:#5c4443;  */
}



/******************** internas */
#conteudo_internas
{
    width: 870px;
    height: 350px;
    background-color: #fff;
    border: 0px solid #000;
    margin-top: 10px;
    margin-left: 30px;
    text-align: left;
    padding-left: 30px;
    padding-top: 30px;
    z-index: 0;
}

#moldura_foto_internas
{
    background-image: url(../imagens/moldura_fotos_int.jpg);
    background-repeat:no-repeat;
    top: 8px;
    left: 597px;
    position: absolute;
    z-index: 1;
    width: 318px;
    height: 396px;
    padding-top: 32px;
    margin-top: 2px
}

.box_texto_moldura
{
    top: 117px;
    left: 422px;
    width: 390px; 
    height: 340px;
    position:absolute; 
    border: 0px solid #000000; 
    padding: 10px;
    /*background: #333;
    background: #fff;*/
    overflow: hidden;
}

.box_texto
{
    top: 0px;
    left: 0px;
    width: 95%;
    height: 100%;
    position:absolute; 
    border: 0px solid #000000; 
    padding: 0px;
    padding-top: 0px;
    overflow: hidden;
    float:left;
    text-align: left;
}

.box_texto_scroll_track
{
    background-color: #aea279;
    height: 355px;
    width: 3px;
    float: left;
    right: 5px;
    top: 20px;
    position:absolute;
}

.scroll_handler
{
    height: 60px;
    width: 5px;
    background-color: #b5906d;
    left: -1px;
    z-index: 1;
} 

#legenda_marrom
{
     text-align: right; width: auto; font-weight: bold; margin-top: 3px; margin-right: 35px;
}

#legenda_verde
{
    text-align: right; width: auto; color: #85c226; font-weight: bold; margin-right: 35px; padding-left:30px
}