@charset "UTF-8";
body {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
}

#container {
	width: 900px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(rcs/fons_menu.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#containerCapsalera{
	background-color:#FFFFFF;
}

#containerMenu {
	width:180px;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	text-align:left;
	float:left;	
}

#containerCentre {
	width:505px;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	text-align:left;
	float:left;
}

#containerDreta {
	width:215px;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	text-align:left;
	float:right;
}

.clearFloat{
	clear:both;
	float:none;
	height:0px;
	margin:0px;
	padding:0px;
	font-size:1px;	
}

h1{
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #84B819;
	text-decoration: none;
	font-weight: bold;
}

h2.titolet{
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #84B819;
	text-decoration: none;
	font-weight: bold;
}

/************************************************* capçalera *************************************************/
#capAdresa {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #84B819;
	margin-top:8px;
	margin-bottom:8px;
	padding-bottom:0px;
	font-style: normal;
	text-align: left;
	float:left;
}

#capAdresa a{
	color: #84B819;
	text-decoration:none;
}

#capAdresa a:hover{
	color: #666666;
	text-decoration:underline;
}




#capIdiomes {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #009CDA;
	margin-top:8px;
	margin-bottom:8px;
	padding-bottom:0px;
	font-style: normal;
	text-align: right;
	float:right;
}

a.linkIdiomes{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;	
	color: #009CDA;
	text-decoration: none;
}

a:hover.linkIdiomes{
	color:#013D4F;
}

a.linkIdiomes_over{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;	
	color: #013D4F;
	text-decoration: none;
}

a:hover.linkIdiomes_over{
	color:#013D4F;
}

/************************************************* menú *************************************************/
#menuLlista{
	margin-top:8px;
	margin-bottom:5px;	
}

h5{
	color:#2b5000;
	font-family: "Trebuchet MS", Arial;
	font-size:12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-left:35px;
}

#imgMenu{
	width:180px;
	height:3px;
}

a.linkMenu{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.linkMenu{
	color:#2b5000;
}

.fonsMenuSeleccionat{
	background-color:#619a0c;
	margin-left:15px;
	margin-bottom:1px;
}

.fonsMenu{
	margin-left:15px;
	margin-bottom:1px;
}

.submenu{
	margin-left:20px;
}
/************************************************* centre *************************************************/
#centreContenidor{
	margin-left:15px;
	margin-right:15px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-align:justify;
}

#centreTitol{
	margin-bottom:15px;
}

.fotoPortada{
	margin-top:21px;
	margin-bottom:14px;
}

/************************************************* dreta *************************************************/

#buscador{
	width:199px;
	height:86px;
	background-image: url(rcs/fons_buscador.gif);
	background-repeat: no-repeat;
	margin-top:0px;
	margin-bottom:13px;
	margin-left:0px;
}

#buscadorEsquerra{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #4D4D4D;
	padding-top:9px;
	padding-left:8px;
	float:left;
}

#buscadorDreta{
	padding-top:5px;
	padding-right:12px;
	float:right;
}

#buscadorCaixa{
	padding-left:8px;
	padding-bottom:8px;
}

/*** x buscador en anglès ***/

#buscadorEsquerraPetit{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #4D4D4D;
	padding-top:2px;
	padding-left:8px;
	float:left;
}

#buscadorPetit{
	width:199px;
	height:94px;
	background-image: url(rcs/fons_buscador.gif);
	background-repeat: no-repeat;
	margin-top:0px;
	margin-bottom:13px;
	margin-left:0px;
}

/************************/


.inputBuscador{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #4D4D4D;
	width:183px;
	height:46px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.botoBuscador{
	margin-top:0px;
	margin-left:0px;
	cursor:pointer;
}

.anunci{
	margin-bottom:13px;
	margin-left:0px;
}

.bannerImatge{
	margin-bottom:0px;
	text-align:left;
}


/************************************************* peu *************************************************/

a.linkPeu{
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.linkPeu{
	color:#2b5000;
}

#textPeu{
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left:35px;
	margin-top:8px;
}

#imatgePeu{
	margin-top:11px;
}

#adrecaPeu{
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #4D4D4D;
	text-decoration: none;
	padding-left:185px;
	padding-top:5px;
	padding-bottom:5px;
}

a.linkAdrecaPeu{
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #4D4D4D;
	text-decoration: none;
}

a:hover.linkAdrecaPeu{
	color:#2b5000;
}

/************************************************* platges *************************************************/

#llistaPlatges{
	margin-top:11px;
	margin-bottom:30px;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84B819;*/
}

a.links{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
}

a:hover.links{
	color:#2b5000;
}

#platgesEsquerra{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
	width:230px;
	float:left;
	line-height: 16px;
}

#platgesDreta{
	width:230px;
	float: right;
}

.fotosPlatges{
	margin-bottom:12px;
}

.fonsDescPlatgesTitol{
	background-color:#84B819;
}

.fonsDescPlatgesA{
	background-color:#eaf2d8;
}

.fonsDescPlatgesB{
	background-color:#FFFFFF;
}

.DescPlatgesTitol{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left:6px;
}	

.DescPlatgesTextEsq{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-left:6px;
}

.DescPlatgesTextDreta{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
}

.taulaEstabliments{
	margin-top:20px;
}

#platgesDescripcio{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
	width:472px;
	float:left;
	line-height: 16px;
}

.platgesImatge{
	margin-left:12px;
	margin-bottom:12px;
}

a.linksGrisNormal{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
}
a.linksGrisNormal:hover{
	color:#000000;
}

.textGris{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
	padding-left:6px;
}


a.lightwindow{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
}

