#header {
	width: 940px;
	height: 100px;
	background-image: url(../../images/header/header_bg.gif);
	background-repeat: no-repeat;
}
#header #cerca_box {
	float: right;
	width: 177px;
	height: 46px;
	padding-top: 30px;
	color: #FFFFFF;
}
#header #cerca_input {
	float: left;
	background-image: url(../../images/header/cerca_input.gif);
	background-repeat: no-repeat;
	width: 118px;
	height: 19px;
	margin-right: 8px;
	background-position: left bottom;
}
#header #cerca_input input{
	border: 0 none;
	width: 109px;
	height: 14px;
	margin-top: 3px;
	margin-left: 5px;
	font-size: 10px;
}
#header #cerca_btt {
	float: left;
	margin-top: 0px !important;
	margin-top: 1px;
	width: 26px;
	height: 19px;
	background-position: left bottom;
}
#header #cerca_btt input {
	background-image: url(../../images/header/cerca_btt.gif);
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
#header #cerca_btt input:hover {
	background-image: url(../../images/header/cerca_btt_hv.gif);
	background-repeat: no-repeat;
}