/* CSS Document */

body, html{
width:100%;
height:100%;
float:left;
background-color:#cec9b4;
}
* {
margin:0;
padding:0;
color:#000;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
}
a:link {
color:##2e343c;
text-decoration:none;
}
a:visited {
color:#2e343c;
text-decoration:none;
}

#pagina {
margin:0 auto;
width:800px;
height:100%;
}
#pagina * {
float:left;
}
.barra_sup {
height:125px;
width:100%;
background-color:#e2dfcf;
position:absolute;
left:0;
}



.banner {
position:relative;
width:800px;
height:116px;
border:red 0px solid;
background-image:url(../imagens/banner.gif);
}

div.topo {
position:relative;
margin:auto;
width:805px;
height:29px;
border:none;
background:#e7e3D1 url(../imagens/topo.gif) no-repeat center;
}

.menu_lado {
width:155px;
height:auto;
}



.padrao {

width:145px;

height:20px;

background-color:#f2f1e2;

margin-left:10px;

}

.conteudo {
width:800px;
height:100%;
border:3px solid #aeaa98;
border-top:0;
margin-bottom:0;
padding-bottom:50px;
background-color:#fff;
}
#conteudo {
height:auto !important;
}

.rodape {
padding-bottom:0;
width:800px;
height:76px;
position:relative;
border:#aeaa98 3px solid;
border-top:none;
text-align:left;
background:#edede0 url(../imagens/logo_rodape.gif) no-repeat left center;
z-index:-1;
}
.rodape span {
font:normal 11px Arial, Helvetica, sans-serif;
color:#505050;
margin-left:100px;
width:640px;
border:none;
}



.tds_menu_lado {
margin:15px auto 5px auto;
border:none;
width:800px;
margin-left:0;
padding-left:0;
}





/*RODAPE*/

.bts1{

padding-left:5px;

padding-right:5px;

width:auto;

height:16px;

border-left:#484848 1px solid;

/*background-color:#383d41;

margin-left:2px;

*/

}



.bts1 a:link{

padding-left:5px;

padding-right:5px;

color:#999999;

text-decoration:none;

font-family:Arial, Helvetica, sans-serif;

color:#484848;

font-size:12px;

font-weight:bold;

height:21px;

text-align:center;

}

.bts1 a:visited{

padding-left:5px;

padding-right:5px;

color:#999999;

text-decoration:none;

font-family:Arial, Helvetica, sans-serif;

color:#484848;

font-size:12px;

font-weight:bold;

height:21px;

text-align:center;

}



.bts1 a:hover{

text-decoration:underline;

}

