.header {
	background: #AD8E67;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	color: white;
	padding: 15px 0;
}

.header span {
	color:black;
	font-size: 1.5em;
}

.page {
	font-family: 'Bitter', serif;
	font-size: 1.2em;
	text-align: justify;
}

.page img {
	margin-bottom: 15px;
}

.destacat {
	margin: 30px 0;
	border-bottom: 3px solid #AD8E67;
	border-top: 3px solid #AD8E67;
	padding: 15px 0;
	font-size: 1.3em;
}

blockquote {
	font-size: 1em;
	margin-left: 50px;
	margin-right: 30px;
	}
	
.center {
	text-align: center;
}

.send {
	margin: 15px 0 50px 0;
}

form {
	border-bottom: 50px solid #AC8E69;
	margin-bottom: 50px;
}

.menu {
	margin-top: 15px;
}

.nav-pills>li.active>a {
	background-color: #AC8E69;
}

.nav-pills>li.active>a:hover {
	color:black;
	background-color: #AC8E69;
}

.tipologia {
	text-align: center;
	margin-bottom:40px;
}

.entitats span, .individuals span {
	border-bottom: 3px solid #AD8E67;
	color: #AD8E67;
	font-weight: bold;
	padding-bottom: 10px;
}

.canvi {
	cursor:pointer;
}