/* 	############ contingut       ############  
	###########################################
	###########################################
*/

body {
	color:#333;
}

#contenedor {
	width: 960px;
	margin: 0 auto 0 auto;
}

#cabecera {
	
}

#grupoPagina {
	width: 960px;
	overflow:hidden;
	border-top: 1px solid #99a945;
	margin: 1px 0 0 0; 
	padding: 30px 0 0 0;
}

/* 	############ menu superior       ############  
	###########################################
	###########################################
*/

#menuSuperior{
	border-bottom: 2px solid #6c8201;
	width: 960px;
	overflow:hidden;
	background: url(../img/cabecera.jpg) no-repeat left top;
	padding: 220px 0 0 0;
}

#botonesSuperior{
text-align:right;
}

#botonesSuperior a:link, #botonesSuperior a:active, #botonesSuperior a:visited {
display:block;
float:right;
padding: 5px 10px;
background: #9aaa46 url(../img/back_boton_superior.png) repeat-x left bottom;
border: 1px solid #6c8201;
color: #FFF;
font: normal bold 20px "Trebuchet MS", Trebuchet, serif;
margin: 0 0 5px 10px;
}
#botonesSuperior a:hover{
background: #ffb76b url(../img/back_boton_superior_actiu.png) repeat-x left bottom;
border: 1px solid #25410e;
text-decoration:none;
}

#idiomas {
float:left;
margin: 0 0 0 75px;
}

#idiomas img{
	margin: 0 10px 0 10px;
}

/* 	############ contingut       ############  
	###########################################
	###########################################
*/



#menuLateral {
	background: #25410e;
	font: normal normal 18px/20px "Trebuchet MS", Trebuchet, serif;
	padding: 10px;
	color: #FFF;
	width: 260px;
	float:left;
}


	#menuLateral a {color: #FFF;}

	#menuLateral a:hover {
		text-decoration:none;
		color: #ffb03b;
	}

	#menuLateral li {
	background: #4f6a3a url(../img/back_li_menu_lateral.png) repeat-x left bottom;
	padding: 10px 5px 10px 17px;
	margin: 0 0 7px 0;
	}
	#menuLateral li#selected {
	background: #9dad4b url(../img/back_li_menu_lateral_selected.png) repeat-x left bottom;
	}
	
		#menuLateral li li{
		background: none;
		padding: 2px 0 0 10px;
		font-size: 16px;
		color: #ffb03b;
		}
		
		#menuLateral li li a{
		color: #FFF;
		}
		
		#menuLateral li li#selectedFill {
		background: none;
		}

/* 	############ pagina       #################
	###########################################
	###########################################
*/

#pagina {
	margin: 0 0 0 300px;
}

h1{
	font: normal bold 48px/40px "Trebuchet MS", Trebuchet, serif;
	color: #99a945;
	margin: 0 0 30px 0;
}

h2{	
	font: normal bold 20px/22px "Trebuchet MS", Trebuchet, serif;
	color:#25410e;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #99a945;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

h5 a:link, h5 a:active, h5 a:visited{
	font-size: 14px;
	color: #ffb03b;
	text-decoration:underline;
}

.contenido{
	margin: 0 20px 20px 20px;
	width: 691px; /* per ie6 */
	overflow:hidden;
}

.texte {
	
}

.imgTop, .imgBottom {
text-align: center;
}

.imgTop img, .imgBottom img{
	
	background: #FFF;
	padding: 3px;
	margin: 5px 0 20px 0;
	border: 1px solid #dfe2e3;

}



/* 	############ tarifas     #################
	###########################################
	###########################################
*/
.tarifas{
	border-top: 1px solid #a69f77;
	/* border-bottom: 1px solid #d2cfbb; */
	margin: 15px 0;
}
.tarifas td, .tarifas th{
	padding:8px 5px 8px 5px;
	font-size:14px;
	font-weight: bold;
	background: #FFF url(../img/back_table_tarifes.png) repeat-x left bottom;
	border-bottom: 1px solid #d2cfbb;
}
.tarifas th{
	color: #99a945;
}
.tarifas td{
border-left: 1px solid #f1f1f1;
}


/* 	############ promociones  #################
	###########################################
	###########################################
*/



iframe{
	overflow:hidden; /* per ie6 */
}
/* 	############ enlaces  #####################
	###########################################
	###########################################
*/

.enllac{
	padding: 0 0 20px 0;
	width: 650px;
	overflow: hidden;
	border-bottom: 1px solid #6c8201;
	margin: 0 0 20px 0;
}

/* 	############ peu ##########################
	###########################################
	###########################################
*/
address {
	text-align:center;
	padding:10px 5px 10px 5px;
	font-size: 12px;
	color: #FFF;
}
address a:link, address a:active, address a:visited {
color: #FFF;
text-decoration: underline;
}

#peu {
	background:url(../img/back_pie.png) repeat-x left top ;
}
