/*LAYOUT*/



html, body {
	margin:0;
	border:0;
	padding:0;
	height:100%;
	background:#fff;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image:url(../img/body_bg.gif);
}

#container {
position: relative;
	margin: 0 auto;
	width: 960px;
	height: 100%;
	padding: 0;
	text-align:center;
	background-color: White;
	height: auto;
}
*html#container{
	height: 100%;
	width: 100%;
}

#header {
position: relative;
	width: 940px;
	height:80px;
background-color: #798999;
background-image: url(../img/trama_cap.gif);
padding:10px;
}

#footer {
position: relative;
clear: both;
width: 960px;
height: 32px;
background-color: Black;
text-align: center;
}


#subContainer{
position: relative;
	width: 940px;
	padding: 0px 10px 40px 10px;
	min-height: 450px;
	height: auto;
}


div#logo{
	position: relative;
	float: left;
}

div#banner{
	position: relative;
	float: left;
	margin-left:50px;
	margin-top:10px;

}

div#containerMenu {
position: relative;
width: 960px;
text-align: center;
	height: 36px;
	background-color: #798999;
	padding:0;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #6d7b89;
	border-bottom: 1px solid #6d7b89;
	background-image: url(../img/fons_menu.gif);
	background-repeat: repeat-x;
}

div#back2home, div#lang {
float: left;
width: 32px;
height: 36px;
text-align: center;
border-right: 1px solid #798999;
}

.menuItem {
	float: left;
	height: 24px;
	margin: 0;
	padding: 12px 5px 0px 5px;
	border-right: 1px solid #798999;
	font: 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	display:block;
	text-align: center;
}


.menuItemActiu {
	position: relative;
	float: left;
	height: 24px;
	margin: 0;
	padding: 12px 5px 0px 5px;
	border-right: 1px solid #798999;
	font: bold 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	display:block;
	text-align: center;
	background-color: #EDF1F8;
	color:#798999;
}

div#leftCol{
	width: 480px;
	float: left;
 	margin: 0px 10px 40px 0px;
}

div.leftColCaseStudies{
	width: 440px;
	float: left;
 	margin: 0px 10px 40px 0px;
}

div#centerCol{
	width: 286px;
	float: left;
 	margin: 0px 10px 0px 0px;
}

div#rightCol{
	width: 143px;
	float: right;
 	margin: 0px 0px 0px 0px;
}

.contentColLeft{
float: left;
	width: 440px;
	background-color: White;
	background-image: url(../img/newbgContentCol01.gif);
	background-repeat: repeat-y;
	padding: 0px 20px 20px 20px;
	font-size: 0.9em;
	line-height: 1.8em;
	color: #666666;
	text-align: justify;
	}
	
	.contentColCenter{
float: left;
	width: 246px;
	background-color: White;
	background-image: url(../img/bgContentCol02.gif);
	background-repeat: repeat-y;
	padding: 0px 20px 20px 20px;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: justify;
	color: #666666;
	}
	
.contentColRight{
float: left;
	width: 143px;
	background-color: #E8E8E8;
	/*background-image: url(../img/bgContentCol03.gif);*/
	/*background-repeat: repeat-y;*/
	padding: 20px 0px 20px 0px;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #666666;
	text-align: center;
	border-bottom: 1px dashed #AEBAC8;
	}
	
	
.titolCaixa{
	font-weight: bold;
	color: #666666;
	height:33px;
	padding: 10px 10px 0px 10px;
	text-align: left;
	}
	
.caixaTitolL{
float: left;
margin-bottom: 10px;
width: 480px;
	background-image: url(../img/newcaixa_02.gif);
	background-repeat: repeat-y;
}

.caixaTitolC{
float: left;
margin-bottom: 10px;
width: 286px;
	background-image: url(../img/caixa_03.gif);
	background-repeat: repeat-y;
}

.caixaTitolR{
float: left;
/*margin-bottom: 10px;*/
width: 143px;
padding-bottom: 10px;
background-color: #E8E8E8;
border-bottom: 1px solid #AEBAC8;
	/*background-image: url(../img/caixa_01.gif);*/
	/*background-repeat: repeat-y;*/
}


.decoContentLTop{
float: left;
	height: 10px;
	width: 480px;
	background-image: url(../img/newdecoContentCol01_t.gif);
	background-repeat: no-repeat;
}

.decoContentLBottom{
float: left;
	height: 13px;
	width: 480px;
	background-image: url(../img/newdecoContentCol01_b.gif);
	background-repeat: no-repeat;
}

.decoContentCTop{
	float: left;
	height: 10px;
	width: 286px;
	background-image: url(../img/decoContentCol02_t.gif);
	background-repeat: no-repeat;
}

.decoContentCBottom{
float: left;
	height: 13px;
	width: 286px;
	background-image: url(../img/decoContentCol02_b.gif);
	background-repeat: no-repeat;
}

.decoContentRTop{
	float: left;
	height: 10px;
	width: 143px;
	/*background-image: url(../img/decoContentCol03_t.gif);
	background-repeat: no-repeat;*/
}
	
.decoContentRBottom{
float: left;
	height: 13px;
	width: 143px;
	/*background-image: url(../img/decoContentCol03_b.gif);*/
	/*background-repeat: no-repeat;*/
}


/*ESTILS TIPOGRĀFICS*/

a {
	color: #798999;
	text-decoration: underline;
}

a:hover, a:focus, a:visited{
	color:#AEBAC8;
	text-decoration: underline;
}
	
.titolNoticia{
	font-size: 0.9em;
	color: #993300;
	font-weight: bold;
	background-image: url(../img/bulletNoticia.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

.resumNoticia{
	font-size: 0.9em;
	line-height: 1.4em;
	color: #993300;
}

.noticia{
	font-size: 0.8em;
	line-height: 1.4em;
}

.destacatMarro{
	font-weight: bold;
	color: #993300;
	font-size:1.2em;
}

.menuItem a {
	color: White;
	text-decoration: none;
	}
	
.menuItem a:hover , .menuItem a:focus {
	text-decoration:underline;
	color: #AEBAC8;
	font-weight: bold;
	font-size: 1.1em;
}
.menuItemActiu a{
	color:#6D7B89;
}

#footer p{
	font-size: 0.7em;
	color: #666666;
	padding: 1em;
}

#footer a{
		color: #666666;
		text-decoration: none;
}

#footer a:hover, #footer a:focus{
		color: #CFCFCF;
		text-decoration: underline;
}

.destacat1{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	color: #993300;
}

.destacat2{
	font-size: 1em;
	padding:1em 1.2em 1.2em 1em;
	background-color: #FF9933;
	font-weight: bold;
	line-height: 1.6em;
	color: #666666;
	text-align: center;
	width:15em;
}

.destacat2 a{
text-decoration: underline;
color: #666666;
}

.destacat2 a:hover , .destacat2 a:focus{
color: #CFCFCF;
}

.taules{
	font-size: 0.9em;
	border:0;
}

table.taulesForm{
	font-size: 0.9em;
	border:0;
}

table.taulesForm td{
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: left;
	background-color: #EDF1F8;
}
	
.taules td{
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-bottom: 1px dashed #AEBAC8;
	text-align: left;
	}
	
td.capTaula{
		background-color: #CFCFCF;
		font-weight: bold;
		line-height: 1.2em;
	}

.cita{
	font-family: Georgia, Garamond, Times New Roman;
}

.separador{
	border-top: 1px dashed #666666;
	height: 1px;
}

input.campFormulari {
	border: 1px solid #AEBAC8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8 em;
	color: Black;
}

