/* CSS Document */
body {
  background-color: #f1e8cb;
  font-family: Arial, Verdana, Tahoma ;
  font-size: 100%; 
  }

  
/* ****************************************************
  INICIO FUNCOES CABECALHO (MENU HORIZONTAL)
 ****************************************************/ 
#cabecalho
{
margin: 0;
border-bottom: 2px solid #5c6e34;
}

#navlist
{
margin: 0;
padding: 0 0 20px 10px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
border-bottom: 2px solid #f1e8cb;
padding-bottom: 2px;
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #5c6e34;

}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 2px solid #6a4208;
padding-bottom: 2px;
background: transparent;
color: #6a4208;
}

#navlist a:hover { color: #6a4208; }

/* ****************************************************
  MENU VERTICAL
 ****************************************************/ 
#Vertical
{
margin-left: 0;
/* border-bottom: 1px solid gray; */
width: 250px;
padding: 0 0 20px 5px;
}

#Vertical li
{
list-style: none;
margin: 0;
padding: 0 0 30px 0px;

}

/*
   top   right   bottom  left
*/

#Vertical a:link, #Vertical a:visited
{
border-bottom: 2px solid #f1e8cb;
padding-bottom: 2px;
float: left;
line-height: 12px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #5c6e34;

}

#Vertical a:link#current, #Vertical a:visited#current, #Vertical a:hover
{
border-bottom: 2px solid #6a4208;
padding-bottom: 2px;
background: transparent;
color: #6a4208;
}


/* ****************************************************
  BOTÃO ENVIAR
 ****************************************************/ 
a.botao:link, a.botao:visited {
	border-bottom: 2px solid #f1e8cb;
	padding-bottom: 2px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #5c6e34;
}

a.botao:hover, a.botao:active {
	border-bottom: 2px solid #6a4208;
	padding-bottom: 2px;
	background: transparent;
	color: #6a4208;
}
a.botaoLink:link, a.botaoLink:visited {
	padding-bottom: 2px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #5c6e34;
}

a.botaoLink:hover, a.botaoLink:active {
	padding-bottom: 2px;
	background: transparent;
	color: #6a4208;
}

/* ****************************************************
  GERAIS
 ****************************************************/ 

 .tituloArea{
	border-bottom: 1px solid #6a4208;
	padding-bottom: 2px;
	font-size: 24px;
	background: transparent;
	color: #6a4208; 
 }
 
 .tituloMenu{
	font-family: Arial, Verdana, Tahoma ;
	font-size: 22px; 
	background: transparent;
	color: #6a4208;
	border-bottom: 1px solid #6a4208;
 }
 
 .textoPadrao{
	font-family: Arial, Verdana, Tahoma ;
	font-size: 12px; 
	color: #000;
 }
 
 .tituloPadrao{
	font-family: Arial, Verdana, Tahoma ;
	font-size: 16px;
	font-weight: bold;	
	color: #000;
 }
 
 .textoDestaque{
	font-family: Arial, Verdana, Tahoma ;
	font-size: 12px; 
	font-weight: bold;
	color: #000;
 }
 
 .colunaDestaque{
	font-family: Arial, Verdana, Tahoma ;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #5c6e34;
 }
 
  .cliqueAqui{
	font-family: Arial, Verdana, Tahoma ;
	font-size: 10px;
	text-decoration: none;
}
 
 /* ****************************************************
  MIDIA
 ****************************************************/ 
 
 .menuMidia {
	float:left;
	width: 200px;
}
