/*************************/
/*   ELEMENTS GENERALS   */
/*************************/

body {  
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size:10pt;
	margin: 0;
	background-color: #ffffff;
}

p {
	padding-bottom: 1ex;
}

/* -----   IMATGES   ---- */

img {
	border: none;
	behavior:	url("_scripts/pngbehavior.htc");
}


/*************************/
/*       CAPÇALERA       */
/*************************/

#capçalera { 	
	width: 100%;
	height: 82px;
	padding: 0;
	background-color: #FFE699;	
	z-index:0;
}

/*****************************/
/*       BARRA DE MENÚ       */
/*****************************/

.barraMenu {	
	height: 18px;
	font-size:10pt;
	text-align: center;
	padding: 4px 0 0 0;
	background-color: #666666; 
	color: black;
	top: 82px;
	width: 100%;
	z-index:1;
}

.barraMenu * {
	text-decoration: none;
	font-weight: bold;
	padding: 0 8px 0 8px;
	margin:  0 8px 0 8px;
	background-color: #666666;	
	color: white;
}

.barraMenu a:hover{
	background-color: white;
	color: #b82619;
}


/*****************************/
/*     COLUMNA ESQUERRA      */
/*****************************/

.barraEsquerra {	
	width: 18%;
	height: 110%;
	margin: 0 0 0 0;
	float: left;
	clear: left;
	background-color:#FDC046;
}

.barraEsquerra .barraEsquerraTitol{	
	font-weight: bold;
	text-align: left;
	padding: 5ex 1ex 1ex 2ex;	
	color: #003399;
}

.barraEsquerra a, .barraEsquerra span {
	text-decoration: none;
	font-weight: normal;
	line-height: 1em;
	padding: 0.3ex 1ex 1ex 3ex;
	display: block;	
 	color: #000000;	
	font-size:8pt;	
}

.barraEsquerra a:hover {
	background-color: #E8E8E8;	
}

.barraEsquerra .barraText{
	font-weight: normal;
	padding: 1ex 0.75ex 1ex 1ex;
}


/*****************************/
/*       COLUMNA DRETA       */
/*****************************/

.barraDreta {	
	width: 18%;
	height: 110%;
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
	border-style: solid;
	border-width: 1px;
	border-color: #e6dfcf;
	background-color: #FFE699;	
	color: black;
	text-align: center;
}

.barraDreta .barraEsquerraTitol{
	font-weight: bold;
	text-align: center;
	margin: 1ex 1ex;
	padding: 0.5ex 1ex;
	border-style: solid;
	border-width: 1px;	
	color: #b82619;
	border-color: #999999;
}

.barraDreta .barraText{
	font-size:75%;
	font-weight: normal;
	line-height: 1.4 em;
	padding: 0 2ex 1em 2ex;	
}

.barraDreta a { 
	color: #ff2020;
}

.barraDreta a:hover {
	text-decoration: none;
}


/*****************************/
/*       PART CENTRAL        */
/*****************************/

#textCos {
	text-align: justify;		
	border-color: #e6dfcf;
	background-color: white; 
	margin: 0.3ex 0 0 0;
}

#textCos a {
	text-decoration: none;
	color: #ffffff; 
}

#textCos a:hover {
	text-decoration: underline;	
}


