/************************************************** Estructura General **************************************************/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
	background-color:#fff;
}

#neteja_floats {
	clear:both;
	height:1px; /* sense el height aquest en el IE8 no fa el margin-top del títol de la pàgina */
}

#container_central {
	width:960px;
	position:relative; 
	left:50%;
	margin-left:-480px;
	min-height:300px;
}

#peu_pag {
	width:100%;
	background-image:url(../img/fons_peu.jpg);
	background-repeat:repeat-x;
	margin-top:25px;
	height:72px;
}

/* ***************************** COS *************************************************************/
#container_texte {
	width:450px;
	margin:15px 0 0 203px;
}

#container_fotos {
	margin:20px 0 0 0;
	text-align:right;
}
	#container_fotos div {
		/*float:right;*/
		display:inline; /* es renderitza millor amb això que amb el float per tal que les ombres surtin al costat dret */
		margin:0 0px 0 12px;
	}

.boto_standar {
	width:112px;
	height:18px;
	background-image:url(../img/icono_boto_standar.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin-top:15px;
	padding:3px 0 0 20px;
}
	.boto_standar:hover{ /* estil de'l botó quan ens posem a sobre */
		border:1px solid #fdf21e;
		cursor:pointer;
		color:#999;
	}
	.boto_standar a{ /* estil de l'enllaç (texte) de dins el botó */
		display:block; /* així faig que l'enllaç sigui tot el botó i no només el texte */
		color:#fff;
		text-decoration:none;
		cursor:pointer;
	}
	.boto_standar a:hover{ /* estil de l'enllaç (texte) de dins el botó quan estem a sobre */
		color:#ccc;
		text-decoration:none;
		cursor:pointer;
	}
	
/***************** textes ***************************/
.proteccioDades {
	font-size:10px;
	color:#999999;
}

/***************** menús *****************************/
.titolGeneral {
	width:100%;
	height:30px;
	background-color:#fff8eb;
	border:1px dotted #70614e;
	cursor:pointer;
	margin-bottom:7px;
	font-size:14px;
}

	.titolGeneral:hover {
		background-color:#fdebc9;
		border:1px dotted #70614e;
		color:#333333;
	}
	
	.titolGeneral div{
		padding:9px 0 0 10px;
	}

.textePlats {
	width:100%;
	margin-bottom:10px;
}

/* títol per entrants, primer plat, etc... */	
h2 {
	width:auto;
	background-color:#fffbf4;
	border:1px solid #e4d8c8;
	padding:4px;
	font-weight:bold;
	margin-bottom:10px;
}
	
/***************** enllaços *************************/
#a.link_general {
	text-decoration:underline;
}
	a:link.link_general		{color:#000}
	a:visited.link_general	{color:#000}
	a:hover.link_general	{color:#fb8347}
	a:active.link_general	{color:#fb8347}

/************************************************** formulari i localització **************************************************/
#container_formulari {
	float:left;
	width:400px;
	margin:15px 0 0 203px;
}
	
	#containerFormulari p{
		line-height:normal;
		margin-bottom:10px;
		text-align:justify;
	}

.inputs{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	width:388px;
	margin-bottom:3px;
}

.textArea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	width:388px;
	height:80px;
	margin-bottom:3px;
}

.botons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #676767;
	border: 1px solid #000000;
	width:150px;
}

	.botons:hover{
		color: #FFFFFF;
		cursor:pointer;
		background-color:#f67001;
	}

#resultat_form_error {
	width:368px;
	background-color:#fef5f4;
	border:1px solid #ff5e47;
	color:#e20025;
	padding:10px;
}

#resultat_form_ok {
	width:368px;
	background-color:#f8fff3;
	border:1px solid #58bb0f;
	color:#347305;
	padding:10px;
}

#localitzacio {
	float:right;
	width:325px;
	margin:15px 10px 0 0;
	text-align:right;
}

#GoogleMap{
	width:100%;
	height:300px;
	overflow:hidden;
}
