@charset "utf-8";
/* CSS Document */
* {
margin: 0; /* tots els elements sense marge */
padding: 0;
}
body {
	background-color: #FFFFFF;	
}
#contenidor {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	margin-bottom: 35px;
}
#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;
}
.titolnom {
	font-family: Georgia, "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;
}

#menudret {
	float: right;
	margin:5px;
	margin-top: 20px;
}

#imgpral {
	
	width: 30%;
}
#textedreta {
	border-left: 1px dotted  #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	width: 50%;
	float: left;
	margin-top: 110px;
	margin-left: 50px;
	margin-bottom: 30px;
	overflow: visible;
}
#textedreta h2{
	color: #666666;
	margin-left: 40px;
	font-family: Impact, Georgia, "Times New Roman", serif;
}

#imgDeco {
	margin-top: 40%;
	position: fixed;
	bottom: 0px;
	margin-left: 70%;
}

.imgesq {
	margin-top: 110px;
	float: left;
}

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: 40px;
	width: 60%;
}
#peu {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	clear: both;
	border-top: 1px solid #B3ADAF;
	text-align: center;
	color: #999999;
	height: 35px;
	bottom: 0px;
	z-index: 1000;
	left: 0px;
	right: 0px;
	position: fixed;
}
#copy {
	padding-top: 7px;
}

#copy a {
	font-size: 18px;
}
#contenidor #textedreta img {
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: -12px;
}
#capsal #josep {
	float: left;
	margin-top: 10px;
}
#capsal #josep .imjosep {
	border: 0px;
	margin-left: -8px;
}
