/* --------------------------- ESTILS GENERALS ----------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
	color:#676767;
}

table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

a {
  text-decoration: none;
  color:#676767;
}

a img {
  border: 0;
}


h1 {
  margin: 0 0 25px;
  color: #B20;
  font-size: 22px;
  font-weight: normal;
}

h2 {
  margin: 0;
  padding: 2px 4px;
  background-color: #ebebeb;
  font-size: 16px;
  font-weight: bold;
}

h3 {
  margin: 0.5em 0;
  padding: 0;
  color: #c03111;
  font-size: 12px;
  font-weight: bold;
}

p {
  margin: 0 0 1em 0;
}

p a.linktext, li a.linktext {
	text-decoration: underline;
	color:#232323;
}

.textnowrap {
	white-space: nowrap;
}

span.red {
	color: #BB2200;
}




/* -------------------------- FI ESTILS GENERALS --------------------------- */

/* -------------------------- LAYOUT GENERAL     --------------------------- */

#screen {
	width: 975px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

  .area_top {
    position: relative;
    padding: 10px 0 0;
  }
  
  .area_cen {
    padding: 15px 0;
  }
  
  .area_peu {
    padding-bottom: 2em;
    text-align: center;
    font-size: 12px;
  }
  
/* CORTINA */
#cortina { /* Per tapar la pagina mentre es carrega */
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
	background-color: #FFF;
}

/* -------------------------- FI LAYOUT GENERAL  --------------------------- */

/* -------------------------- AREA TOP ------------------------------------- */
a.logo {
  float: left;
  margin-top: 12px;
}

  a.logo img {
    display: block;
  }
  
div.banner {
  float: left;
  border-left: 28px solid #FFF;
  margin-top: 12px;
}

  div.banner img {
    display: block;
  }

#idiomes {
  float: right;
  margin-top: 1px;
  margin-bottom: 8px;
}

  #idiomes a {
    padding: 0 10px;
    border-right: 1px solid #676767;
  }
  
  #idiomes li.first a {
    padding-left: 0;
  }
  
  #idiomes li.last a {
    padding-right: 0;
    border-right: none;
  }
  
  #idiomes li.sel a {
    font-weight: bold;
  }

div.zonasuperiorderecha {
  position: absolute;
  right: 0;
  top: 30px;
  width: 162px;
  height: 60px;
}
/* slideshow de top*/
.fadein { margin: 0; height:60px; width:120px; list-style:none; }
.fadein img { position:absolute; left:0; top:0; height:60px; width:120px; }

.cont_menu {
  position: relative;
  clear: both;
  display: block;
  padding-bottom: 0;
  margin-bottom: 15px;
  border-top: 9px solid #FFF;
  background-color: #DDD;
}
/* ----- menu de navegacio ------- */

/* ++++++++++++++++++++++++++++++++++++++++++ */
#nav {
	background: #DDD;
	margin: 0;
	padding: 5px 0 0 0;
}
#nav a {
	text-decoration: none;
}
#nav li {
	/*float the main list items*/
	float: left;
	/*text-transform: uppercase;*/
	height: 23px;
	list-style: none;
	padding: 2px 0 0 0;
	
}
#nav li.on {
	color: #B20;
	display: block;
}
#nav li.off {}
/*
#nav li a {
	
}

#nav li.last a {
	border-right: none;
}
*/
#nav li ul {
	display: none;
}
#nav li.off ul {
	/*put the subnav below*/
	position: absolute;
	top: 34px;
	left: 0;
	padding-top: 5px;
	background-color: #DDD;
	border: 1px #000 solid;
}


#nav li a {
	height: 15px;
	padding: 0 20px;
	font-size: 13px;
	font-weight: bold;
	background-color: #DDD;
	color: #676767;
	border-right: 1px #999 solid;
}

#nav li.last a {
	border-right: none;
}

#nav li.on a {
	color: #B20;	
}
#nav li.on ul {
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background: #DDD;
	width: 975px;
}

