@charset "utf-8";
/* CSS Document */
* {
margin: 0; /* tots els elements sense marge */
padding: 0;
}

#principal {
	width: 60%;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/contacte/contacte2.jpg) no-repeat;
	
}


#principal #emf-form {
	margin-left: 300px;
	padding-top: 50px;
	padding-bottom: 40px;
	width: 60%;
	
}

.img_signe {
	float: right;


}


#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;
}
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 {
	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 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;
}
