body,html {
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	font-family: Trebuchet MS;
	height:100%;
	color: #333;
}
a {
	text-decoration: none;
	font-family: Trehuchet MS;
	color: #0057c2;
}
a:hover {
	text-decoration: underline;
}
p {
margin: 0px;
	margin-bottom: 7px;
}

/*************************************************************
NAVEGADOR
*************************************************************/

td.navegadorEsquerra {
	background-image: url('../imatges/fons_navegador_esquerra.gif');
	background-repeat: repeat-x;
}
td.navegadorDreta {
	background-image: url('../imatges/fons_navegador_dreta.gif');
	background-repeat: repeat-x;
}
td.navegadorCentral {
	height: 30px;
	background-image: url('../imatges/fons_navegador2.gif');
	background-repeat: no-repeat;
	background-position: -1px 0px;
}
div#navegadorMare {
	width: 810px;
	margin: auto;
	padding: 0px;
}
div.navegador_esquerra {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 15px;
}
div.navegador_dreta {
	float: right;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}
img.navegador_img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
img.bandera {
	border: 0px;
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
	width: 17px;
	height: 10px;
}
a.bandera {

}



/*************************************************************
ESTRUCTURA
*************************************************************/

td.columnaEsquerra {
	background-color: #e77b00;
}
td.columnaDreta {
	background-color: #f2a000;
}
td.columnaCentral {
	width: 1058px;
	height: 100%;
	background-image: url('../imatges/fons_cos.gif');
	background-repeat: repeat-y;
}


/*************************************************************
MENU INFERIOR
*************************************************************/

