@charset "utf-8";

/* arxius fonts */ 
@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/opensans-regular-webfont.woff") format("woff"),
		 url("../fonts/opensans-regular-webfont.ttf") format("truetype");
	font-weight: normal;
}

@font-face {
	font-family: 'Questrial';
	src: url('../fonts/questrial-regular-webfont.eot');
	src: url("../fonts/questrial-regular-webfont.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/questrial-regular-webfont.woff") format("woff"),
		 url("../fonts/questrial-regular-webfont.ttf") format("truetype");
	font-weight: normal;
}

/* html */
html, body {
	text-align: center;
	margin: 0px 0px;
	padding: 0px;
	background: #F0F0F0;
}

a:link {
	color: red;
	text-decoration: none;
}

a:visited {
	color: red;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a img {
	border: none;
}

/* container general */
#wrapper {
	margin: 0 auto;
	width: 950px;
	background: #fff;
	text-align: left;
}

/* panell de navegacio */
#navigation {
	position: fixed;
	width: 950px;
	margin: 0;
	margin-top: 0px;
	font-family: 'Questrial', Verdana, Arial;
	background: #000000;
}

/* panell de navegacio; alineació (I) */
#navigation ul {
	margin: 0;
	padding: 0;
}

/* panell de navegacio; alineació (II) */
#navigation ul li {
	list-style-type: none;
	display: inline;
}

/* panell de navegacio; mides botons */
#navigation li a {
	display: block;
	float: left;
	padding: 8px 30px;
	color: #fff;
	text-decoration: none;
}

/* panell de navegacio; botons sel_leccionats */
#navigation li a:hover {
	color: #000000;
	background: #fff;
}

/* contingut (general; marges) */
#content {
	clear: left;
	padding: 25px;
	background: #fff;
}

/* fonts (pixels/16=em) */

h1 {
	font-family: 'Questrial', Arial, sans-serif;
	font-weight: normal;
	font-size: 28px;
	margin-top: 100px;
	margin-bottom: 40px;
}

h2 {
	font-family: 'OpenSans', Arial;
	font-weight: normal;
	font-size: 20px;
	margin-top: 50px;
}

p {
	font-family: 'OpenSans', Verdana, Arial;
	font-size: 16px;
}

.space50px {
	margin-top: 50px;
}

.space220px {
	margin-top: 220px;
}

.space1200px {
	margin-top: 1200px;
}

.font_small {
	font-size: 12px;
}

.font_color_grey {
	color: #666;
}

/* peu de pagina */
#footer {
	background: #fff;
	text-align: right;
	padding: 20px;
	font-family: 'OpenSans', Verdana, Arial;
}