@CHARSET "UTF-8";


body {
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	background-image:url('../img/fons.jpg');
}

#container {
	margin:auto;
	width:90%;
}

#idiomes {
	font-size:0.8em;
}

#idiomes a {
	color:#888888;
	font-weight:bold;
	text-decoration:underline;
}

#idiomes a:hover {
	text-decoration:none;
}

#header {
	clear:both;
	text-align:center;
}

#header h2 {
	margin-top:0;
	padding-top:0;
}

#footer {
	clear:both;
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
	border-top:1px solid #000000;
	width:75%;
	margin:auto;
	padding-top:0.5em;
}

#options {
	font-size:1.2em;
}

#options a {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

#options a.seleccionada {
	color:#ffa26f;
	color:#888888;
}

#options a:hover {
	text-decoration:none;
}

#options ul {
	text-align:center;
	margin:0;
	padding:0;
}

#options li {
	display:inline;	
	padding-left:1em;
	padding-right:1em;
}

#contents {
	margin-top:2em;
	margin-bottom:2em;	
	text-align:justify;
	font-size:1.4em;
	line-height:1.5em;
}

#contents a, #footer a {
	color:#ff9262;
	font-weight:bold;
}

.dadesContacte {
	float:left;
	width:50%;
	text-align:center;
	line-height:2em;
	font-weight:bold;
	font-size:1.2em
}

.formulariContacte {
	margin-left:51%;
}

.formulariContacte .txt {
	width:15em;
}