#nav li.on ul a, #nav li.off ul a {
	float: left; /*ie doesn't inherit the float*/;
	border: 0;
	color: #676767;
	text-align: center;
}

#nav li.on ul li a {
	padding-top: 2px;
	border-right: 1px #999 solid;
}
#nav li.on ul li {
	float: left;
}

#nav li.on ul li.last a {
	border-right: none;
}

/*
#nav li.on ul .menuFirst a, #nav li.off ul .menuFirst a {
	background: none;
}
*/
#nav li.on ul a:hover, #nav li.off ul a:hover {
	color: #B20;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
	width: 975px;
	
}
#nav li.off a:hover, #nav li:hover a {
	color: #B20;
}
#nav li.on:hover ul, #nav li.over ul {
	/*for ie*/
	color: #B20;
}

#nav li ul li.on a, #nav li ul li.on a:hover {
	/* font-weight: bold; */
	color: #B20;
	
}

#nav li ul li.on {
	padding-top: 2px;
}

#nav li ul {
	padding-left: 0;
}
#nav li ul li {
	float:none;
	/*float: left;*/
}

/* ------- */

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.menu_h li {
  display: inline;
  float: left;
  padding: 0;
}

ul.menu a {
  display: block;
}  
/*
  #menu {
  }
  
    #menu li {
    }
    
      #menu a {
        padding: 4px 12px 2px;
		  font-size: 13px;
		  font-weight: bold;
      }
    
      #menu li.sel a, #menu li:hover a {
        background-color: #B20;
        color: #FFF;
      }

    #menu li ul {
      display: none;
      position: absolute;
      left: 0;
      top: 21px;
      width: 975px;
      height: 24px;
      background-color: #B20;
    }
    
    #menu li.sel ul {
      display: block;
      z-index: 1;
    }
    
    #menu li:hover ul {
      display: block;
      z-index: 2;
    }
      
      #menu ul li {
      }
      
        #menu ul a {
          padding: 4px 0 2px 12px;
          background-color: #B20;
          color: #FFF;
        }
        
    		#menu ul a:hover, #menu ul li.sel a {
    		  
    		  text-decoration: underline;
			  
        }
*/


/* -------------------------- FI AREA TOP ---------------------------------- */

/* -------------------------- AREA CEN ------------------------------------- */
.center_left {
  float: left;
  width: 319px;
}

  .buscador {
    position: relative;
    background: transparent url(../media/image/degradat_buscador.jpg) repeat-x 0 0;
    color: #000;
  }
  
    .buscador a {
      color: #000;
    }

#menu_icones li {
	width: 78px;
    height: 79px;
}

#menu_icones a {
  width: 78px;
  height: 79px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: #CFCFCF url(../media/image/icona_dalt.jpg) no-repeat center bottom;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

#menu_icones a:hover, #menu_icones a.sel {
  background: #BCBCBC url(../media/image/icona_dalt_sel.jpg) no-repeat center bottom;
}

