/* RESULTADOS DE ARTICULOS */
.articuloWrap {
  color: #333!important;
}

.articuloWrap:hover {
  color: #333!important;
  text-decoration: none!important;
}

.articuloBox {
    margin-bottom: 20px;
}

.articuloBox .tituloWrap {
    min-height: 100px!important;
    background-color:#209688;
    color:#fff;
    line-height: 100px;
    display: block;
    height: 100px;
}



.articuloBox h3 {
  vertical-align: middle!important;
  display: block;
}



.articuloBox .imageWrap {
    max-height: 250px!important;
    overflow-y: hidden;
}

.articuloBox .copete {
    color: #333!important;
}

@media screen and (min-width: 0px) {
  .articuloBox {
      height: auto;
  }

  .articuloBox h3 {
    padding-top: 10px!important;
  }
}

@media screen and (min-width: 300px) {
  .articuloBox h3 {
    padding-top: 25px!important;
  }
}

@media screen and (min-width: 990px) {
  .articuloBox {
      height: 500px;
  }

  .articuloBox h3 {
    padding-top: 25px!important;
  }

}

.tablaInformacion th {
  background-color: #555;
  color:#fff;
  font-weight: bold;
  padding: 10px;
}

.tablaInformacion thead th {
    background-color: #ccc;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color:#000;
}

/* -------------------------------------------- */
.megaDestacado {
    background-color:#209688;
    margin-top: 30px;
    margin-bottom: 30px;
}

.megaDestacado h1 {
  color:#fff;
  font-size: 65px;
}

.megaDestacado p {
  color:#fff;
}

.bloqueDeArticulos {
  min-height: 1000px;
}

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

.articulo h1 {
  color:#fff;
  font-size: 65px;
  background-color: #209688;
  padding: 20px;
}

.articulo .copete {
  font-size: 25px;
  font-weight: bold;
  color: #209688;
}
