@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Times New Roman", serif;
	color: #333;
	font-size: 13px;
	background: #F1F2F3 url(../img/background.jpg) center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
body {
	margin: 0;
}
* {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box;
}
a {
	color: #3387D0;
}
.clear { clear: both; }

/* CAPÇALERA */
.wrapper {
	background: #FFF;
	width: 940px;
	margin: 20px auto;
	box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.4);
}
.header {
	margin-bottom: 30px;
}
.header a {
	display: block;
	text-indent: -9999px;
	background: url(../img/header.jpg) no-repeat;
	height: 90px;
	margin-top: -38px;
}

/* SECCIÓ */
.article {
	float: right;
	width: 75%;
	padding: 20px;
	font-size: 15px;
	line-height: 150%;
}
.menu {
	position: fixed;
	width: 230px;
	background: #2B88D8;
	padding: 10px;
	font-family: "Lato", sans-serif;
	font-size: 17px;
	color: #FFF;
	text-transform: uppercase;
}
.menu ul {
	list-style: none;
	padding: 0; margin: 0;
}
.menu li {
	list-style: none;
	padding: 0; margin: 0;
}
.menu a {
	color: #FFF;
	display: block;
	padding: 12px 5px;
	border-bottom: 2px rgba(255,255,255,0.3) solid;
	text-decoration: none;
}
.menu a:hover {
	background: #FFF;
	border-bottom: 2px rgba(255,255,255,1) solid;
	color: #2B88D8;
}
.menu li:last-child a {
	border-bottom: 0;
}

/* FOOTER */
.footer {
	border-top: 1px #2B88D8 solid;
	margin-top: 10px;
	padding-top: 10px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #888;
}
.footer p {
	margin-top: 20px;
	margin-left: 20px;
}
.logo-puv img {
	display: block;
	margin: 0 10px 10px 0;
}