/* *********** PROVE ******************* */
.menu_icones {
	height: 79px;
}
.menu_icones a {
  width: 78px;
  height: 79px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: #CFCFCF url(../media/image/icona_dalt.jpg) no-repeat center bottom;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

.menu_icones a:hover, #menu_icones a.sel {
  background: #BCBCBC url(../media/image/icona_dalt_sel.jpg) no-repeat center bottom;
}
/* ************************************* */

  .buscador form {
    position: relative;
    clear: both;
    /* height: 230px;*/
    margin: 0;
    padding: 0;
  }
  
    .buscador table {
      margin: 0 15px 0 11px;
    }

    .buscador td {
      /*width: 139px;*/
    }
 
    .buscador td img {
      vertical-align: middle;
      display: inline;
    }
    
    .buscador label {
      color: #000;
    }
  
    .buscador input {
      width: 105px;
      height: 18px;
      margin: 4px 0 9px;
      padding-left: 3px;
      border: none;
      font-size: 12px;
    }
    
    .buscador td.radio input {
      width: auto;
      height: auto;
      margin: 0;
      padding: 0;
      font-size: 11px;
      display: inline;
    }
    
    .buscador select {
      width: 130px;
      height: 20px;
      margin: 4px 0 9px;
      padding: 2px 0 1px 3px;
      border: none;
      font-size: 12px;
    }
    
    .buscador select.viajeros {
      width: 60px;
      margin-right: 90px;
    }
    
    .buscador input.buscar {
      position: absolute;
      bottom: 13px;
      right: 18px;
      width: 92px;
      height: 28px;
    }
    
  .center_left .iconos {
    margin-top: 10px;
    padding: 10px 0 0;
    background-color: #ebebeb;
  }
  
    .iconos a {
      position: relative;
      float: left;
      width: 79px;
      height: 100px;
      text-align: center;
      font-size: 9px;
      font-weight: bold;
    }
    
      .iconos a img {
        position: absolute;
        top: 25px;
        left: 14px;
      }

.center_main {
  float: right;
  width: 643px;
}

/* HOME */
.center_main img.home {
	display: block;
	border-bottom: 10px solid #FFF;
}

.center_main .col_esq {
	float: left;
	width: 316px;
}

.center_main .col_dre {
	float: right;
	width: 316px;
}

.center_main .item {
	position: relative;
	margin-top: 8px;
	padding: 4px 9px 6px 4px;
	border: 1px solid #b2aead;
}

.item a {
	float: left;
	margin-right: 8px;
}

.item a img {
	display: block;
	border: 2px solid #b2aead;
	padding: 2px;
}

.item h3, .item p {
	margin-left: 107px;
}

.item h3 a.link_titol {
	color: #c03111;
	font-size: 12px;
	font-weight: bold;
	float: none;
	margin: 0px;
	border: 0px;
}

.item h3 a.link_titol:hover {
	text-decoration: underline;
}

/* Avisos home */
.item.avisos {
	border: 1px solid #FF2A2A;
	background-color: #FFD4D4;
}

.item.nofoto h3, .item.nofoto p {
	margin-left: 2px;
}

.mes_info {
	position: relative;
	float: right;
	maring: 5px 0px;
	color:#C03111;
	font-weight: bold;
}


  /* CONTINGUT */
  .center_main .ruta {
    padding-bottom: 20px;
    color: #9d9d9f;
  }
    
  .center_main .ruta a {
    color: #9d9d9f;
  }
  
  .center_main .links_top_cont {
    float: right;
  }
  
    .links_top_cont a {
    }
    
      .links_top_cont img {
        vertical-align: middle;
      }
  
    .links_top_cont a.rss {
      padding: 4px 5px 2px 23px;
      background: transparent url(../media/image/rss.gif) no-repeat 0 0;
    }
    
  .center_main .imatges {
    float: right;
    margin: 0 0 2em 10px;
    padding: 7px;
    background-color: #DDD;
  }
  
    .imatges img {
      border: 1px solid #afaba8;
    }

.important_info {
	margin:5px;
	padding: 8px;
	border: 2px solid #BB2200;
	background-color: #EEE;
	text-align:center;
	font-weight: bold;
}

 /* FORMULARI */

form.formulari {
margin: 0;
padding: 0 20px;
}

form.formulari legend {
margin: 3px;
color: #B20;
font-size: 16px;
font-weight: normal;
}


form.formulari .separador {
clear: both;
margin: 1.5em -15px;
height: 1px;
background: transparent url(../media/image/separador.gif) repeat-x 0 0;
}

form.formulari .separadorsmall {
clear: both;
margin: 1px;
height: 1px;
}

form.formulari .bloc {
float: left;
width: 280px;
padding: 0 0 1.5em;

}
form.formulari .blocllarg {
float: left;
width: 560px;
padding: 0 0 1.5em;

}

form.formulari label {
float: left;
font-weight: bold;
}

