/*formatação do body/background da página*/
body{
    margin-top:0px;
    background-repeat: no-repeat;
    background-attachment: fixed
}

/* formatação do texto(parágrafo) da janelas de conteudo*/
p{
    margin-bottom: 0; 
    margin-top: 10px;
    margin-left: 20px; 
    margin-right:40px;
    text-align: justify;
    line-height: 15px;
    font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : #888888;
}


p.titles{ 
    margin-top: 20px;
    margin-left: 20px; 
    margin-right:40px;
    text-align: justify;
    line-height: 15px;
    font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color : #000000;
}


/* formatação do texto(parágrafo) da janelas de conteudo*/
p.menu{
    margin-bottom: 0; 
    margin-top: 10px;
    margin-left: 20px; 
    margin-right:40px;
    text-align: justify;
    line-height: 10px;
    font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10px;  
}


.foto {
    float: left; 
    margin-right: 20px;
    margin-left : 10px;
    }


/*formatação da tabela header da página*/
.topo{
    padding: 0px;  
    height: 150px;
    width: 800px; 
    border: 0px;
}

.map{ 
           text-align: center;
}


/*formatação da boardertabelas*/
.cont{ 
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

/*formatação da boardertabelas*/
.contenter{ 
    border-left: 1px solid #000000;
}

/*formatação da boardertabelas*/
.cont_right{ 
    border-right: 1px solid #000000;
}



/*formatação da boarder/tabelas footer*/
.contfoot{ 
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #999999;
    text-align : center;
    font-size : 11px;
}

.conttop{ 
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    }

/*formatação da tabela conteudos da página*/
.tabela{
    height: 320px;
    width: 800px; 
    border: 0px;
    margin-top: 40px;
 }   


/*formatação da celula conteudos*/
.conteudo{
    width:600px;
    border-right: 1px solid #000000;
}


/*formatação da celula menu lateral*/
.conteudomenu{
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    width:200px;
}

/*formatação da celula gallery*/
.conteudogall{
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    width:800px;
}


/*formatação titulos conteudo*/
h1 {
	font-weight: bold; 
	font-size: 12px;
	font-family :  Tahoma, Arial, Verdana;
	color : #000000;
	margin-top: 20px;
	margin-left: 20px; 
	letter-spacing: 2px;
	text-align: left;
}

h2 {
	font-weight: bold; 
	font-size: 11px;
	font-family :  Verdana;
	color : #000000;
	margin-top: 20px;
	margin-left: 20px; 
	letter-spacing: 1px;
}

h3 {
	font-weight: bold; 
	font-size: 11px;
	font-family :  Verdana;
	color : #000000;
	margin-top: 5px;
	margin-left: 20px; 
	letter-spacing: 1px;
}



/*links simples*/

a:link { 
    color: #000000 ;
    text-decoration: none;
    font-weight: bold;
  }
a:visited { 
    color: #000000 ;
    text-decoration: none; 
    font-weight: bold;
  }
a:hover { 
    color : #999999;
    text-decoration: none;
    font-weight: bold;
  }   
a:active { 
    color : #999999;
    text-decoration: none;
    font-weight: bold;
  }   

/*links select*/

a.sel:link { 
    color: #999999 ;
    font-weight: bold;
  }
a.sel:visited { 
    color: #999999 ;
    font-weight: bold;
  }
a.sel:hover { 
    color : #999999;
    font-weight: bold;
  }   
a.sel:active { 
    color : #999999;
    font-weight: bold;
  }   

  
   /*link do rodapé - RLdesigns*/
a.rl:link { 
    color: #999999 ;
    text-decoration: none;
  }
a.rl:visited { 
    color: #999999;
    text-decoration: none;
  }
a.rl:hover { 
    color : #996600;
    text-decoration: none;
  }   
a.rl:active { 
    color : #999999;
    text-decoration: none;
  }
