/* Flytorun layout base 1.0 */

img, div, a { behavior: url(includes/iepngfix.htc); } /* PNGs transparents en IE6 */
* html div#map img { behavior: none; } /* Només per IE6, perquè no falli el Google Maps */

body, table {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
	color:#808080;
	line-height:14px;
}

.text_blanc{
	color:#FFF;
}
.text_taronja{
	color:#FF8000;
}
.titol_taronja{
	color:#FF8000;
	font-weight:bold;
}

.ample{
	width:970px;
	height:110px;
	padding-top:27px;
	clear:left;
	position:relative;
	background-image:url(../img/titulos/head.gif);
	background-repeat:no-repeat;
	background-position:0px 25px;
}

.idiomes a:link{
	color:#808080;
	text-decoration:none;
	position:absolute;
	width:120px;
	right:0px;
	text-align:right;
	padding-right:15px;
}
.idiomes a:hover{
	color:#FFF;
}

#layoutContainer{
	width:970px;
	margin:auto;
	position:relative;
}
#menu{
	width:730px;
	height:40px;
	position:relative;
	float:left;
	display:block;
}
#menu a{
	display:inline;
	text-decoration:none;
	float:left;
	color:#FFF;
	position:relative;
	
	margin-left:10px;
	padding-left:3px;
	padding-bottom:3px;
	padding-top:10px;
	width:107px;
	height:16px;
	top:7px;
	
	background-image:url(../img/interficie/flecha_down.gif);
	background-repeat:no-repeat;
	background-position: 100px 13px;
}
#menu a:hover{
	background-color:#000;
	border-bottom-color:#000;
	background-image:url(../img/interficie/flecha_down_roll.gif);
}

.submenu{
	position:absolute;
	z-index:40;
	width:110px;
	height:0px;
	top:171px;
	overflow:hidden;
	border-bottom:solid 1px #FF8000;
}
.submenu a{
	display:block;
	height:21px;
	margin-top:1px;
	padding-top:8px;
	padding-left:3px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	background-image:url(../img/interficie/boto_negre_tr.png);
}
.submenu a:hover{
	background-color:#000;
}

.menuMarato a{
	display:block;
	color:#FFF;
	text-decoration:none;
	width:227px;
	height:21px;
	padding-top:8px;
	padding-left:3px;
	border-top:solid 1px #1A1A1A;
}
.menuMarato a:hover{
	background-color:#000;
}

.thumbs a{
	width:50px;
	height:50px;
	position:relative;
	float:left;
	border:solid 1px #000;
}
.thumbs a:hover{
	border:solid 1px #FF8000;
}

#contenido{
	width: 950px;
	/*height:550px;*/
	padding:10px;
	display:block;
	position:relative;
	background-image:url(../img/bkg_content.gif);
	background-repeat: no-repeat;
	background-position:top left;
	background-color:#262626;
}

.titol_modul{
	height:10px;
	background-color:#000;
	color:#FFF;
	padding:5px;
	line-height:11px;
	background-image:url(../img/interficie/flecha_right.gif);
	background-repeat:no-repeat;
	background-position:220px 7px;
}

.titol_pasti{
	height:10px;
	background-color:#000;
	color:#FFF;
	padding:5px;
	position:relative;
}

.calendari_home{
	height:10px;
	padding:5px;
	*padding:3px;
	border-bottom:solid 1px #808080;
}

.link_blanc a{
	color:#FFF;
	text-decoration:none;
}
.link_gris a{
	color:#808080;
	text-decoration:none;
}
.link_gris a:hover{
	color:#FFF;
}
.link_taronja a{
	color:#FF8000;
}
.link_taronja a:hover{
	color:#FFF;
}

.mapaweb_titol{
	width:110px;
	height:20px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FF8000;
}

.text_input{
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	height:20px;
	border:none;
	background-color:#808080;
}
.boto_form{
	width:110px;
	height:16px;
	padding-top:4px;
	background-image:url(../img/interficie/enviar_degra.gif);
	text-align:center;
	color:#000;
	text-decoration:none;
}
