/*Capçalera de la pàgina web*/
#header {
	/*background-image: url("../img/logo_jordi.jpg"); 
	background-image: url("../img/logo_face.jpg");*/
	background-image: url("../img/fvlogoverd.jpg");
	background-repeat: no-repeat;
	/*background-color: #acab01;*/
	background-color: white
	height: 150px;
	margin-top: 1%;
	margin-left: 5%;
	margin-right: 5%;
}

/*Text que hi ha al costat del logotip de l'empresa */
#subHeader {
	float: right;
}

/*/*Div Body */
#body {
	background-color: #397;
	height: 500px;
	margin-left: 5%;
	margin-right: 5%;
}
	
/*Cos de la pàgina web*/
Body {
	width: 100%;
	height: 100%;
	background-color: #363D46;
}

/*Div que contiene el menu*/
#menu {
	width: 100%;
	height: 50px;
	background-color: #397;
	text-align: center;
}

/*Peu de la pàgina web*/
#footer {
	background-color: blue;
	height: 150px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
}