/* CSS Document */
@import "https://fonts.googleapis.com/css?family=Muli|Poppins|Catamaran|Quicksand|Open+Sans|Mukta|Belgrano";
/* Disseny LILA */
/*$main-font-family: "Open Sans", sans-serif;*/
/*$header-background:#F0EEE5;*/
.noticia {
  font-family: "Poppins", Arial, sans-serif;
  border: 0 !important; }
  .noticia h2 {
    border: 0 !important; }

.noticia_titol {
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 0 .3em; }

.noticia_publicacio {
  font-size: .9em;
  margin: 0 0 .5em;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 .5em;
  text-align: justify; }

.noticia_extracte {
  font-size: 1em;
  margin: 0 0 .5em;
  border-bottom: 1px solid #e5e5e5;
  text-align: justify; }

.noticia_cos {
  font-size: 1em;
  text-align: justify; }

.noticia_imatges {
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 10px; }
  .noticia_imatges img {
    border: 1px solid #e5e5e5;
    margin-right: 5px; }

.noticia_adjunts {
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 15px 10px 10px 10px; }
  .noticia_adjunts a {
    padding: 5px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin-right: 5px; }

.noticia_documents img {
  width: 25px !important;
  height: 25px !important; }
