@charset "UTF-8";
#destacat {
	border: 1px dotted #0167B4;
	padding: 20px;
	margin-bottom: 20px;
}
#destacat #titol {color: #0167B4; font-weight: bold;}
#presentacio {
}
#inici_titular {
	margin-top: 80px;
	font-weight: bold;
	color: #0066B3;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #0066B3;
	padding-top: 20px;
	font-size: large;
}
#inici_cursiva {
	margin-top: 3px;
	font-size: small;
	font-style: italic;
}
#inici_presentacio {
	margin-top: 10px;
	font-size: small;
}
#models {
}

a:active.inici {
	text-decoration: none;
	color:  #333;
}

a:link.inici {
	text-decoration: underline;
	color: #333;
}

a:visited.inici {
	text-decoration: underline;
	color: #333;
}
a:hover.inici {
	text-decoration: underline;
	color: #0066B3;
}