/*########*/
/* Modelo */
/*########*/
a {text-decoration: none}
a:link     { color: #000000 }  /* link ainda não visitado */
a:visited  { color: #000000 }  /* link já visitado */
a:hover    { color: #000000; font-weight: bolder;}  /* link que está sob o ponteiro do rato */
a:active   { color: #000000 }  /* link seleccionado */
/*
body {
  margin: 0;
  border: 0;
  padding: 0;
  background: #ffffff; 
  overflow: hidden; 
}

#header {
	position: absolute; 
	top: 2; 
	left: 0; 
	width: 100%; 
	height: 120px; 
	overflow: hidden; 
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
  	background: #ffffff; 
	overflow: hidden;  
}

#contents {
	width: 100%;
	overflow: auto; 
}

/* for internet explorer */
/** html body {
	padding: 122px 0 60px 0; 
}

* html #contents {
	height: 100%; 
	width: 700px; 
}
*//*-----------------------*/

.indice{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: black;
	text-align: center;
}

.menu_inferior{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #A0A0A0;
}

.marquee_text{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #A0A0A0;
}

.geral{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: black;
}

.preco_min_promo{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.titulo{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bolder;
	color: black;
	text-align: center;
	text-transform: uppercase;
	font-stretch: expanded;
}

.subtitulo{
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: bolder;
  color: gray;
}

.a_azul{
  font-family: "Trebuchet MS";
  font-size: 12px;
  font-weight: bolder;
  color: blue;
}

.aviso{
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: bolder;
  color: red;
}

.separador_on{
  background-color:#6699cc;
}

.separador_off{
  background-color: #336699;
}

.botao_pagina_off{
	background-color: #CCCCCC;
	color: #000000;
}

.botao_pagina_on{
	background-color: #CCCCCC;
	color: #FF0000;
}

.dados_logo{
	color:#666666;
	font-size:10px;
}

.destaque {
	font-size: 16px;
	font-weight: bold;
}

