

a  {
	padding: 0px;
	text-decoration: none;
	margin: 0px;
	color: #686868;
}



h2 {padding:0;margin:0}
html h2 {margin:0}


BODY  {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}


.taula_continguts {
	margin-top: 33px;
	margin-left: 2px;
	padding: 0px;
}

.box_info{
	height: 424px;
	width: 714px;
	background-color: #E4E4E4;
	margin-top: 33px;
	margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.taula_continguts_dibu {
	margin-top: 19px;
	/*margin-left: 25px;*/
	margin-left: 0px;
	padding: 0px;
}

.taula_general	{
	width: 913px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}


/* --- botons menu horitzontal ---------------------------- */


.boto_seat {
	display: block;
	width: 130px;
	height: 17px;
	background-image:  url(img/seating_off.gif);
	background-repeat: no-repeat;
}

a.boto_seat:hover {
	background-image:  url(img/seating_on.gif);
	background-repeat: no-repeat;
}

.boto_furn {
	display: block;
	width: 130px;
	height: 17px;
	background-image:  url(img/furniture_off.gif);
	background-repeat: no-repeat;
}

a.boto_furn:hover {
	background-image:  url(img/furniture_on.gif);
	background-repeat: no-repeat;
}


.boto_light {
	display: block;
	width: 130px;
	height: 17px;
	background-image:  url(img/lighting_off.gif);
	background-repeat: no-repeat;
}

a.boto_light:hover {
	background-image:  url(img/lighting_on.gif);
	background-repeat: no-repeat;
}


.boto_obj {
	display: block;
	width: 130px;
	height: 17px;
	background-image:  url(img/objects_off.gif);
	background-repeat: no-repeat;
}

a.boto_obj:hover {
	background-image:  url(img/objects_on.gif);
	background-repeat: no-repeat;
}


/* --- botons menu vertical ---------------------------- */

.boto_arch {
	display: block;
	width: 70px;
	height: 20px;
	background-image:  url(img/mnu2_archive_off.jpg);
	background-repeat: no-repeat;
}

a.boto_arch:hover {
	background-image:  url(img/mnu2_archive_on.jpg);
	background-repeat: no-repeat;
}

.boto_new {
	display: block;
	width: 70px;
	height: 20px;
	background-image:  url(img/mnu2_new_off.jpg);
	background-repeat: no-repeat;
}

a.boto_new:hover {
	background-image:  url(img/mnu2_new_on.jpg);
	background-repeat: no-repeat;
}

.boto_link {
	display: block;
	width: 70px;
	height: 20px;
	background-image:  url(img/mnu2_links_off.jpg);
	background-repeat: no-repeat;
}

a.boto_link:hover {
	background-image:  url(img/mnu2_links_on.jpg);
	background-repeat: no-repeat;
}

.boto_info {
	display: block;
	width: 70px;
	height: 28px;
	background-image:  url(img/mnu2_b_info_off.jpg);
	background-repeat: no-repeat;
}

a.boto_info:hover {
	background-image:  url(img/mnu2_b_info_on.jpg);
	background-repeat: no-repeat;
}



.boto_nl {
	display: block;
	width: 70px;
	height: 20px;
	background-image:  url(img/mnu2_b_nl_off.jpg);
	background-repeat: no-repeat;
}

a.boto_nl:hover {
	background-image:  url(img/mnu2_b_nl_on.jpg);
	background-repeat: no-repeat;
}



fieldset {
	border:1px solid #999999;
	padding:15px 5px 15px 20px;
	background-color: #ffffff;
	margin-bottom: 20px;
	}
legend {
	padding: 0.1em 1.1em;
	border:1px solid #4f5254;
	color:#4f5254;
	text-align:right;
	font-family: Arial,Tahoma,Verdana;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

  }

.error   {
	width:50%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.2em 0.1em;
	margin-top : 2px;
	margin-bottom : 2px;
	background-color: #000000;
	text-align:center;
	}
.noerror   {
	width:50%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #009966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #009966;
	text-decoration: none;
	padding: 0.2em 0.1em;
	margin-top : 2px;
	margin-bottom : 2px;
	background-color: #dff6c6;
	text-align:center;}


.v8n    {font-family: Verdana,Arial; font-size: 12px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
.v8nn    {font-family: Verdana,Arial; font-size: 10pt; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
.v7n    {font-family: Verdana,Arial; font-size: 10px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}

.input1 	{
		font-family: Verdana,Arial;
		width:300;
		font-size:8pt;
		background-color: #FFFFFF;
		border: 1px solid;border-color: #938274;
		padding: 5px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		background-image: url(img/bg_ef.gif);
		background-repeat: repeat-x ;
		background-position: top;

		}

.input1nw	{font-family: Verdana,Arial;font-size:8pt;background-color: #FFFFFF;border: 1px solid;border-color: #938274;padding: 1px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}
.input1error 	{font-family: Verdana,Arial;width:300;font-size:8pt;background-color: #fcf2f2;border: 2px solid;border-color: #ec2e38;padding: 2px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}


.input2 {
		font-family: Verdana,Arial;
		width:300;
		font-size:8pt;
		border: 0px;
		background-color: #FFFFFF;
		padding: 3px;
		}

.majuscules {text-transform: uppercase; font-size:9px; text-decoration: none; font-family: Small Fonts, Helvetica;}
.petita {font-size:9px; text-decoration: none; font-weight: normal;font-family: Small Fonts, Arial,Helvetica;}
.petitan {font-size:9px; text-decoration: none; font-weight: normal;font-family: Small Fonts, Arial,Helvetica;color: #000000; text-decoration: none}
.petitag {font-size:9px; text-decoration: none; font-weight: normal;font-family: Small Fonts, Arial,Helvetica;color: #999999; text-decoration: none}
.mes {font-family: Arial,Verdana; font-size: 12px; font-style: normal; font-weight: bold; color: #8d5d43; text-decoration: none}
.destacat {font-family: Arial,Verdana; font-size: 12px; font-style: normal; font-weight: bold; color: #FFFFFF; ;background-color: #116cc6; text-decoration: none}
.publicacions {font-family: Arial,Verdana; font-size: 13px; font-style: normal; font-weight: bold; color: #a09888; text-decoration: none}
.buscador	{font-family: Arial,Verdana; font-size: 12px; font-style: normal; font-weight: bold; color: #333333; text-decoration: none}




.capcelera {
	width:913px;
	background-image: url(img/capcelera.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-bottom: 0px;
}

.subcapcelera {
	background-color: #cfc9bc;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	height: 10px;
	color: #02024d;
	text-align:center;
}

.taula_menu	{
	width:100%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #116cc6;
}

.taula_peu	{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.go_back	{
	font-size: 12px;
	font-family: Arial,Verdana;
	font-style: italic;
	color: #3C3C3C;
	text-decoration: underline;
	padding: 2px;
}

.go_back:hover	{
	background-color: #f4f4f4;
}

.navegador	{
	font-family: Arial;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
	height: 15px;
}

.navegador_on	{
	text-decoration:none;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	border:1px solid #333333;
	padding: 2px 5px 2px 5px;
}
.navegador_off	{
	padding: 3px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.prod_nom	{
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial,Helvetica,Verdana,Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.prod_desc	{
	font-family: Arial,Helvetica,Verdana,Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height:200%;
}


.capcelera_no_rounded {
	background-color: #938274;
	font-family: Arial;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	height: 25px;
}


.les_puces {
	height: 140px;
	width: 177px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: right;
	background-image: url(img/les_puces.jpg);
}

.les_puces:hover {
	background-image: url(img/les_puces.jpg);
	background-position:0px -140px;
}

.index_direccio {
	color: #404040;
	font-size: 12px;
	font-weight: lighter;
	font-family: Arial,Verdana;
	text-align: right;
}


.index_mail {
	font-size: 11px;
	color: #101113;
	font-style: italic;
	font-family: Arial,Verdana;
	text-align: right;
}

.index_mail:hover {
	color: #3C3C3C;
	text-decoration: none;
	font-family: Arial,Verdana;
}

.index_opening {
	width: 142px;
	height: 12px;
	margin-top: 0px;
	font-size: 9px;
	font-weight: lighter;
	line-height: 2px;
	text-align: right;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #7D7D7D;

}

.index_titol_horari {
	font-weight: lighter;
	color: #24201d;
	font-family: Arial,Verdana;
	font-size: 10px;
	text-align: right;
}

.index_horari {
	font-weight: lighter;
	color: #24201d;
	font-family: Arial,Verdana;
	font-size: 10px;
	text-align: right;
}

.index_view_map {
	margin-top: 0px;
	font-size: 11px;
	font-weight:bold;
	text-align: right;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	font-style: italic;
}

.index_view_map:hover {
	color: #3C3C3C;
}


.reserve	{
	background-color: #72736e;
	padding: 5px;

}
a.reserve { color: #FFFFFF;}
.reserve:hover	{
	background-color: #4e4f4a;
}

/* --- Formularis  -------------------------------------------------*/

.form_taula	{
 	margin-top: 35px;
	width: 714px;
	background-color: #cdcdc5;
	font-family: Arial,Helvetica,Arial,Verdana;
	font-size: 13px;
	color: #666666;
	padding: 10px;

}

.form_capcelera	{
	font-style: bold;
	color: #000000;
	font-size: 14px;
}
.form_subcapcelera	{
}

.form_text	{
	font-style: italic;
	font-size: 11px;
}
.form_input	{
	font-family: Verdana,Arial;
	width:280;
	font-size:8pt;
	background-color: #FFFFFF;
	border: 0px solid;
	padding: 2px;
	height: 20px;
	color: #000000;
}
.form_input_error	{
	border: 2px solid red;
	font-family: Verdana,Arial;
	width:280;
	font-size:8pt;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #000000;
	padding: 2px;
	height: 20px;
}

.form_textarea	{
	font-family: Verdana,Arial;
	width:650;
	font-size:8pt;
	background-color: #FFFFFF;
	border: 0px solid;
	padding: 2px;
	color: #000000;
}
.form_textarea_error	{
	font-family: Verdana,Arial;
	width:650;
	font-size:8pt;
	background-color: #f8d0d0;
	border: 1px solid;
	border-color: #843232;
	padding: 2px;
}


.enviar	{
	font-size:11px;
	text-decoration: none;
	font-family: Arial,Verdana, Tahoma, Helvetica;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	background: #71726d;
	border: 0;
	}
a.enviar:hover {
	background: #4e4f4a;
	color: #FFFFFF;
	}

/* ----------------------------------------------------*/

.taula_capcelera	{
	background-color: #b8b2a5;
	font-weight:bold;
	height: 35px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14pt;
	padding-left: 40px
}

.taula_subcapcelera {
	background-color: #a52e1e;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	height: 10px;
	color: #ffffff;
	text-align:center;
	height: 25px;

}
.taula_peu	{
	background-color: #CCCCCC;
	font-size: 12px;
	text-align: left;
}


.boto1 {
	font-size:11px;
	text-decoration: none;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: bold;
	color: #000000;
	border: 2px solid;
	border-color: #938274 ;
	padding: 3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
a.boto1:hover { background: #FFFFFF;}

.boto2 {
	font-size:11px;
	text-decoration: none;
	font-family: Verdana, Tahoma, Helvetica;
	color: #000000;
	border: 1px solid;
	border-color: #938274 ;
	padding: 3px;
	background: #f4f4f4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
a.boto2:hover { color:#938274;text-decoration:none;background: #FFFFFF;border: 1px dotted;}

.boto3 {
	width:96px;
	height:32px;
	background: url(img/boto1.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	text-align:center;
}



.continguts	{
	border:1px solid #CCCCCC;
	padding: 10px;
	font-size:11px;
	font-family: Verdana, Tahoma, Helvetica;
	padding: 3px;
	background: #f4f4f4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
table.continguts td { padding:10px; }

.detall {
	background-color: #e4dfd4;
 	border-bottom:1px dotted #666666;
 	padding: 8 2 ;

}

.peu	{
	width:913px;
	color: #666666;
	font-size: 14px;
	padding: 14 2 ;
}

.foto_portada	{
	border:1px solid #CCCCCC;
	padding: 3px;
	width: 670px;
	height: 250px;
}

.formulari {
	font-family: Arial, Tahoma, Helvetica;
	font-size:11px;
	color: #58585a;
}