table.menu_inferior {
	text-align: center;
	margin-top: 30px;
	color: #ffffff;
	font-size: 9pt;
}
td.col_menu_inferior1 {
	background-image: url('../imatges/fons_menu_inferior1.gif');
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
td.col_menu_inferior2 {
	background-image: url('../imatges/fons_menu_inferior2.gif');
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
td.col_menu_inferior3 {
	background-image: url('../imatges/fons_menu_inferior1.gif');
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
td.col_menu_inferior4 {
	background-image: url('../imatges/fons_menu_inferior3.gif');
	background-repeat: no-repeat;
	background-position: 1px 0px;
	width: 110px;
}
td.col_menu_inferior5 {
	background-image: url('../imatges/fons_menu_inferior4.gif');
	background-repeat: no-repeat;
	background-position: right 0px;
	width: 110px;
}
td.col_menu_inferior_seleccionat {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	color:#e9511f;
}

td.col_menu_inferior3_seleccionat {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	color:#ffffff;
}

a.menu_inferior_link {
	display: table-cell;
	text-decoration: none;
	color: #ffffff;
}
a.menu_inferior_link:hover {
	text-decoration: none;
}

a.menu_inferior_link_seleccionat {
	display: table-cell;
	text-decoration: none;
	color:#e9511f;
}
a.menu_inferior_link_seleccionat:hover {
	text-decoration: none;
}

/*************************************************************
FINAL
*************************************************************/

div.final_mare {
	width: 775px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 8pt;
	font-family: Trebuchet MS;
	color: #4d4d4d;
}
div.final_esquerra {
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 361px;
}
div.final_centre {
	float: left;
	width: 53px;
}
div.final_dreta {
	text-align: right;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 361px;
}
img.logo_6tems {
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

/*************************************************************
INICI
*************************************************************/

div.iniciText {
	width: 775px;
	margin: auto;
	text-align: justify;
}



/*************************************************************
COS
*************************************************************/

div#cos {
	width:775px;
	margin: auto;
	margin-top: 10px;
}

div.cos_menu {
	margin-top: 10px;
	float: left;
	width: 210px;
}
div.cos_cos {
	margin-top: 10px;
	float: left;
	width: 565px;
}


/*************************************************************
BLOCS DE TEXTS
*************************************************************/

span.titol_1 {
	font-size: 20pt;
	color: #000000;
	font-family: Trebuchet MS;
}
span.titol_2 {
	color: #333333;
	font-size: 12pt;
	font-weight: bold;
	font-family: Trebuchet MS;
	line-height: 17px;
}
span.titol_3 {
	color: #4d4d4d;
	font-size: 10pt;
	font-family: Trebuchet MS;
	line-height: 15px;
}

/*************************************************************
LLISTES
*************************************************************/
ul.llista_tick {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li.llista_tick {
	background-image: url('../imatges/tick.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #333;
}
li.llista_tick a {
	color: #333;
}
ul.llista_tick_sub {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
}
li.llista_tick_sub {
	background-image: url('../imatges/tick.gif');
	background-repeat: no-repeat;
	background-position: 20px 4px;
	padding-left: 60px;
	#padding-left: 40px;
	_padding-left: 40px;
	margin-bottom: 10px;
}
li.llista_tick_sub a {
	color: #333;
}
td.tick {
	background-image: url('../imatges/tick.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
}

ul.llista_fletxa {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: Trebuchet MS;
	color: #333333;
}
li.llista_fletxa {
	padding-left: 20px;
	margin-bottom: 15px;
	color: #333333;
}
ul.llista_fletxa_sub {
	list-style-type: none;
	margin: 0px;
	margin-top:6px;
	padding: 0px;
	font-size: 10pt;
	font-family: Trebuchet MS;
	color: #333333;
}
li.llista_fletxa_sub {
	padding-left: 40px;
	#padding-left: 20px;
	_padding-left: 20px;
	margin-bottom: 8px;
	color: #333333;
}
li.llista_fletxa_sub_select {
	background-image: url('../imatges/fletxa.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 20px;
	margin-left: 20px;
	#margin-left: 0px;
	_margin-left: 0px;
	margin-bottom: 8px;
	color: #000000;
}
a.llista_fletxa {
	text-decoration: none;
	color: #333333;
}
a.llista_fletxa:hover {
	text-decoration: none;
	color: #000000;
}
li.llista_fletxa_select {
	background-image: url('../imatges/fletxa.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 20px;
	margin-bottom: 15px;
	color: #000000;
}
li.llista_negreta {
	padding-left: 20px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #000000;
}

/*************************************************************
FLASH
*************************************************************/

div#flashentorn {
	margin: auto;
	width: 550px;
	height: 385px;
	margin-bottom: 15px;
}
div.flashcomarribar {
	margin: auto;
	width: 550px;
	height: 335px;
}
div#flashhome {
	margin: auto;
	width: 850px;
	height: 470px;
}
div#flashinterior {
	margin: auto;
	width: 850px;
	height: 275px;
}

/*************************************************************
FORMULARIS
*************************************************************/

td.form_label {
	font-size: 10pt;
	padding-right: 15px;
	text-align: left;
}
td.form_boto {
	text-align: center;
}
input.form_input {
	border: 1px solid #e9511f;
	width: 250px;
}
input.form_input_llarg {
	border: 1px solid #e9511f;
	width: 350px;
}
input.form_input_petit {
	border: 1px solid #e9511f;
	width: 150px;
}
div.form_boto, a.form_boto2 {
	width: 104px;
	height: 23px;
	padding-top: 2px;
	background-image: url('../imatges/boto.png');
	background-position: 0px 0px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}
div.form_boto:hover, a.form_boto2:hover {
	background-position: 104px 0px;
	color: #e9511f;
}
a.form_boto, a.form_boto2 {
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #ffffff;
}
a.form_boto:hover {
	color: #e9511f;
	text-decoration: none;
}
textarea.form_textarea {
	border: 1px solid #e9511f;
	width: 770px;
	height: 100px;
	overflow: auto;
}
.form_avis_legal {
	width: 100%;
	padding-top: 7px;
	margin-top: 20px;
	border-top: 1px solid #ffe181;
}
.form_checkbox {
	border: 1px solid #ffe181;
}
.error {
	border: 1px solid #ff0000;
	width: 350px;
}
.errorCheck {
	border: 1px solid #ff0000;
}
div.form_error {
	color: #ff0000;
	font-size: 11px;
}




/*************************************************************
TARIFES
*************************************************************/

td.tarifes_preu {
	border-bottom: 2px solid #ffe181;
	text-align: center;
	width: 71px;
	height: 40px;
}
td.tarifes_preu2 {
	border-bottom: 2px solid #ffe181;
	text-align: center;
	width: 71px;
	height: 40px;
	background-color: #fdc100;
}
td.tarifes_data_dinamic {
	width: 136px;
	font-size: 15px;
}
td.tarifes_data {
	width: 136px;
	font-size: 13px;
	text-align: center;
	line-height: 14px;
}
td.tarifes_data2 {
	width: 136px;
	font-size: 13px;
	text-align: center;
	line-height: 14px;
	text-align:center;
}
td.tarifes_data .d1 {
	padding-top: 16px;
	width: 135px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url('../imatges/boto6.gif');
}
td.tarifes_data .d2 {
	padding-top: 16px;
	width: 135px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url('../imatges/boto5.gif');
}
td.tarifes_data span {
	font-size: 10px;
	line-height: 10px;
}
td.tarifes_data2 .d1, td.tarifes_data2 .d2, td.tarifes_data2 .d3 {
	width: 115px;
	height: 38px;
	background-repeat: no-repeat;
	background-image: url('../imatges/dates.png');
	text-indent:-1000px;
	overflow:hidden;
	margin:0 auto;
}
td.tarifes_data2 .d1 { background-position:0px -46px; }
td.tarifes_data2 .d2 { background-position:0px 0px; }
td.tarifes_data2 .d3 { background-position:0px -90px; }
td.tarifes_nits {
	border-bottom: 1px solid #ffffff;
	text-align: center;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pastilla_oferta {
	margin: 0 auto;
	width:550px;
	height:53px;
	line-height:53px;
	font-size:15px;
	background-image: url('../imatges/pastilla_2.gif');
	background-repeat: no-repeat;
	text-align:center;
}

/*************************************************************
RESERVES
*************************************************************/

div.reserves_boto {
	float: left;
	width: 180px;
	height: 46px;
	#height: 50px;
	background-image: url('../imatges/boto1.gif');
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 15px;
	margin-top: 30px;
}
div.reserves_boto:hover {
	background-image: url('../imatges/boto1_roll.gif');
}
div.reserves_boto2 {
	float: left;
	width: 180px;
	height: 46px;
	background-image: url('../imatges/boto2.gif');
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 15px;
	margin-top: 30px;
}
div.reserves_boto2:hover {
	background-image: url('../imatges/boto2_roll.gif');
}
div.reserves_boto3 {
	float: left;
	width: 180px;
	height: 46px;
	background-image: url('../imatges/boto3.gif');
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 15px;
	margin-top: 30px;
}
div.reserves_boto3:hover {
	background-image: url('../imatges/boto3_roll.gif');
}
div.reserves_boto4 {
	float: left;
	width: 180px;
	height: 46px;
	background-image: url('../imatges/boto4.gif');
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 15px;
	margin-top: 30px;
}
div.reserves_boto4:hover {
	background-image: url('../imatges/boto4_roll.gif');
}
div.reserves_text {
	float: left;
	width: 530px;
	padding-top: 4px;
	margin-left: 40px;
	margin-top: 30px;
	color: #333333;
}
a.reserves {
	display:block;
}
a.reserves:hover {
	text-decoration:none;
}

/*************************************************************
GOOGLE
*************************************************************/
div.googleMapsAPI_mare {
	background-image: url('../imatges/marc.gif');
	background-repeat: no-repeat;
	width: 520px;
	height: 305px;
	padding: 16px 16px 16px 13px;
}
div.googleMapsAPI {
	width: 520px;
	height: 303px;
	overflow: hidden;
}


/*************************************************************
LINKS
*************************************************************/
div.links {
	margin-bottom: 15px;
	margin-left: 50px;
}
div.links a {
	color: #000;
}
div.links span {
	font-weight: bold;
	font-size: 12pt;
	color: #000;
}

/*************************************************************
MAPA WEB
*************************************************************/
div.mapa_web {
	margin-left: 200px;
}



div.quadre_petit {
	float: left;
	width: 182px;
	height: 129px;
	background-repeat: no-repeat;
}
img.quadre_petit {
	width: 158px;
	height: 103px;
	margin-top: 13px;
	margin-left: 12px;
}

/*************************************************************
INSTALACIONS
*************************************************************/
#instalacions a {
	color: #000;
}

/*******************************************************************************
CALENDARI
*******************************************************************************/

.dia {
	border: 1px solid #ffe6a1;
	width:15px;
	font-size:8px;
	font-family:tahoma, Arial, Verdana;
	text-align:center;
	padding:1px;
	 
}

.diab{
	background-color:#FFF;
	color:#000;
	width:20px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:8px;
	font-family:tahoma, Arial, Verdana;
	font-weight:bold;
	text-align:center;
	 
}

.diab2{
	background-color:#FFF;
	color:#000;
	width:15px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:8px;
	font-family:tahoma, Arial, Verdana;
	font-weight:bold;
	text-align:center;
	 
}

.diaset{
	background-color:#527bb9;
	color:#FFF;
	width:20px;
	font-size:8px;
	font-family:Verdana;
	font-weight:normal;
	text-align:center;
	 
}

.caldia
{
	text-decoration: none;
	font-family:Verdana, Arial, Verdana; 
	font-size:8px; 
	font-weight:bold;
	color:#000;
	background-color:#FFF;
	text-align:center;
	display:block;
	border:1px solid #000;
}

.caltitol
{
	background-color:#27477e;
	text-decoration: none;
	font-family:Verdana, Arial, Verdana; 
	font-size:10px;
	color:#FFF; 
	font-weight:bold;
	text-decoration:none;
	padding-bottom: 2px;
	padding-top: 1px;
}

.calalta{
	background-color:#ef7732;
	color:#fff;
	border: 1px solid #ffe6a1;
}
.calbaixa{
	background-color:#ced846;
	color:#fff;
	border: 1px solid #ffe6a1;
}
.calmitja{
	background-color:#d1d7e6;
	color:#fff;
}

.compesel{
	background-color:#A8DF00;
	color: #000;
	text-decoration:none;
}

.compesel2{
	background-color:#FF0000;
	color: #FFF;
	text-decoration:none;
}
.tdia {
	width:15px;
	height:10px;
}

.calalta2{
	background-color:#e2001a;
	color:#fff;
	border: 1px solid #ffe6a1;
}
.calbaixa2{
	background-color:#008a2e;
	color:#fff;
	border: 1px solid #ffe6a1;
}
.calmitja2{
	background-color:#009fbb;
	color:#fff;
	border: 1px solid #ffe6a1;
}

/*************************** PRINT ************************/
#fiprint {
	position: absolute;
	top: -1000px;
	left: -1000px;
	display: none;
}
