*{
    padding: 0;
    margin: 0;
}

a:link{color: #808080; text-decoration: none; }
a:visited{color:#808080; text-decoration: none;}
a:hover{color:green;}

body{

	width: 1020px;   
	margin: 0 auto;

}

#geral {
    float: left;
    width: 1004px;
    margin: 0 ;

    
}
#geral #cabecalho_login {


    float: left;
    width: 100%;
    height: 122px;
    background: url("../imagem/cabecalho_sair.jpg") no-repeat top center;
}

#geral #cabecalho {


    float: left;
    width: 100%;
    height: 122px;
    background: url("../imagem/cabecalho.jpg") no-repeat top center;
}

.logo{

 float: left;
 padding-top: 10px;
 padding-left: 7px;
 border: none;

  

}

 
    
#geral #menu{
    
    float: left;
    font-family:Arial,Trebuchet MS,Tahoma, Sans-serif;
    font-size: 9px;
    font-weight: bolder;
    width: 30%;
    height: 400px ;
    line-height:33px ;

}

#geral #menu a{
    cursor: pointer;
}
#geral #menu ul{

        margin-left: 8%;
        margin-top: 20px;
        color: #585858;
        
    } 

    #geral #menu ul li{

       border-bottom-style: solid;
       border-bottom-width: 2px;
       border-bottom-color: #F0F0F0; 
       margin-top: 0px;  
        
    }
             
    
#geral #corpo{
    
    background: url("../imagem/fundo.jpg") repeat-y bottom right; 
    float: left;
    padding-top: 10px;
    /*width: 58%;*/
    width: 630px;
    height: 460px;
}

#geral #barra{
    
    background: url("../imagem/barra.png") repeat-y top center; 
    float: left;
    width: 20px;
    margin-top: 20px;
    margin-right : -8px;
    padding-left: 60px;
    
    height: 400px;
}

.titulo{
	font-size: 16px;
	color: #036439;
	font-weight: bold;
	font-family:Arial,Trebuchet MS,Tahoma, Sans-serif;
	line-height:40px ;
}

.corpo{
	font-size: 15px;
	color: gray;
	font-family:Arial,Trebuchet MS,Tahoma, Sans-serif;
	line-height:18px ;
}



#login {


  position: absolute;
  margin-left: 315px;
  margin-top: 91px;
  border-style: none;
  width: 101px;
  border-width: 0;
}

#rodape {

  float: left;         
  font-family: Arial;
  font-size: 10px;
  color: #005800;  
  margin-left: 280px;   
  font-weight: bold;
  height: 29px;
  
  

}



#senha {


  position: absolute;
  margin-left: 497px;
  margin-top: 91px;
  border-style: none;
  width: 101px;
  border-width: 0;  
}

#entrar {


  position: absolute;
  margin-left: 605px;
  margin-top: 93px;
  border-style: none;
  border-width: 0;  
}

#sair {

  position: absolute;
  margin-left: 950px;
  margin-top: 93px;
  border-style: none;
  border-width: 0;  
}

.nome_login {

  position: absolute;
  margin-left: 170px;
  margin-top: 85px;
  border-style: none;
  border-width: 0; 
  font-weight: bold;
  font-size: 24px; 
  font-family: arial;
  color: white; 
}

#cadastro {


  position: absolute;
  margin-left: 662px;
  margin-top: 93px;
  border-style: none;
  border-width: 0;  
}

#menu .link_ativo{
 
color: #008000;

}

#corpo .tb_titulo,#corpo .tb_titulo2,#corpo .tb_campo,#corpo .tb_head,#corpo .tb_fim{
    color: green;
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
}
#corpo .tb_head{
    font-size: 14px;
    color: gray;
}
#corpo .tb_fim{
    width : 100px;
}
#corpo .tb_titulo{
    width: 60px;
}
#corpo .tb_campo2{
    width: 150px;
}
#corpo .tb_titulo2{
    width: 140px;
    color: gray;
}
#corpo .caixa_texto{
    background-color: #E0E0E0;
    border: none;
}
