@charset "utf-8";
/* CSS Document */

/*
*{border:1px solid red}
*/

body{
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #D0D0D0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
td
{
font-family: Arial, Helvetica, sans-serif;
}

a{ text-decoration: none }

h1,h2,h3,h4,p{margin: 0px;}

.clear{clear:both}
.floatAlignRight{float:right; text-align: right}
.floatAlignLeft{float:left; text-align: left}
.floatRight{float:right;}
.floatLeft{float:left;}
.bold{font-weight: bold;}
.no-border{border:0;}

/* alings  ------------------------ */
.va-top{vertical-align:top;}
.va-middle{vertical-align:middle;}
.va-bottom{vertical-align:bottom;}
.a-left{text-align: left;}
.a-right{text-align: right;}
.a-center{text-align: center;}
.a-justify{text-align: justify}

/* paddings  ------------------------ */
.p-5px{padding: 5px} .p-10px{padding: 10px} .p-15px{padding: 15px} .p-20px{padding: 20px} .p-25px{padding: 25px}
.p-t-5px{padding-top: 5px} .p-t-10px{padding-top: 10px} .p-t-15px{padding-top: 15px} .p-t-20px{padding-top: 20px} .p-t-25px{padding-top: 25px}
.p-r-5px{padding: 5px} .p-r-10px{padding-right: 10px} .p-r-15px{padding-right: 15px} .p-r-20px{padding-right: 20px} .p-r-25px{padding-right: 25px}
.p-b-5px{padding: 5px} .p-b-10px{padding-bottom: 10px} .p-b-15px{padding-bottom: 15px} .p-b-20px{padding-bottom: 20px} .p-b-25px{padding-bottom: 25px}
.p-l-5px{padding: 5px} .p-l-10px{padding-left: 10px} .p-l-15px{padding-left: 15px} .p-l-20px{padding-left: 20px} .p-l-25px{padding-left: 25px}

/* margins  ------------------------ */
.m-5px{margin: 5px} .m-10px{margin: 10px} .m-15px{margin: 15px} .m-20px{margin: 20px} .m-25px{margin: 25px}
.m-t-5px{margin: 5px} .m-t-10px{margin-top: 10px} .m-t-15px{margin-top: 15px} .m-t-20px{margin-top: 20px} .m-t-25px{margin-top: 25px}
.m-r-5px{margin: 5px} .m-r-10px{margin-right: 10px} .m-r-15px{margin-right: 15px} .m-r-20px{margin-right: 20px} .m-r-25px{margin-right: 25px}
.m-b-5px{margin: 5px} .m-b-10px{margin-bottom: 10px} .m-b-15px{margin-bottom: 15px} .m-b-20px{margin-bottom: 20px} .m-b-25px{margin-bottom: 25px}
.m-l-5px{margin: 5px} .m-l-10px{margin-left: 10px} .m-l-15px{margin-left: 15px} .m-l-20px{margin-left: 20px} .m-l-25px{margin-left: 25px}

/* color text ----------------------- */
.blanc{color: #FFFFFF;}
.gris{color: #515151;}
.verd{color: #97BF0D;}
.verd-fosc{color: #556B0D;}

/* ########################################
	Layouts
   ######################################## */
#body{
	position: relative;
	width: 970px;
	left: 50%;
	margin-left: -485px;
}

#head{

}

#banner{
	margin: 0px;
	padding: 0px;
}

#menu{
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	text-align: center;
	height: 40px;
	padding-left: 20px;
}

#path-search{
	background-color: #FFFFFF;
	padding: 5px 15px;
}

#content{
	background-color: #FFFFFF;
	padding: 15px;
}

#left{
	float: left;
	width: 620px;
}
#left.home{
	float: left;
	width: 620px;
}
#right{
	float: right;
	width: 310px;
}

#pag{
	background-image: url(../images/icon_ciclisme.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 75px;
	border-bottom: 1px solid #96BE0D;
	padding: 0px 5px;
}

#foot{
	background-image: url(../images/foot_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 254px;
	padding: 20px;
}

/* ########################################
	Head
   ######################################## */
.logo{
	float: left;
	
}
.languages{
	color: #505050;
	font-size: 12px;

	padding: 5px 10px;
	margin-bottom: 30px;

}

