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

body {
	background:url(../img/back_body.png) left top repeat-x #8e2800;
	color:#FFF;
}

#contenedor {
	width: 960px;
	background: url(../img/background_grupo_pagina.gif) left top repeat-y;
	margin: 0 auto 0 auto;
}

#cabecera {
	
}

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

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

#menuSuperior{
	border-bottom: 2px solid #b64926;
	width: 960px;
	overflow:hidden;
}

#botonesSuperior{
text-align:right;
}

#botonesSuperior a:link, #botonesSuperior a:active, #botonesSuperior a:visited {
display:block;
float:right;
padding: 5px 10px;
background: #fad46f url(../img/back_boton_superior.png) repeat-x left bottom;
border: 1px solid #dea303;
color: #5d1a00;
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 #dc6b00;
text-decoration:none;
}

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

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

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



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


	#menuLateral a {color: #ffb03b;}

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

	#menuLateral li {
	background: #712100 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: #face58 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;
		}
		
		#menuLateral li li a{
		color: #8e2800;
		}
		
		#menuLateral li li#selectedFill {
		background: none;
		
		}

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

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

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

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

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

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 {
	
}

#imatges {

	float: right;
}

.imgTop, .imgBottom {
	text-align:center;
	background: #FFF;
	padding: 3px;
	margin: 5px 0 20px 30px;
	border: 1px solid #dfe2e3;
}

.imgBottom {
	margin: 15px 0 15px 50px;
}

/* 	############ tarifas     #################
	###########################################
	###########################################
*/
.tarifas{
	border-top: 1px solid #ffb03b;
	border-bottom: 1px solid #ffb03b;
	margin: 15px 0;
}
.tarifas td, .tarifas th{
	padding:10px 5px 10px 5px;
	font-size:14px;
	font-weight: bold;
}
.tarifas th{
	color: #ffb03b;
}



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

h4.titPromocio {
	color: #ffb03b;
}

.promocio{
	margin: 0 0 20px 0;
}


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

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

/* 	############ peu ##########################
	###########################################
	###########################################
*/
address {
	text-align:center;
	padding:15px 5px 5px 5px;
	font-size: 12px;
}

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