html,body{
	margin:0;
	background: #FFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
body{
	text-align:center;
	color: #666;
	background-image: url(../imatges/fonsCap.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}
p{
	margin:0 10px 10px
}
div#imgDreta{
	text-align: right;
}
div#imgCentre{
	text-align: center;
}
div#imgEsquerra{
	text-align: left;
}
a{
	color: #Fc0;
	text-decoration:none;
}
h4{
	font-size: 16px;
	border-bottom: 0px solid #000;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
h3{
	font-size: 24px;
	border-bottom: 1px solid #000;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
div#cap{
	height:200px;
	width:800px;
	margin:0;
	color: #EF8A18;
	background-image: url(../imatges/logoCap.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div#marc {
	background: url(../imatges/fons.jpg) no-repeat center bottom;
}
div#contenidor{
	text-align:left;
}
div#contingut p{
	font-size: 1.3em;
	line-height:1.2em;
	text-align:justify;
	color:#666;
}
div#contingut li{
	line-height:1.2em;
	padding-bottom: 10px;
}
div#peu{
	background: #FFF;
	height: 20px;
}
div#credits{
	font-size: 8pt;
	clear:both;
	position:relative;
	text-align:left;
	color: #999;
	width:100%;
	height: 120px;
	background-color: #FFF;
	background-image: url(../imatges/fonsPeu.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	
}
div#credits p{
	padding-top: 5px;
	padding-left: 15px;
}
div#credits a{
	color:#999999;
	text-decoration:none;
}
div#credits a:hover{
	color:#CCC;
}
.taronja{
	color:#F93;
}

div#contenidor{
	width:800px;
	margin:0 auto
}
div#contingut{
	padding-top: 15px;
	float:right;
	width:560px;
	margin-right: 10px;
}
div#navegador{
	padding-top: 15px;
	float:left;
	width:220px;
	border-right-width: thin;
	border-left-width: thin;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div#navegador .navcont{
	padding-left: 15px;
	width:210px;
}

div#extra{
	clear:both;
	width:100%
}
div#validacions {
	text-align:right;
}

/* ------- FORMULARI DE CONTACTE ----------- */
#formulariContacte {
	width : 500px;
	margin-right : auto;
	margin-left : auto;
	margin-top : 30px;
	border : 0;
	background-color : #ffffff;
	padding : 5px;
	text-align : left;
	font-size: 11px;
	font-style: normal;
}
#formulariContacte small {
	font-size: 12px;
	font-style: normal;
}
#formulariContacte label {
	width:120px;
	font-size: 12px;
	margin-bottom:15px;
}
#formulariContacte input, #formulariContacte .area, #formulariContacte select {
	width:300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#formulariContacte .boton {
}