form.formulari label.cbox {
float: none;
font-weight: normal;
cursor: pointer;
}

form.formulari input {
clear: left;
float: left;
width: 270px;
}

form.formulari input.curt {
width: 150px;
}

form.formulari input.moltcurt {
width: 50px;
}

form.formulari input.fecha {
clear: none;
float: none;
width: 80px;
}

form.formulari input.cbox {
clear: none;
float: none;
width: 15px;
}

form.formulari input.boto {
width: 100px;
}

form.formulari textarea {
clear: left;
width: 560px;
height: 100px;
}



ul.fletxa {
margin: 0;
padding: 0;
list-style: none;
}

ul.fletxa li {
  padding: 0 0 0 14px;
  background: transparent url(../media/image/fletxa.gif) no-repeat 0 3px;
  line-height: 16px;
}
/* ------------ Taula punts de venta ---------- */

table.puntsventa {
margin: 0 0 25px;
width: 643px;
border: 1px solid #cfcfcf;
border-left-width: 2px;
border-bottom-width: 2px;
}

table.puntsventa caption {
  padding: 7px 0;
  border: 2px solid #cfcfcf;
  border-bottom: none;
  font-size: 15px;
  font-weight: bold;
}

table.puntsventa th, table.puntsventa td {
  border-right: 1px solid #cfcfcf;
  
}
table.puntsventa th {
  text-align: center;
  padding: 5px 7px;
  border-bottom: 1px solid #cfcfcf;
  background-color: #eeeae9;
  color: #B20;
  font-size: 14px;
  white-space: nowrap;
}

table.puntsventa td {
  line-height: 16px;
  padding: 2px 4px;
}

table.puntsventa tr.fosc td {
  background-color: #eeeae9;
}

/* ---------- Ampliacio ------------ */
.dlg_detail span.titol {
	font-size: 12px;
	color: #B20;
}
.dlg_detail span.content {
	font-size: 13px;
	font-weight: bold;
	color: #454545;
}

ul.numeracio {
margin: 0 0 0 182px;
}

ul.numeracio a {
  margin-right: 3px;
  padding: 1px 4px;
  border: 1px solid #a7a5a6;
  color: #818181;
  font-weight: bold;
}

ul.numeracio li.first a,
ul.numeracio li.last a {
}

ul.numeracio li.sel a, ul.numeracio a:hover {
  background-color: #dadada;
}

  /* FI FORMULARI */

/* formulari horitzontal */
.buscador_h {
    position: relative;
    background: transparent url(../media/image/degradat_buscador.jpg) repeat-x 0 0;
    color: #000;
}

.buscador_h input {
	/*width: 80px;*/
	height: 18px;
	border: none;
	font-size: 12px;
	margin: 4px 0 0 0;
	padding-left:3px;
}

.buscador_h select {
	height: 20px;
	margin:4px 0 9px;
	padding: 2px 0 1px 3px;
	border:none;
	font-size:12px;
}

.buscador_h img {
	/*vertical-align: middle;*/
	display: inline;
}
/*
.buscador_h input.enviar {
    border: 2px solid #fff;
	background-color: #B20;
	padding: 2px 3px;
	color: #fff;
	height: 30px;
	width: auto;
}
*/
input.enviar {
    border: 2px solid #fff;
	background-color: #B20;
	padding: 2px 3px;
	color: #fff;
	height: 30px;
	width: auto;
}

a.stronglnk {
	background-color: #B20;
	padding: 2px 3px;
	color: #fff;
	height: 30px;
	width: auto;
	text-decoration: underline;
}

/* ------------ Taula Horaris ---------- */
table.horaris {
	margin: 0 0 25px;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
/*	border-left-width: 2px;
	border-bottom-width: 2px;
	*/
}

table.horaris th, table.horaris td {
  border: 1px solid #cfcfcf;

}

