body {
	text-align:center;
	padding:0px;
	margin:0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	/***
	  * ZCL@20081124
	  * color:#7e7e7e;
	 ***/
	color:#000; 
	background-color: #222222;
	background-image:url(../imagenes/fondo_body.gif);
	background-repeat:repeat-y;
	background-position:center;
	padding-left:1px;
}

#main {
	margin:auto;
	width:776px;
	text-align:left;
	background-image:url(../imagenes/raya.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	padding:0px;

}

#main_home {
	margin:auto;
	width:776px;
	text-align:left;
	background-image:url(../imagenes/raya.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	padding:0px;
}

#main_projecte {
	margin:auto;
	width:776px;
	text-align:left;
	background-image:url(../imagenes/raya_fondo.gif);
	background-repeat:repeat-y;
}
a {
	text-decoration:none;
	color:#000000;
}

p {
	padding:0px;
	margin:0px;
}

li {
	list-style:none;
	list-style-position:outside;
	padding:0px;
	margin:0px;
}

ul {
	padding:0px;
	margin:0px;
}

img {
	display:block;
}

h2 {
	font-size:14px;
	color:#000000;
	padding:0px;
	margin:0px;
}

#header {
	margin:auto;
	width:776px;
	text-align:left;
	background-color:#ebebeb;
}
.header_superior {
	border-bottom: 1px solid #FFFFFF;
	height: 126px;
}
.header_inferior {
	float:left;
	background-color:#ebebeb;
	border-bottom: 1px solid #FFFFFF;
	height: 124px;
	margin-bottom: 2px;
}
#flash {
	float: left;
	width: 646px;
}
#lenguas {
	background-color:#ebebeb;
	width:125px;
	float:left;
	padding:0px 2px 0px 2px;
	border-left:1px solid #FFFFFF;
	height: 125px;

}
.lenguas_opciones {
	border-bottom:1px solid #FFFFFF;
	width:115px;
	padding:10px 0px 9px 5px;
}
.lenguas_opciones_last {
	width:115px;
	padding:10px 0px 9px 5px;
}
a.tamano_p {
	font-size:10px;
}	

a.tamano_m {
	font-size:12px;
}

a.tamano_g {
	font-size:14px;
}
#logo {
	float:left;
	width: 126px;
}
.menu {
	border-left:1px solid #FFFFFF;
	float:left;
	width:152px;
	/* width:110; */
	float:left;
	}
	/***
	  * Menu de anchura especial
	 ***/
	.menuSpecialWidth {
		width:189px;
		}
.menu_titulo {
	background-color:#0e3dac;
	padding-left:10px;
	height:35px;
	/* width:100; */
	width:142px;
	}
	/***
	  * Menu de anchura especial
	 ***/
	.menu_tituloSpecialWidth {
		width:179px;
	}
.menu_lista {
	background-color:#ebebeb;
	height:85px;
	/* width:110; */
	width:152px;
	padding:3px 0px 0px 0px;
	}
	/***
	  * Menu de anchura especial
	 ***/
	.menu_listaSpecialWidth {
		width:189px;
		}
.menu_lista ul li {
	padding: 1px 10px 1px 10px;;
}

.menu_lista ul li.active {
	background-color: #d1d1d1;
	font-weight:bold;
}

