/*******************************************************************

  Definició de les variables less

  Aquest fitxer s'inclou a tots els fitxers less del template, de
  manera que es poden usar a qualsevol fitxer.


*********************************************************************/
/** Tipus de lletres *****/
/** Colors *****/
/****  Color general per la web   ****/
/** Enllaç general  ****/
/** Botons ****/
/** Titols i resaltats ***/
/** Bullet llista ****/
/*** menu ***/
.noticia_destacat {
  clear: both;
  margin-bottom: 20px;
}
.noticia_destacat .data_info {
  font-weight: normal;
  color: #333;
  text-transform: uppercase;
}
.noticia_destacat img {
  float: left;
  margin-right: 30px;
}
.noticia_destacat .img_buida {
  float: left;
  display: block;
  margin-bottom: 30px;
  width: 470px;
  height: 260px;
  margin-right: 20px;
}
.noticia_destacat .info {
  padding: 10px 0px 0px 20px;
  overflow: visible;
  text-align: left;
}
.noticia_destacat h2 {
  font-size: 34px;
  font-weight: 600;
  margin-top: 10px;
}
.noticia_destacat h2 a {
  color: #AE142E;
  font-size: 34px;
  display: block;
  text-decoration: none;
}
.noticia_destacat h2 a:hover {
  color: #333;
}
.noticia_destacat .noticia_data {
  font-size: 16px;
  color: #888888;
  margin-bottom: 5px;
}
.noticia_secundaria {
  clear: both;
  margin-top: 30px;
}
.noticia_secundaria .data_info {
  display: inline-block;
  font-weight: normal;
  color: #333;
  text-transform: uppercase;
}
.noticia_secundaria img {
  float: left;
  margin-bottom: 30px;
}
.noticia_secundaria .img_buida {
  float: left;
  display: block;
  margin-bottom: 30px;
  width: 270px;
  height: 150px;
}
.noticia_secundaria h2 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 10px;
}
.noticia_secundaria h2 a {
  color: #AE142E;
  text-decoration: none;
}
.noticia_secundaria h2 a:hover {
  color: #333;
}
.noticia_secundaria .info {
  margin-top: 10px;
}
.noticia_secundaria .espai {
  padding: 10px 0px 0px 30px;
  overflow: auto;
}
.noticia_secundaria .llista_noticies_simple a {
  font-size: 16px;
  text-decoration: none;
  color: #525252;
  font-weight: 600 !important;
}
.noticia_secundaria .llista_noticies_simple a:hover {
  color: #0394C4;
  text-decoration: none;
}
/*# sourceMappingURL=estils.css.map */