/* Estilos propios de la pagina principal */
  .fakeimg {
    height: 200px;
    background: #aaa;
  }
  .navbar{
    font-size: 1.2em;
  }

  .nav-link:over{
    color: green;
  }

  .imgjb{
    margin-bottom:0; 
    background-repeat: no-repeat;
    min-height: 1200px;
    background-size: 100%;
/*
    opacity:0.5;
    ;*/
    filter: brightness(75%);
    min-height: 450px;
    padding-top: 200px;
  }

  .jumbotron .container {
    position:relative;
    z-index:2;
    background:rgba(0,0,0,0.4);
    padding:2rem;
    border:1px solid rgba(0,0,0,0.1);
    border-radius:3px;
  }

  .view {
    position: relative;
    overflow: hidden;
    cursor: default;
  }

  .view img {
    width: 100%;
    object-fit:cover;
  }

  .view .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit:cover; 
  }

  .delgd{
      font-weight: 100;
  }
  .delgdtit{
      font-weight: 200;
      font-size: 1.2em;
  }
      
  a {
    color: #2db300;
  }
      /*.chip:active, .z-depth-1 {
          box-shadow: 0 2px 5px 0 
          rgba(0,0,0,.16),0 2px 10px 0
          rgba(0,0,0,.12) !important;
      }*/

  /* ----- para la tira de imagenes de las noticias ------*/

  .delgd{
    font-weight: 100;
  }

  .delgdtit{
    font-weight: 200;
    font-size: 1.2em;
  }

  .rgba-stylish-strong {
      background-color: rgba(62, 69, 81, .5);
    }

  .news-tile .card-title {
      position: absolute;
      bottom: 15px;
      left: 10px;
      right: 10px;
      font-weight: 100;
      /*left: 40px;*/
  }

  .view_notc{
    position: relative;
    overflow: hidden;
    cursor: default;
  }

  .view_notc img {
    width: 100%;
    height: 250px;
    object-fit:cover;
  }

  .view_notc .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit:cover; 
  }

  

/* -----  ------*/
      