/**************************** 
* Buscador nombre
****************************/


#buscador {
  margin:10px auto 50px;
  width:923px;
}

#buscador div.top{
  background: transparent url(/images/buscador-home-sup.png) no-repeat scroll left top;
  width:923px;
  height:18px;
}

#buscador div.bottom{
  background: transparent url(/images/buscador-home-inf.png) no-repeat scroll left top;
  width:923px;
  height:17px;
}

#buscador #contenido-buscador{
  border-left:1px solid #eeeeee;
  border-right:2px solid #bfbfbf;
  padding:20px 0 1px 50px;
}

#buscador_nombre{
	margin-top:30px;
	margin-bottom:30px;
}

#buscador_nombre_box{
  border:1px solid lightgrey;
  color:#707070;
  font-size:1.25em;
  font-weight:bold;
  height:19px;
  margin:0;
  width:500px;
  margin-right:15px;
  float:left;
  clear:both;
}



#buscador_nombre label {
color:#959595;
float:left;
font-size:1em;
margin:0 0 7px 2px;
}

#buscador_nombre_btn{
background:transparent url(/images/boton.png) no-repeat scroll left top;
border:medium none;
color:#FFFFFF;
cursor:pointer;
font-weight:bold;
height:34px;
margin-left:140px;
margin-top:18px;
width:70px;
}

#resultados_busqueda_nombre{
float:left;
margin-bottom:10px;
width:70%;
}

#buscador_nombre_paginador{
  clear:both;
  margin-bottom:30px;
}

#publi_buscador_nombre{
  float:right;
}

#resultados_busqueda{
  float:left;
  width:100% ;
  margin-bottom:10px;
}


#resultados_busqueda .negocio{
  padding: 4px 0 6px 0;
  border-bottom:1px dotted #dedede;
  margin-bottom: 8px;
  float:left;
  width:100%;
  clear: both;
}

#resultados_busqueda .negocio .texto_negocio{
float:left;
width:93%;
}

#resultados_busqueda .negocio a {
  font-size:1.22em;
  display:block;  
}

#resultados_busqueda .negocio a:visited {
  color:#2288cc;
}


#resultados_busqueda .negocio .contactar{
  font-weight:normal;
}

#resultados_busqueda .negocio .telefono{
  padding-top:4px;
  display:block;
}

#resultados_busqueda .negocio .direccion{
  padding-top:4px;
  display:block;
}

#resultados_busqueda .negocio .valoracion{
  padding-top:8px;
  display:block;
  float:left;
}

#resultados_busqueda .negocio .numerocomentarios{
position:relative;
top:-4px;
padding-left:5px;
}








