/**********************************************************************
**	Estil de formulari breu
**********************************************************************/
.cercador_voltant {
  border: 1px solid #AAAAAA;
  height: 30px;
  border-radius: 3px;
  background: #ffffff;
  margin-top: 72px;
  margin-bottom: 20px;
  max-width: 250px;
  float: right;
}
.cercador_voltant #cercador {
  margin: 0;
  padding: 0;
}
.cercador_voltant .fila_form {
  float: left;
  clear: none;
  padding: 0px;
  margin: 0px;
}
.cercador_voltant .etiqueta {
  display: none !important;
}
.cercador_voltant #div_paraula {
  width: 87%;
  margin-left: 2px;
}
.cercador_voltant #info_paraula {
  float: left;
  padding-left: 0px;
}
.cercador_voltant #paraula {
  width: 100%;
  border: 1px solid #ffffff;
  font-size: 1em;
  color: #000000;
  margin: 4px 0px 0px 0px;
  padding: 0;
}
.cercador_voltant #div_cercar {
  display: none;
}
.cercador_voltant #div_img_submit {
  width: 20px;
  padding-top: 4px;
}
.cercador_voltant #info_img_submit .fa {
  color: #F1A930;
}
/**********************************************************************
**	FI estil form breu
**********************************************************************/
.cercador_item {
  margin-bottom: 10px;
  border-bottom: 1px dotted #999999;
  padding-bottom: 10px;
}
.cercador_item h2 {
  margin-bottom: 5px;
  color: #000000;
}
.cercador_item h2 a {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
  font-size: 1.1em;
}
.cercador_item h2 a:hover {
  text-decoration: underline;
  color: #000000;
}
.cercador_item em {
  font-weight: bold;
  font-style: normal;
}
.breadcrumbs_cerca {
  font-size: 0.9em;
  margin-bottom: 10px;
}
.breadcrumbs_cerca a {
  color: #666666;
}
/**********************************************************************/
/*# sourceMappingURL=estils.css.map */