/** Tipus de lletres *****/
/** items **/
.ambit-item-hor {
  border-bottom: 1px solid #dddddd;
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px;
}
.ambit-item-hor h2 {
  color: #0394c4;
  font-size: 29px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif, Verdana, Arial;
  margin-bottom: 20px;
}
.ambit-item-hor .veure_tot {
  float: right;
  margin-top: -40px;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
}
.ambit-item-hor .veure_tot_inf {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  text-align: right;
  margin-bottom: 15px;
  display: block;
  padding-right: 10px;
}
.meitat-hor {
  width: 49%;
  border-bottom: none;
  float: left;
}
.item-hor {
  min-height: 135px;
  width: 48%;
  float: left;
}
.item-hor:hover a {
  color: #2C79AD;
}
.item-hor:hover .agenda_data_portada {
  background: #2C79AD;
  color: #ffffff;
}
.item-hor .info {
  margin-left: 150px;
  margin-right: 10px;
}
.item-hor .data {
  font-size: 13px;
  color: #000000;
  margin-bottom: 5px;
}
.item-hor a {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  line-height: 110%;
}
.item-hor a:hover {
  color: #2C79AD;
  font-weight: 300;
}
.ambit-item-hor .foto-principal {
  position: absolute;
}
.ambit-item-hor .item_llista {
  display: block;
  color: #333333;
  margin-bottom: 10px;
  line-height: 110%;
  text-decoration: none;
}
.ambit-item-hor .item_llista:hover {
  color: #2C79AD;
}
/**** Agenda */
.agenda_data_portada {
  background: #EEEEEE;
  color: #2C79AD;
  border: none;
  position: absolute;
  text-align: center;
  width: 130px;
  height: 110px;
}
/*# sourceMappingURL=estils.css.map */