body {
	margin: 0;
	padding:0;
	Font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #010101;
	/*background-image: url(img/plantilla-home.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/
}

p {
	margin-top: 4px;
	padding-top: 0;
}

a {
	color: #333333;
}



.container { 
	width: 843px;
	margin: auto;
}

#faixa-gris {
	padding: 6px 0 20px 0;
	background-color: #efefef;
}

#capsal {
	position: relative;
	height: 111px;
	border-bottom: #cc0001 solid 1px;
}


#capsal #logo {
	position: absolute;
	left: 0;
	top: 33px;	
}

#capsal #logo img {
	border: none;
}

#capsal #slogan {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 220px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
}
#capsal #slogan a , #capsal #slogan .idioma_actiu {
	text-decoration: none;
	margin-left: 7px;
}

#capsal #slogan a:hover , #capsal #slogan .idioma_actiu {
	color: #cc0001;
}

.contingut_home {
	padding: 33px 0 12px 0;
}

h2 {
	color: #cc0001;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: #cc0001 solid 1px;
	margin-bottom: 8px;
}

#menu {
	padding-bottom: 15px;
}

#menu ul, .menu_projectes {
	margin: 0;
	padding: 0;
}

#menu ul li, .menu_projectes li {
	float: left;
	width: 210px;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}

#menu ul ul {
	margin-top: 10px
}

#menu ul ul li, .menu_projectes li {
	float: none;
	font-size: 12px;
	font-weight: normal;
	width: 193px;
	padding-bottom: 6px;
	margin-bottom: 4px;
	border-bottom: #999999 dashed 1px;
}

.menu_projectes {
	position: absolute;
	top: 34px;
	left: 0; 
}

.menu_projectes li {
	width: 226px;
}

#menu ul ul li a, .menu_projectes li a {
	text-decoration: none;	
}

#menu ul ul li a:hover, .menu_projectes li a:hover {
	color: #cc0001;
}

.clear {
	clear: both;
	float: none;
	height: 1px;
}

.cont_columnes {
	position:relative;
}

.doblecol {
	top: 30px;
	width: 410px;
	float: left;
}

.esquerra {
	margin-right: 20px;
}


.contingut_projectes {
	position:relative;
}

h2.area {
	color: #010101;
	text-transform: none;
	font-size: 13px;
	padding-bottom: 6px;
	border-bottom: #cccccc solid 1px;
	margin-bottom: 8px;
}

#botomenu {
	position: absolute;
	top:0;
	right: 0;
}

#botomenu a {
	text-decoration: none;
	background-image: url(img/menu_fletxa.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	font-weight: bold;	
}

#botomenu a:hover {
	background-image: url(img/menu_fletxa_on.gif);
	color: #cc0001
}

.proyecto {
	padding-left: 243px;
	min-height: 350px;
	margin-bottom: 36px;
}

.proyecto h1 {
	font-size: 12px;
}

.proyecto .text_projecte {
	width: 300px;
	margin-bottom: 15px;
}

.proyecto .images {
	text-align: center;
}

.proyecto .images img {
	margin-bottom: 0;
	max-width: 600px;
}

.images_carrusel {
	margin: 0 -6px 26px 0;
}

.images_carrusel img {
	margin: 0 6px 10px 0;
	border: none;
}

.videos {
	text-align: center;
}