a.lightwindow:hover{
	color:#000000;
}

h2.titolPlatja{
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #84B819;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.majuscules{
	text-transform: uppercase;
}

/************************************************* agenda *************************************************/

#titolAgenda{
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #84B819;
	text-decoration: none;
	margin-bottom:14px;
}

.fonsBotoPaginacio{
	background-color: #eaf2d8;
	border: 1px solid #eaf2d8;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.fonsBotoPaginacio:hover{
	border: 1px solid #84B819;
}

.fonsBotoPaginacio a{
	color: #000000;
	text-decoration: none;
}


.fonsBotoPaginacioSeleccionada{
	background-color: #eaf2d8;
	border: 1px solid #84B819;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.fonsBotoPaginacioSeleccionada a{
	color: #000000;
	text-decoration: none;
}

a.linksMesos{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #84B819;
	text-decoration: none;
	text-transform: uppercase;
}

a.linksMesos:hover{
	color:#2b5000;
}

/************************************************* agenda_mesos *************************************************/

#botoMes{
	background-color: #eaf2d8;
	width:230px;
	height:14px;
	margin:3px;
	
}

	#botoMes div{
		padding-left:6px;
		padding-top:1px;
	}

#botoMes:hover{
	background-color: #b9d785;
}

a.botoMes{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.botoMes:hover{
	text-decoration: none;
}

#botoMesSeleccionat{
	background-color: #b9d785;
	width:230px;
	height:14px;
	margin:3px;
	
}
	#botoMesSeleccionat div{
		padding-left:6px;
		padding-top:1px;
	}

#botoMesSeleccionat:hover{
	background-color: #b9d785;
}

a.botoMesSeleccionat{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.botoMesSeleccionat:hover{
	text-decoration: none;
}


#fons_menu_esq{
	width:230px;
	height:14px;
	background-color:#e4f1cf;
	float:left;
	text-align:left;
}

#fons_menu_dreta{
	width:230px;
	height:14px;
	background-color:#e4f1cf;
	float:right;
	text-align:right;
}

/************************************************* guia *************************************************/

a.linksVerd{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #84B819;
	text-decoration: underline;
}

a:hover.linksVerd{
	color:#2b5000;
}


a.linksActiu{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #84B819;
	text-decoration: none;
	font-weight: bold;
}

a:hover.linksActiu{
	color:#2b5000;
}

.lletraVerda{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #84B819;
	text-decoration: none;
}

a.linksNegre{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover.linksNegre{
	color:#4D4D4D;
}

.lletraExplicacio{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
	line-height: 16px;
}

/************************************************* esclanyà *************************************************/

#subtitol{
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #84B819;
	text-decoration: none;
	line-height: 24px;
}

/************************************************* contacte *************************************************/

.inputLlarg{
	background-color: #eaf2d8;
	border: 1px solid #84B819;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	width:475px;
	height:14px;
	margin-bottom:8px;
	margin-top:4px;
}

.inputCurt{
	background-color: #eaf2d8;
	border: 1px solid #84B819;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	width:230px;
	height:14px;
	margin-bottom:8px;
	margin-top:4px;
}


.textareaLlarg{
	background-color: #eaf2d8;
	border: 1px solid #84B819;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	width:475px;
	height:74px;
	margin-bottom:8px;
	margin-top:4px;
}

.inputCheck{
	background-color: #eaf2d8;
	border: 1px solid #84B819;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	width:14px;
	height:14px;
}

.lletraNormal{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
}

.lletraPetita{
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #4D4D4D;
	text-decoration: none;
}

.botoEnviar{
	background-color: #eaf2d8;
	border: 1px solid #84B819;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	width:60px;
	height:20px;
}

.botoEnviar:hover{
	background-color: #84B819;
	border: 1px solid #84B819;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	width:60px;
	height:20px;
}


/***************************************************** restaurants **********************************************/

.llistaEntitatsInfo{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
}

a.linksGris{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration:underline;
}
a.linksGris:hover{
	color:#000000;
}

.capaEsquerraAccordio{
	width:200px;
	float:left;
	padding-left:6px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
}
.capaDretaAccordio{
	width:245px;
	float:right;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
}

.capaDretaAccordioPlatges{
	width:205px;
	float:right;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
}

.selectsEntitats{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration:none;
	border: 1px solid #4D4D4D;
}

.imatgeEntitats{
	margin-top:12px;
	margin-bottom:12px;
}

.popejats{
	float:left;
}


#imatgesSalaPremsa{
	width:257px;
	float:right;
}

/***************************************************** temps **********************************************/

a.linkTemps{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;	
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.linkTemps{
	color:#4D4D4D;
}

.graus{
	font-size: 18px;
}

.tempsCentre{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align:center;
}

#elTemps{
	width:199px;
	height:57px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:10px;
	background-image: url(rcs/temps/fons_temps.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
}

.tempsActual{
	float:left;
	padding-right:10px;
	font-size:12px;
}

.tempsPrevisio{
	float:left;
	text-align:center;
	padding-right:10px;
}

.tempsTemperaturesEsquerra
{
	text-align:left;
	padding-left:10px;
	float:left;
}

.tempsTemperaturesDreta
{
	text-align:right;
	padding-right:5px;
	float:right;
}

.tempsTemperaturesCentre
{
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

/***************************************************** sala de premsa **********************************************/
.llistaPremsaEsquerra{
		float:left;
		width:100px;
}
.llistaPremsaDreta{
		float:left;
}

/************************************************* buscador *************************************************/
#centreContenidorBuscador{
	margin-left:15px;
	margin-right:5px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #4D4D4D;
	text-align:justify;
}
