@charset "utf-8";
/* CSS Document */

* {
margin: 0; /* tots els elements sense marge */
padding: 0;
}
body {
	background-color: #FFFFFF;	
}
#capsal {
	position: fixed;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-bottom: 1px solid #B3ADAF;
}
#capsal p {
	font-family: "Times New Roman", Times, serif;
	float: left;
	margin: 14px 0 0 0;
	font-size: 20px;
	color: #999999;
}
.titolnom {
	font-family: "Times New Roman", Times, serif;
	float: left;
	margin-top: 14px;
	margin-left: 0px;
}
.titolnom a {
	margin-left: 0px;
	font-size: 18px;
}
.titol1 {
	float: left;
	color: #999999;
	margin: 26px 0 0 50px;
}
#contenidor {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#menudret {
	float: right;
	margin:5px;
	margin-top: 20px;
}
#imgpral {
	margin-top: 17%;
	float: left;
	width: 48%;
}
#textedreta {
	float: right;
	width: 51%;
	border-left: 1px dotted  #999999;
	margin-top: 18%;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#textedreta img {margin-left: 20px;}
.imgesq {
	float: right;
	margin-right: 10px;

}
a {
text-decoration: none;
margin-left: 10px;
color: #999999;
font-family:"Times New Roman", Times, serif;
font-size: 24px;
}
a:hover {
	color: #666666;
}
p {
	margin-left: 30px;
	width: 57%;
	text-align: left;
}
#peu {
	position: fixed; /* fixa el peu al fina finestra */
	bottom: 0; /* fixa el peu al fina finestra */
	left: 0;
	right: 0;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	height: 35px;
	background-color: #FFFFFF;
	clear: both;
	border-top: 1px solid #B3ADAF;
	text-align: center;
	color: #999999;
}
#copy {
	padding-top: 7px;
}

#copy a {
	font-size: 18px;
}
#contenidor #textedreta h2 {
	margin-left: 30px;
	font-family: Impact, Georgia, "Times New Roman", serif;
}
#contenidor #textedreta img {
	width: 56%;
	margin-left: 27px;
	margin-top: -11px;
}
#capsal #josep {
	float: left;
	margin-top: 10px;
}
#capsal #josep .imjosep {
	border: 0px;
	margin-left: -8px;
}