.languages a{ color: #505050; }

.menutop{
	color: #b0ce4a;
	font-size: 18px;

	padding-right: 10px;
}
.menutop a, .menutop a:visited{ color: #b0ce4a; }
.menutop a:hover{ color: #505050; }


/* ########################################
	Menu
   ######################################## */

#menu ul{
	margin: 0px;
	padding-top: 5px;
	border: 0 none;
	list-style: none;
	height: 30px;
	text-align: center;
}

#menu li {
	background-image: url(../images/menu_item_bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;	
	margin-right: 20px;
	border: 0 none;
	padding: 0;
	padding-top: 5px;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 25px;
	width: 110px;
}

#menu li:hover{
	background-image: url(../images/menu_item_bg.gif);
	background-position: 0px -30px;
	background-repeat: no-repeat;
	color: #FFFFFF;

}

#menu li a{color: #38460B;}
#menu li a:hover{color: #FFFFFF;}

/* ########################################
	Path & serach
   ######################################## */
.path{
	float: left;
	width: 700px;
}

.search{
	float: right;
	background-color: #E7EBD8;
	margin-top: -5px;
	width: 180px;
	padding: 5px;
}
input[type="text"]
{

	color: #333333;
	border: 1px solid #9EBB3D;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	padding-top: 3px;
	height: 17px;
	width: 120px;
}

.search input[type="text"]{
	background-image: url(../images/icon_search.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #9EBB3D;
	border: 1px solid #9EBB3D;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-top: 3px;
	height: 17px;
	width: 120px;
}
/* ########################################
	Content
   ######################################## */

.titol{
	font-size: 14px;
	font-weight: bold;
}

.titol-right{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.titol-gran{
	font-size: 18px;
	font-weight: bold;
}

.titol-gran-right{
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

.titol-gran-24{
	font-size: 24px;
	font-weight: bold;
}

.titol-gran-24-right{
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}

.titol-gran-28{
	font-size: 28px;
	font-weight: bold;
}

.titol-gran-28-right{
	font-size: 28px;
	font-weight: bold;
	text-align: right;
}

.text{
	font-size: 12px;
}

.text-right{
	font-size: 12px;
	text-align: right;
}

.destacat{
	float: left;
	margin-right: 15px;
	width: 270px;
	height: 149px;
	padding: 10px;
	text-align: right;
}

.destacat p{
	margin-top: 10px;
	width: 45%;
	float: right;
}

.destacat img{
	border: 0px;
	position: relative;
	margin-top: 40px;
}

.line{
	border-top: 3px solid #97bf0d;
	margin: 10px 0px;
}

.item-llistat{
	background-color: #E7F1C8;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.item-llistat-img{
	float: left;
	margin-right: 10px;
	border: 1px solid #556b0d;
}

.item-detail{
	background-color: #E7F1C8;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.item-select-date{
	background: #ECEFE4 url(../images/icon_calendar.gif) no-repeat 0 center;
	padding: 15px 35px 15px 180px;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 60px;

}
.item-form{
	background: #ECEFE4 ;
	padding: 15px 15px 15px 15px;
	margin-top: 5px;
	margin-bottom: 10px;


}


.preu{
	background-image: url(../images/preu_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 5px;
	text-align: center;
}

.titol-bg{
	background-image: url(../images/preu_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 5px;
}

.titol-pack-bg{
	background-image: url(../images/pack_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 5px;
}

.tarifa-list{
	background-color: #FFFFFF;
	padding: 5px;
	border-bottom: 1px solid #96be0d;
	font-size: 12px;
}

.tarifa-list p{
	display: inline-block;
	width: 150px;
	padding-left: 3px;
	float: left;
}

.tarifa-list span{
	display: inline-block;
	width: 40px;
	text-align: right;
	float: left;
	font-weight: bold;
}
/* ########################################
	Column Right
   ######################################## */

.item-block{
	background-color: #ECEFE4;
	background-position: right 50%;
	background-repeat: no-repeat;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.item-block a{cursor: pointer;}

.item-block img.border{
	border: 1px solid #556b0d;
}

.item-block-white{
	background-color: #FFFFFF;
	background-position: right top;
	background-repeat: no-repeat;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}

.border-bottom{border-bottom: 1px solid #96be0d;}

.form-calendar{
	float: left;
	width: 80px;
	border: 1px solid #556b0d;
	background: #FFF url(../images/form_input_bg.gif) repeat-x top;
	margin-top: 7px;
	color: #96be0d
}

/* ########################################
	Gallery of item
   ######################################## */
#galleryLoader{ background:#333 url(../images/load.gif) 50% 50% no-repeat; height:340px;width:340px;border: 1px solid #96be0d;}
#galleryThumbs { list-style-type:none; padding:0; margin: 5px 0 ; list-style-position:inside; }
#galleryThumbs li { display:inline; padding:0; margin:0 2px 0 0;}
#galleryThumbs img { border: 1px solid #96be0d; }		


/* ########################################
	Pagination
   ######################################## */

#pag a,
#pag a:visited{
	background-color: #BBD462;
	margin-left: 5px;
	text-align: center;
	font-size: 11px;
	padding: 1px 4px;
	position: relative;
	top: 55px;
}

#pag a.selected,
#pag a:hover{
	background-color: #96be0d;
	color: #FFFFFF;	
}

/* ########################################
	Foot
   ######################################## */

.column_one{
	width: 310px;
	float: left;
}

.column_two{
	width: 310px;
	float: left;
}

.column_three{
	width: 310px;
	float: left;
}
   
.list-arrows{
	margin: 0px;
	padding: 20px;
	padding-top: 5px;
	border: 0 none;
	list-style-image: url(../images/list_arrow.gif);
	height: 30px;
}


.list-arrows li a, 
.list-arrows li a:visited{
	color:#556b0d;
	font-size: 12px;
}

.list-arrows li a:hover{text-decoration: underline;} 