#ocupFormAjudes { }
#ocupFormAjudes h1 {
  color:#fff;
  background:#00518B;
  margin:0 auto;
  border-radius:5px 5px 0 0;
  width:90%;
}
#ocupFormAjudes .noticia {
  background:#eee;
  border:1px solid #ccc;
  border-top:none;
  padding:2px;
  width:90%;
    margin:0 auto;
    height:auto;
}
#ocupFormAjudes .noticia .fecha {
   border:none;
   width:100%;
   padding:0;
   background:#fff;
}

#ocupFormAjudes .noticia .fecha img {
  width:auto;
  max-width:100%;
  max-height:1000px;
  margin:auto;  
  height:auto;
}

#ocupFormAjudes .noticia .contingut-noticia img {
  display:inline;
}