/*@charset "UTF-8";*//* CSS Document */    html {    overflow: auto;    }    	body  {	margin: 0; 	padding: 0;	text-align: center;	background-image: url(../imgs/bg.jpg);	background-repeat: repeat-x;    }		#contenidorGeneral {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #333333;	width: 100%;	height: 100%;	text-align: center;	font-size: 11px;	}    #container {	height: 550px;	width: 960px;	position: absolute;	left: 50%;	top: 50%;	margin-top: -275px;	margin-left: -480px;	text-align: left;	background-color: #FFFFFF;    }     #header {	width: 960px;	height: 150px;	background-repeat: no-repeat;    } 		#headerLogo {	width: 300px;	float: left;	}	#headerDeco {	width: 660px;	float: right;	}    #sidebar {	float: left;	width: 200px;	height: 310px;    }		#menuLateral {	width: 150px;	margin-left: 50px;	color: #FFFFFF;	height: 310px;	background-color: #676767; 	}    #mainContent {	height: 320px;	width: 700px;	float: right;	padding-right: 50px;    } 		#mainContentFoto {	height: 310px;	width: 300px;	float: left;	} 		#mainContentText {	height: 280px;	width: 340px;	float: left;	margin-left: 10px;	background-color: #F3F3F3;	} 	#footer {	clear:both;	text-align: right;	font-size: 10px;	padding: 20px 50px 0px 0px;    } 	.text {	color: #525252;	line-height: 17px;	padding: 5px 25px 25px 25px;	}		.titol {	color: #009CDD;	font-weight: bold;	}		.separador {	color: #CCCCCC;	}		a:link, a:visited {	text-decoration:none;	color: #999999;	}	a:hover {	color:#069EDB;	}	h1 {	font-weight: normal;	color: #069EDB;	line-height: 22px;	font-size: 14px;	}	/* Flash */		.flashcontent {	height: 100%;	}		.flashcontent2 {	height: 100%;	}		/* Noticies */			.caixaTextNoticies { /* Caixa */	height: 280px;	width: 160px;	float: left;	background-color: #F3F3F3;	margin-left: 10px;	line-height: 18px;	padding: 15px;	color: #525252;	}		.textNoticies {	color: #666666;	height: 215px;	/*margin-bottom: 30px;*/	overflow: auto;	/*	scrollbar-face-color : #F3F3F3;    scrollbar-highlight-color : #666666;    scrollbar-3dlight-color : #999999;    scrollbar-darkshadow-color : #666666;    scrollbar-arrow-color : #666666;    scrollbar-shadow-color : #666666;    scrollbar-track-color: #666666;     */	}		.botonsNoticies {	float:right;	}			/* Projectes pagina principal */	.fotosProjectes { /* Fotos petites */	height: 160px;	width: 175px;	float: left;	}		.botonsProjectesInici {	float: left;	padding: 70px 0 0 80px;	}		.botoProjecteMenysInici {	position: absolute;	top: 389px;	left: 796px;	width: 24px;	text-align: center;	}		.botoProjecteMesInici {	position: absolute;	top: 379px;	left: 806px;	width: 24px;	text-align: center;	}		.contornProjectes {	border: 1px solid #999999;	}		/* Caixa de text de Projectes*/		#caixaFotoProjectes { /* Caixa */	height: 310px;	width: 500px;	float: left;	}		#caixaTextProjectes { /* Caixa */	height: 280px;	width: 160px;	float: left;	background-color: #F3F3F3;	margin-left: 10px;	line-height: 18px;	padding: 15px;	color: #525252;	}		.botoProjectesTornar {	text-align: left;	margin-bottom: 15px;	}		.titolProjectes {	color: #009BDE;	font-weight: bold;	margin-top: 0px;	margin-bottom: 5px;	}	.subtitolProjectes {	color: #1F1E1C;	margin-bottom: 15px;	}		.textProjectes {	color: #666666;	height: 160px;	}		.botonsProjectes {	float:right;	}			.botoProjecteMenys {	position: absolute;	top: 421px;	left: 836px;	width: 24px;	text-align: center;	}		.botoProjecteMes {	position: absolute;	top: 421px;	left: 864px;	width: 24px;	text-align: center;	}		
