
#header {
	width: 100%;
	font-size: small;
	background-color: #bfbfbf;
}


#header input {

	font-size: small;
}

.cerca {
	padding-top: 2px;
	text-align: right;
	background-color: #bfbfbf;
	padding-bottom: 2px;
}

.title {
	font-family: "Times New Roman", Times, serif;
	background-color: #ffffff;
	background-image: url('../_img/background_header.gif');
	background-repeat:no-repeat;
	background-position: right top;
	clear: both;
}

#logo {
	float: left;
}

.titleimage {
	margin-top: 50px;
	margin-bottom: 24px;
	margin-left: -50px;
}

#utilities {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
}


#utilitieslist {
	text-align: right;
	padding: 0.1em 0.2em 0.1em 0.2em;
	margin: 0px;
}

#utilitieslist ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#utilitieslist li {
	/*float: right;*/
	display: inline;
	list-style-type: none;
}

#utilitieslist a {
	color: #000000;
	margin: 1px 1px 1px 0px;
	padding: 0.1em 0.2em 0.1em 0.2em;
	text-decoration: none;
}

#utilitieslist a:hover {
	text-decoration: underline;
}