.filtro {
    text-align:center;
    display:block;
    margin:15px auto;
    max-width:400px;
    height:30px;
}
.noticia {
  padding:5px;
/*   background:#fafafa; */
/*   border:4px solid rgba(0,0,0,.3); */
  background:#eee; 
  overflow:hidden;
  height:119px;
  height:111px;
} 
.noticia .fecha b {
    display:none; 
    position:absolute;
    width:105px;
    bottom:0; left:0;
    background:#009898;
    color:#FFF;    
}
.noticia:hover .fecha b {display:block; }
/* .noticia:hover .fecha {margin-top:-20px;} */

.noticia:hover {
/*   border:4px solid rgba(0,0,0,.5); */
   background:#ddd; 
} 
.noticies h1 {
  clear:both;
  
}
/*
.noticia .contingut-noticia {
  white-space:pre-line;
  display:none;
}

.noticia .contingut-noticia a {
  font-weight:bold;
}
*/

.noticia h2 {margin:0; text-align:left; color:#000; font-size:15px; font-weight:bold;}

.noticia .fecha {
  float:left;
  padding-right:15px;
  width:120px;
  text-align:center;
  vertical-align:middle;
  position:relative;
}

.noticia .fecha img { 
  width:100%; 
  height:100px;
/*   max-height:80px; */
  display:block; 
/*   margin-bottom:10px; */
  
}


.noticia .o {
    display:none;
}

.noticia.anypassats { 
    background:#fff;
    border:1px solid #ccc;
    height:30px;
}

.noticia.anypassats .fecha {
    display:none;
}
.noticia.anypassats h2 {
    font-weight:normal;
    
}
/*
.noticia.anypassats {
    width:31%; margin:0%; 
    height:auto; margin-bottom:0;
    background:#fff;
    border-bottom:1px solid #eee;
    font-weight:normal;
    padding:0;
}
    .noticia.anypassats .fecha b {
        display:block; 
        position:relative;
    }

    .noticia.anypassats br {display:none; }
    .noticia.anypassats .fecha img {display:none; }

    .noticia.anypassats  .fecha {
        float:none;
        display:inline-block;
        width:80px;
        vertical-align:middle;
    }
    
    .noticia.anypassats .fecha b {
        display:inline-block; 
        position:relative;
        background:#FFF;
        color:#009898;
        font-weight:normal;
        font-size:13px;
        text-align:left;
        width:inherit;
    }
    .noticia.anypassats .fecha a {width:100%;}
    .noticia.anypassats a { display:inline-block; vertical-align:middle; width: calc(100% - 90px);}
    .noticia.anypassats h2 { font-weight:normal;display:inline-block;}

*/
.noticia_amp {
  width:100%; max-width:1000px; margin:auto;
/*   border-top:1px solid #ccc; */
/*   border-bottom:1px solid #ccc; */
  display:block;
  float:none;
  /* background:#eee; */
  padding:30px;
}
.noticia_amp .contingut-noticia {
  white-space:pre-line;
  display:block;
  font-size:20px;
  line-height:150%;
}
.noticia_amp b.fecha {display:block;}
.noticia_amp .img img {display:block; width:100%;}
.noticia_amp .img {
  width:100%;
  max-width:500px;
  float:right;
  margin-left:20px;
  margin-bottom:20px;
}
  
.noticia_amp .visual {
  width:26px; display:inline-block;
  vertical-align:bottom;
}
.noticia_amp img.visual.miniatura {
  width:200px; 
/*  
  max-width:200px;
  max-height:200px;
  width:auto;
  height:auto;
*/
  margin:5px;
}

.noticia_amp .noticia h1 {
  display:none;
}
.noticia_amp h1 {
/*  border-bottom:1px dashed #ccc;
  margin:0;
  padding-bottom:5px;*/
}

.noticia_amp [video] {
    display:inline-block;
    position:relative;
    
}

.noticia_amp [video] [play]{
    display:block;
    position:absolute;
    top:0; left:0;
    width:100%;
    height:100%;
    background-image:url('/img/video-play.png');
    background-repeat: no-repeat;
    background-position: center;   
    background-size: 70px;
}


@media all and (max-width:1200px) { /* 480 */
  
  .noticia.anypassats {
    width:48%; 
    --margin:1%; 
      
    }
  
}

@media all and (max-width:700px) { /* 480 */
  
  .noticia_amp .img {
    margin:0 auto;
    
    float:none;
  }

  .noticia.anypassats {
    width:98%; 
    --margin:1%; 
      
    }
  
}
