/***********************************
/ FORMULARIO BUSCAR MENU GLOBAL
***********************************/
.boton_buscar{
	background-color: #000;
	background-image: url(../imagenes/botones/search.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #999;
	width: 30px;
}
.imput_buscar {
	background-color: #F4F4F4;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

