@charset "utf-8";

/* Estilo de Links do topo */

a.topo:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #323232;
	text-decoration: none;
	}
a.topo:visited {
		font-family: Tahoma;
		font-size: 12px;
		color: #323232;
		text-decoration: none;
	}
a.topo:hover {
  		font-family: Tahoma;
		font-size: 12px;
		color: #FFCC00;
		text-decoration: none;
	  }

a.topo:active {
		font-family: Tahoma;
		font-size: 12px;
		color: #323232;
		text-decoration: none;
}

/* Estilo de Links do texto */

a.texto:link {
  text-decoration: underline overline
  }
  a.texto:visited {
  text-decoration: underline overline
  }
  a.texto:hover {text-decoration: underline; 
  color: #00FF00;
  }
  a.texto:active {
  text-decoration: underline overline
  }

a.rodape:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #EBEBEB;
	text-decoration: none;
	}
a.rodape:visited {
		font-family: Tahoma;
		font-size: 12px;
		color: #EBEBEB;
		text-decoration: none;
	}
a.rodape:hover {
  		font-family: Tahoma;
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: none;
	  }
a.rodape:active {
		font-family: Tahoma;
		font-size: 12px;
		color: #EBEBEB;
		text-decoration: none;
}

a.saibamais:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #3c5e91;
	text-decoration: none;
	}
a.saibamais:visited {
		font-family: Tahoma;
		font-size: 10px;
		color: #3c5e91;
		text-decoration: none;
	}
a.saibamais:hover {
  		font-family: Tahoma;
		font-size: 10px;
		color: #6e8fc0;
		text-decoration: none;
	  }
a.saibamais:active {
		font-family: Tahoma;
		font-size: 10px;
		color: #3c5e91;
		text-decoration: none;

/* Mensagens de Boas Vindas */
		
}


/* Tabela do meio do site */

.tabela-central {
	font-family: tahoma;
	font-size: 10px;
	border: 1px solid #676767;
	background-color: #FFFFFF;
}
.texto {
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

/* Estilo da Box de seleção de produtos */
  
.box-produtos {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #EBEBEB;
	margin: 3px;
	padding: 5px;
	border: 1px solid #999999;
	height: 15px;
	width: 150px;
}
.detalhe-index1 {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Estilo do Rodapé */

.rodape {
	font-family: Tahoma;
	font-size: 12px;
	color: #EBEBEB;
	text-decoration: none;
}

/* Saiba Mais - Especificações */

.saibamais {
	font-family: Tahoma;
	font-size: 10px;
	color: #0e2547;
	text-decoration: none;
}
.Bem-vindo {
	color: #3c5e91;
	font-size: 16px;
	font-weight: bold;
}
.texto-guia {
	font-family: tahoma;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.linha {
	font-family: tahoma;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}

/* Background pagina geral */

.background-fundo {
	background-color: #F3F3F3;
	margin: 0px;
}
.box-produtos-button {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #EBEBEB;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	height: auto;
	width: auto;
}
.tabela-produtos {
	font-family: tahoma;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.box-formulario {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #EBEBEB;
	border: 1px solid #999999;
}

