@charset "utf-8";
/* CSS Document */
#banner{
	width: 100%;
	height: 105px;
	background-color: #640f0a;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-box-shadow: -5px 1px 3px #333;
	}
#barra_menu {
	width:100%;
	height: 100px;
	}
#contenidor {
	width: 930px;
	height: 600px;
	margin: 0 auto;
	}
.menu {
	position: fixed;
	width: 925px;
	margin: 0 auto;
	top: 0;
	z-index: 99;
	}
#cincpixelsdreta{
	margin-left: 10px;
	}
.menu ul{
	list-style: none;
	}
.menu li{
	width: 100px;
	text-align: center;
	float: left;
	margin-left: 65px;
	margin-top: 27px;
	}
.menu a{
	position: relative;
	font-family:"Trebuchet MS";
	margin-top: 5px;
	height: 10px;
	font-size:12px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display:block; 
	padding: 15px;
	}
.menu a.actiu{
	font-size:12px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display:block; 
	border-bottom-style: inset;
	border-width: 2px;
	}
.menu a:hover {
	border-bottom-style: inset;
	border-width: 2px;
	}


.logo {
	width: 100px;
	float:left;
	margin-right:323px; 
	display:block;
	text-align: left;
	margin-top: 13px;
	}
.logo a{
	text-align: left;
	}

#cos {
	height: 350px;
	}

#peu{
	clear: both;
	width: 100%;
	height: 50px;
	background-color: #fff;
	position: absolute;
	margin-top: 30px;
	margin-bottom: 150px;
	left: 0;
	}
h2 {
	font-family:"Trebuchet MS";
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 35px;
	font-weight: normal;
	}
h3 {
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #640f0a;
	text-align: center;
	margin-top: 15px;
	font-weight: normal;
	}
h5 {
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #640f0a;
	text-align: left;
	margin-top: 3px;
	font-weight: normal;
	}
h6{
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #640f0a;
	text-align: left;
	margin-top: 3px;
	font-weight: bold;
	}
#cos_projectes{
	width: 925px;
	height: 1450px;
	margin: 0 auto;
	margin-left: 10px;
	top: 70px;
	position: relative;
	margin-bottom: 20px;
	}

.projectes {
	width: 286px;
	height: 200px;
	margin-right: 20px;
	margin-bottom: 40px;
	float: left;
	display: inline-block;
	position: relative;
	}
.text-projectes{
	position:absolute;
	width: 286px; 
	height: 105px;
	background-color: #640f0a;
	-webkit-opacity: 0.8;
	top:0;
	left:0;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #fff;
	text-align:center;
	padding-top: 95px;
	display: none;
	}
.enllac{
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #640f0a;
	text-align: center;
	margin-top: 25px;
	font-weight: normal;
	text-decoration: none;
	}
.enllac_projectes {
	text-decoration:none;
	color: #640f0a;
	}

#peu_showroom{
	clear: both;
	width: 100%;
	height: 50px;
	background-color: #fff;
	position:absolute;
	top: 450px;
	left: 0;
	}
#cos_contacte{
	width: 925px;
	height: 600px;
	margin: 0 auto;
	margin-left: 10px;
	top: 70px;
	position: relative;
	}
#direccio {
	width: 250px;
	height: 600px;
	float: left;
	}
#mapa{
	float: left;
	-webkit-box-shadow: 0px 1px 5px #999999;
	margin-left: 19px;
	}