/** Tipus de lletres *****/
/*******************************************************
    Llistat de noticies
    
**************************************************/
.noticia_destacat {
  background: #f2f2f2;
  height: 166px;
}
.noticia_destacat img {
  float: left;
}
.noticia_destacat .espai {
  padding: 17px;
  overflow: auto;
}
.noticia_destacat h2 {
  font-size: 25px;
  font-weight: 400;
  color: #525252;
}
.noticia_destacat .noticia_data {
  font-size: 16px;
  color: #888888;
  margin-bottom: 5px;
}
.noticia_secundaria {
  clear: both;
  margin-top: 30px;
}
.noticia_secundaria img {
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}
.noticia_secundaria .espai {
  padding: 17px;
  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;
}
.noticia_data_interior {
  margin-bottom: 15px;
  font-weight: 400;
}
/*
.noticia_titol
{
    padding-top:15px;
    text-align:left;
}

.noticia_titol a
{
    font-size:1.2em;
    text-decoration:none;
}

.noticia_titol a:hover
{
    font-size:1.2em;
    text-decoration:underline;
}



.noticia_info
{
    padding-top:0px;
    text-align:left;
}

.noticia_info a
{
    color:#666666;
    text-decoration:none;
}

.noticia_info a:hover
{
   color:#333333;
   text-decoration:underline;
}

.noticia_data_interior
{
    color:#333333;
    text-align:left;
    padding-bottom:10px;
}


*/
/*******************************************************
    Fitxa noticies

**************************************************/
/******fi contignut tipus noticia ***************/
/*# sourceMappingURL=estils.css.map */