#menutop1 {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 18px;
	background: url("../imagenes/home.png") 0 0 no-repeat;
}

#menutop1 a {
padding-top: 0px; width: 20px; height: 18px; display: block; overflow: hidden; text-decoration: none;
background: url("../imagenes/home.png") 0 0 no-repeat;
}

#menutop1 a:hover {
background-position: -20px 0;
}

#menutop2 {
margin: 0; padding: 0; width: 20px; height: 18px; 
background: url("../imagenes/mapa.png") 0 0 no-repeat;
}

#menutop2 a {
padding-top: 0px; width: 20px; height: 18px; display: block; overflow: hidden; text-decoration: none;
background: url("../imagenes/mapa.png") 0 0 no-repeat;
}

#menutop2 a:hover {
background-position: -20px 0;
}

#buscar_lupa a{
padding-top: 0px; width: 20px; height: 18px; display: block; overflow: hidden; text-decoration: none; 
}

#buscar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	border: 1px solid #BBBDBF;
	line-height:18px;
	vertical-align : top;
}