table.horaris th {
  text-align: center;
  padding: 2px 3px;
  /* border-bottom: 1px solid #cfcfcf; */
  background-color: #eeeae9;
  color: #B20;
  font-size: 12px;
  white-space: nowrap;
}

table.horaris td {
  line-height: 16px;
  padding: 2px 4px;
  font-size: 10px;
}

table.horaris tr.fosc td {
  background-color: #eeeae9;
}

table.horaris td span.mesinfo {
	display: block;
	cursor: pointer;
	width: 100%;
	background: transparent url(/public/media/image/mesinfo.jpg) no-repeat center center;
}
table.horaris.detall {
	width: 500px;
}

table.horaris.detall th {
	font-size: 12px;
	text-align: right;
}

table.horaris.detall td {
	font-size: 11px;
}

table.bitlletspreus {
	border: none;
}

table.bitlletspreus td{
	border: none;
}

table.bitlletspreus tr th {
  text-align: left;
  margin: 0;
  padding: 2px 4px;
  background-color: #ebebeb;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

table.buscadorpetit {
	border:none;
}
table.buscadorpetit td{
	border:none;
}
table.buscadorpetit tr td{
	border:none;
}

/* ------------ FI Taula Horaris ---------- */
.center_right {
  display: none;
}

/* **** NOTICIES **** */

.item_noticia {
	margin-top: 8px;
	padding: 4px 9px 6px 4px;
	border-bottom: 1px solid #b2aead;
}
.item_noticia a {
	float: left;
	margin-right: 8px;
}

.item_noticia a img {
	display: block;
	border: 2px solid #b2aead;
	padding: 2px;

}

.item_noticia h3, .item_noticia p {
	margin-left: 107px;
}

.item_noticia h3 a.link_titol {
	color: #c03111;
	font-size: 12px;
	font-weight: bold;
	float: none;
	margin: 0px;
	border: 0px;
}

.item_noticia h3 a.link_titol:hover {
	text-decoration: underline;
}

.item_noticia.nofoto h3, .item_noticia.nofoto p {
	margin-left: 3px;
}

.noticia_itemlist {
	float: left;
	width: 600px;
}
.noticia {
	float: left;
	width: 600px;
}

.noticia h3{
	font-size: 13px;
	border-bottom: 1px solid  #B20;
}
.noticia a {
	text-decoration: underline;
	/* font-weight: bold;*/
	color: #343434;
	float: none;
}

.noticia .abstract {
	font-style: italic;
}

.noticia .barra_bottom {
	text-align: right;
	margin-top: 10px;
	border-top: 1px solid #b2aead;
	padding-top: 5px;
}

.noticies_avisos {
	float: right;
	margin: 2px;
	padding: 7px;
	background-color: #eee;
	width: 200px;
}

.noticies_avisos ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 2px;
}

.noticies_avisos ul li{
	margin-left: 0px;
	padding-left: 2px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #aaa;
	font-weight: bold;
}

.noticies_avisos ul li a:hover {
	text-decoration: underline;
}

/* ------------------ CRM ----------------------------- */
.msgOKCRM {
	background-color:#EEEAE9;
	color:#BB2200;
	font-size:12px;
	padding:2px 3px;
	text-align:center;
	white-space:nowrap;
}

.textMsgCRM {
	padding: 10px;
	background-color: #efefef;
	font-size: 110%;
	margin-bottom: 15px;
}

/* -------------------------- FI AREA CEN ---------------------------------- */

/* -------------------------- AREA PEU ------------------------------------- */
.links_peu {
  background-color: #c03111;
  padding: 4px 0;
  margin-bottom: 5px;
}

  #links_peu {
   margin-left: 13%;
  }

  #links_peu a {
    padding: 0 12px;
    border-right: 1px solid #FFF;
    color: #FFF;
  }
  
  #links_peu li.last a {
    padding-right: 0;
    border-right: none;
  }
  
  #links_peu li.sel a {
    font-weight: bold;
  }
  

/* -------------------------- FI AREA PEU ---------------------------------- */

