.buscadorCabecera {
	background:url(/statico/img/comunes/header/buscador_fondo.gif) no-repeat scroll 0 0;
	float:right;
	height:19px;
	width:182px;
}

.buscadorCabecera input.buscador_con_fondo {
	background:url(/statico/img/comunes/header/buscador_google.jpg) no-repeat scroll 0 2px;
	
}

.buscadorCabecera input.buscador_sin_fondo { 
   background : url(/statico/img/comunes/header/trans.gif) 0 2px no-repeat; 
 }

.buscadorCabecera input {
	border:medium none;
	float:left;
	font-size:1.2em;
	height:14px;
	margin:1px 0 0 7px;
	width:150px;
}

input:-moz-read-write, textarea:-moz-read-write {
	-moz-user-modify:read-write !important;
}

.buscadorCabecera input.buscador_con_fondo {
	background:transparent url(/statico/img/comunes/header/buscador_google.jpg) no-repeat scroll 0 2px;
}

input {
	-x-system-font:-moz-field;
	background-color:-moz-field;
	border:2px inset threedface;
	color:-moz-fieldtext;
	cursor:text;
	font-family:-moz-use-system-font;
	font-size:-moz-use-system-font;
	font-size-adjust:-moz-use-system-font;
	font-stretch:-moz-use-system-font;
	font-style:-moz-use-system-font;
	font-variant:-moz-use-system-font;
	font-weight:-moz-use-system-font;
	letter-spacing:normal;
	line-height:normal !important;
	padding:1px 0;
	text-align:start;
	text-indent:0;
	text-rendering:optimizelegibility;
	text-transform:none;
	word-spacing:normal;
}

.buscadorCabecera input.btnYahoo {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:16px;
	text-indent:-900em;
	width:16px;
}


button, input[type="reset"], input[type="button"], input[type="submit"] {
	-moz-appearance:button;
	-moz-binding:none;
	-moz-box-sizing:border-box;
	-moz-user-select:none;
	-x-system-font:-moz-button;
	background-color:buttonface;
	border:2px outset buttonface;
	color:buttontext;
	cursor:default;
	font-family:-moz-use-system-font;
	font-size:-moz-use-system-font;
	font-size-adjust:-moz-use-system-font;
	font-stretch:-moz-use-system-font;
	font-style:-moz-use-system-font;
	font-variant:-moz-use-system-font;
	font-weight:-moz-use-system-font;
	line-height:normal !important;
	padding:0 6px;
	text-align:center;
	white-space:pre;
}

