/*FINDER INICIO*/
#buscador_contenedor{
	width: 180px; 
	height: 20px; 
	position: relative; 
	overflow:hidden; 
	margin-right:5px;
}

#buscador_der{
	display: block; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	width: 19px; 
	height: 20px; 
	background: url(/imagenes/buscador_der.png) right top no-repeat;
	behavior:url(/includes/iepngfix.htc);
}

#buscador_centro{
	position:absolute; 
	width:142px; 
	height:20px; 
	right:19px; 
	top: 0px; 
	z-index:9999; 
	overflow:hidden;
}

#buscador_centro input{
	background:url(/imagenes/buscador_centro.png) repeat-x; 
	border: 0px; 
	font: 10px Verdana, Geneva, sans-serif; 
	height:20px; 
	position:absolute; 
	top:0px; 
	right:0px; 
	width:142px; 
	padding: 5px 0 0 0;
}

#buscador_izq{ 
	display: block; 
	position: absolute; 
	right: 161px; 
	top: 0px; 
	width: 9px; 
	height: 20px; 
	background: url(/imagenes/buscador_izq.png) left top no-repeat;
	behavior:url(/includes/iepngfix.htc);
}

#buscador_param{
	position:absolute; 
	left: 6px; 
	top: 28px;
}
/*FINDER*/
