*{
	margin:0;
	padding:0;
	}

.cercarBoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
        border: 0;
	text-decoration: none;
	background-color: #505039;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.text_destacat {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #505039;
}

fieldset { 
	margin: 10px 0;
	padding: 1em;
	border: 1px solid #505039; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #505039;
	}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #505039;
}
label{
	display: block;
	margin: 1px 0px 1px 0px;
}

/*Formulari*/
input.text  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #505039;
	padding: 1px 4px;
	background-color: #ffffff;
	border: 1px solid #505039;
	width:110px
	}
input.textModificat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #505039;
	padding: 1px 4px;
	background-color: #eee;
	border: 1px solid #505039;
	width:340px
}
input.text2  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #505039;
	padding: 1px 4px;
	background-color: #eee;
	border: 1px solid #505039;
	width:110px
	}
select.select { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #505039;
	padding: 1px 0px;
	background-color: #eee;
	border: 1px solid #505039;
	width:350px
	}
