#intro h2 a {
	text-decoration: none;
	font-weight: normal;
}

#pobles_esquerra, #pobles_dreta {
	list-style: none;
	padding: 0;
	width: 40%;
}

#pobles_esquerra {
	float: left;
	margin-left: 10%;
}

#pobles_dreta {
	margin-left: 50%;
}

#contenidor_global {
	text-align: center;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	clear: both;
}

#intro a .nom_poble {
	font-size: 20px;
	font-style: italic;
}

h3 {
	clear: both;
	width: 480px;
	margin: 10px auto 0px;
	background-color: #02423c;
	padding: 4px;
	font-size: 14px;
	color: #FFF;
	border: solid 1px #003F00;
	border-bottom: none;
	text-align: left;
}

.cont_area {
	width: 480px;
	margin: 0px auto;
	padding: 4px;
	border: solid 1px #003F00;
	border-top: none;
	background-color: #b8d1ce;
	text-align: justify;
}

.cont_area:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.area_foto {
	float: right;
	width: 175px;
	height: 117px;
	text-align: center;
}

.area_foto img {
	display: block;
	margin: auto;
}

.area_info {
	width: auto;
	margin-right: 179px;
	font-size: 10px;
	line-height: 14px;
}

.area_info p {
	margin: 4px;
}

.negreta {
	font-weight: bold;
}
.tornarDalt {
	float: right;
	margin-top: 10px;
}