@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;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 40px;
}
#imgpral {
}
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;
}
.lang {


}

.lang a {
	font-size: large;
	margin-right: 10px;
	color: #ae876c;
}
.lang a:hover {
	color: #660000;
}

#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 .language {
	position: relative;
	bottom: 37px;
}
#contenidor .language .punt {
	color: #999999;
}
