ul { list-style: none; margin: 0; padding: 0px;}
li { margin: 0; padding: 0px;}

#buscador { margin: 0px; padding: 0px; width: 160px;}
#buscador .botonBuscador {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	line-height: 32px; /* para centrar el texto verticalmente */
	
	margin: 0 0 5px 0;
	padding: 0px;
	display: block;
	width: 160px;
	height: 32px;
	/* text-indent: -5000px; */
	overflow: hidden;
}


#buscador .botonCiudad  { background-image: url(../img/buscador_ciudad.png); background-repeat: no-repeat; }
#buscador .botonPlaya   { background-image: url(../img/buscador_playa.png); background-repeat: no-repeat; }
#buscador .botonMontana { background-image: url(../img/buscador_montana.png); background-repeat: no-repeat; }
#buscador .botonGolf    { background-image: url(../img/buscador_golf.png); background-repeat: no-repeat; }


.botonBuscador:hover {
	background-position: 0px -32px;
}



