.fundoLogo {
  background-image: url(../imgs/fundo_logo.gif);
  background-repeat: no-repeat;
}

.fundoMenu {
  background-image: url(../imgs/fundo_menu.gif);
  background-repeat: repeat-y;
}

.fundoBaseLinha {
  background-image: url(../imgs/base_linha.gif);
}

.fundoLinhaVertical {
  background-image: url(../imgs/fundo_vertical.gif);
  background-repeat: repeat-y;
}

.detalheSubCategoria {
  margin: 0.3em 0 0 0.8em;
  padding: 0;
}

/* Links -------------------------------------------------------------------- */
.indisponivel {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;
}

.linkPequeno {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
} 

/* -- Categorias -- */ 
.categorias {
  list-style-type: square;
  margin: 0.3em 0 0 0.1em;
  padding: 0;
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  font-weight: bold;
  line-height: 95%;
  color: #000000;
  text-decoration: none;
}
  a.categorias:hover {
    color: #990000;
  }
  a.outras:hover {
    color: #990000;
  }

/* -- Sub-Categorias -- */  
.subCategorias {
  list-style-type: square;
  margin: 0.3em 0 0 0.1em;
  padding: 0;
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  line-height: 95%;
  color: #000000;
  text-decoration: none;
}
  a.subCategorias:hover {
    color: #990000;
  }

.texto {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.vejaNovidades {
  font-family: Arial, Tahoma, Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #990000;
}

.tituloPequeno {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  color: #990000;
  font-weight: bold;
  vertical-align: baseline;
}
legend {
	font-size: 12px;
}
fieldset {
	font-size: 12px;
}
table {
	font-size: 12px;
}
.bgcolordivisorias {
    background-color:#D72C28; 
}
#partecentrocapa {
	float: left;
	width: 574px;
}
