/*---------------------------
LOGISNET STYLE [diccionario]
Author: Guillem Lorman
---------------------------*/
#dicc-search {
  width: 100%;
  background: #fff;
  margin: 0 0 0 0px;
  padding: 0;
  border: 0;
}

#dicc-search form {
  margin: 5px 2px 5px 2px;
}

#dicc-search form select {
  font-size: 10px;
}

#dicc-search form input.text {
  font-size: 10px;
  width: 135px;
}

#dicc-search div.buttons {
  background: none ! important;
  width: 100% ! important;
  margin: 2px 0 2px 0;
  text-align: right ! important;
}

#dicc-search #search1 {
  background: url(../compras/img/textura_buscador.gif) repeat-x bottom left #ccc;
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

#dicc-search #search1 h1 {
  background: #3A4D6C;
  color: #fff;
  width: 100%;
  height: 15px;
  font-size: 10px;
  font-weight: normal;
  text-indent: 5px;
  line-height: 15px;
  margin: 0;
}

#dicc-search #search1 input.submit {
  font-size: 12px;
}

#results-list {
  width: 100%;
}

#resultados {
  float: left;
  color: #666;
  text-indent: 8px;
  font-size: 10px;
}

#pageinfo {
  float: right;
  color: #666;
  font-size: 10px;
}

div.result {
  background: #fff;
  color: #666;
  width: 100%;
  margin: 0;
  paddnig: 0;
  border: 1px solid #ccc;
  clear: both;
}

div.result p {
  margin: 5px 0 5px 8px;
}

div.result a {
  color: #666;
}

div.result h2 {
  font-size:12px;
  font-weight: bold;
  text-decoration: none;
}

div.result div.related {
  background: #ccc;
  width: 540px;
  margin: 0 4px 0 4px;
}

div.result div {
  float: left;
  dislpay: inline;
  background: #eaeaea;
  width: 33%;
/*  height: 80px; */
  margin-left: 1px;
  overflow: auto;
}

div.result h3 {
  color: #666;
  font-size: 10px;
  margin: 2px 0 2px 0;
  text-indent: 8px;
}

div.result div a {
  color: #666;
  text-decoration: underline;
}

#paginador {
  width: 100%;
  color: #666;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
}

#paginador a {
  color: #666;
}