/*
ESTILS PER ALS APARTATS QUE SON CATELG DE PRODUCTES:
Creures, menu blau, etc
*/
.llista_cats {
  width: 792px;
}
.llista_cats ul{
  list-style: none;
}
.llista_cats li {
  float: left;
  width: 170px;
  margin-right:28px;
  margin-bottom:32px;
}

.llista_productes {
  /*font-family:Helvetica, Arial, Verdana, sans-serif;*/
  width:770px;
  font-size:10px;
  margin:5px 0 12px 0;
  clear: both;
}
.content_llista_productes {
  background-color: #F2F2F2;
  width:720px;
  padding:20px 20px 10px 30px;
  margin-top:6px;
  overflow: hidden;
  
}
.ima_producte {float:left;}
.ima_producte img {
  width:108px;
  height: 57px;
}
.bola_triangle {
	float:left;
	width:20px;
	/*background-color:#0f0;*/
	padding:15px 0 0 35px
}
.texto_llista_productes {
float:left;
width: 422px;
height:38px;
padding: 15px 30px 0 0px;
overflow: hidden;
/*background-color: #f00;*/
}
.texto_llista_productes a {
	color:#000;
	font-weight: bold;
}
.text_preu_prod {
  float:right;
  height:42px;
  padding:15px 0 0 0;
  width:85px;
  font-size: 15px;
  text-align: right;
  overflow: hidden;

}
.linia_vertical_preu_prod {
float:left;
width:2px;
height: 42px;
  padding:15px 0 0 0;
  font-size: 15px;
}
.linea_separatoria_prod {
clear:both;
width:551px;
height:3px;
padding-top:0px;
margin-left:165px;
}
.detall_producte {
  width: 792px;
  background-color: #f00;
}

/*
ESTILS PER A L'EXTRANET
*/
.llista_seccions_extr {
  width: 770px;
}
.llista_seccions_extr ul{
  list-style: none;
  padding-left:0px;
}
.llista_seccions_extr li {
  float: left;
  width: 170px;
  padding:20px 40px 32px 46px;
  background-color:#ccc;
}
.llista_seccions_extr h2 {
padding-top: 5px;
font-weight: bold;
font-size: 13px;
}
.content_extranet {
  clear: both;
  margin-top:10px;
  overflow: hidden;
}
/* FI EXTRANET */

.idioma_select {
  font-weight: bold;
}
#content_apartat {
  width: 760px;
  overflow:hidden;
  padding: 5px 0 10px 0;
}

/* FORMULARI RESERVES PRODUCTES COSTA DAURADA*/
.formulari_reserves {
  width: 515px;
  border:1px solid #D4AA40;
}
.titol_reserva {
  width: 505px;
  height: 20px;
  padding:5px;
  text-align: center;
  color:#FFF;
  font-family: "Helvetica";
  font-size:15px;
  background-color: #D4AA40;
  }
.content_form {
  padding:20px;
}
.formulari_reserves textarea {
   border:1px solid #d2d2d2;
 border-top-width: 2px;
 color:#333;
  }
/* FI FORMULARI RESERVES PRODUCTES COSTA DAURADA*/

/* FORMULARI RESERVES PRODUCTES GENERIC*/
.formulari_reserves_general {
  width: 615px;
  border:1px solid #000;
}
.titol_reserva_general {
  width: 605px;
  height: 20px;
  padding:5px;
  text-align: center;
  color:#00A5E5;
  font-family: "Helvetica";
  font-size:15px;
  background-color: #000;
  }
.content_form_general {
  padding:20px;
}
.formulari_reserves_general textarea {
   border:1px solid #d2d2d2;
 border-top-width: 2px;
 color:#333;
  }
/* FI FORMULARI RESERVES PRODUCTES GENERIC */


#content_apartat ul {
	list-style: disc;
	padding: 10px 0 10px 30px;
}

