@charset "UTF-8";
#contacte_1 {
	text-align: left;
	font-size: medium;
	color: #0066B3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#contacte_2 {
	text-align: left;
	font-size: medium;
	color: #333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
#contacte_3 {
	text-align: left;
	font-size: small;
	color: #333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#contacte_4 {
	text-align: left;
	font-size: small;
	color: #333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	background-image: url(../imatges/contacte.jpg);
	height: 450px;
	background-repeat: no-repeat;
	background-position: bottom;
}
a:active.contacte {
	text-decoration: none;
	color: #0066B3;
}

a:link.contacte {
	color: #0066B3;
	text-decoration: underline;
}

a:visited.contacte {
	text-decoration: underline;
	color: #0066B3;
}
a:hover.contacte {
	text-decoration: underline;
	color: #333;
}
