#blog{
  position: absolute;
  top: 850px;
}
#blog h3, h4 {
    text-align: center;
}

#blog .contenedor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;  /*PONE LAS IMAGENES EN HORIZONTAL*/
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; /*SI LA IMAGEN NO CABE LA PONE DEBAJO*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; 
    margin-left: 5px;
}

#blog .contenedor1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;  /*PONE LAS IMAGENES EN HORIZONTAL*/
    /*flex-wrap: wrap;*/ /*SI LA IMAGEN NO CABE LA PONE DEBAJO*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; 

}

/*#blog .contenedor1 article .img1 .img2 .img2 {
    width: 100%;
    max-width: 265px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 15px #000;
}*/

#blog .contenedor1 article {
    margin: 10px;
    /*border: 3px solid #0000ff;*/
}

#blog article {
    margin: 15px;
    /*border: 3px solid #0000ff;*/
}

#blog article .notis1 {
    text-decoration: none;
}

#blog .contenedor img {
    width: 100%;
    max-width: 280px;
    border-radius: 10px;
    box-shadow: 0 0 15px #000;
}

/***** MEDIA QUERIES *************************************************************/

@media (max-width: 639px) {
   #blog .contenedor1 {
    display: none;
   }
}

@media (min-width: 640px) {
    #blog .contenedor1 {
      width: 70%;
      margin: auto; 
    }

    #blog .contenedor1 .img1 {
      width: 70%;
    }
    #blog .contenedor1 .img2 {
      width: 70%;
    }
    #blog .contenedor1 .img3 {
      width: 70%;  
      max-width: 100%;
      height: auto;
    }
}

@media (min-width: 700px) {
    #blog .contenedor1 {
      width: 65%;
      margin: auto; 
    }

    #blog .contenedor1 .img1 {
      width: 80%;
    }
    #blog .contenedor1 .img2 {
      width: 80%;
    }
    #blog .contenedor1 .img3 {
      width: 80%;  
      max-width: 100%;
      height: auto;
    }
}

@media (min-width: 768px) {
    #blog .contenedor1 {
      width: 65%;
      margin: auto; 
    }

    #blog .contenedor1 .img1 {
      width: 80%;
    }
    #blog .contenedor1 .img2 {
      width: 80%;
    }
    #blog .contenedor1 .img3 {
      width: 80%;  
      max-width: 100%;
      height: auto;
    }
/*
   #blog .contenedor1 article img img img {
    width: 100%;
    max-width: 190px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 25px #000;
    }  
    */
}

@media (min-width: 800px) {
    #blog .contenedor1 {
      width: 50%;
      margin: auto; 
    }

    #blog .contenedor1 .img1 {
      width: 80%;
    }
    #blog .contenedor1 .img2 {
      width: 80%;
    }
    #blog .contenedor1 .img3 {
      width: 80%;  
      max-width: 100%;
      height: auto;
    }

/*
    #blog .contenedor1 {
    width: 100%;
    margin: auto;
    }

   #blog .contenedor1 article img img img {
    /*width: 100%;*/
/*
    max-width: 100px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 15px #000;
    } */ 
}

@media (min-width: 1024px) {

   #blog .contenedor {
    margin-left: 5px;
    }

    #blog .contenedor1 {
      width: 50%;
      margin: auto; 
    }

   #blog .contenedor1 .img1 {
      width: 90%;
    }

   #blog .contenedor1 .img2 {
      width: 90%;
    }

   #blog .contenedor1 .img3 {
      width: 90%;  
      max-width: 100%;
      height: auto;
    }
/*
    #blog .contenedor1 article img img img {
    width: 100%;
    max-width: 315px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 15px #000;
    }
    */
}

@media (min-width: 1600px) {

    #blog .contenedor1 {
      width: 80%;
      margin: auto; 
    }

   #blog .contenedor1 .img1 {
      width: 65%;
    }

   #blog .contenedor1 .img2 {
      width: 65%;
    }

   #blog .contenedor1 .img3 {
      width: 65%;  
      max-width: 100%;
      height: auto;
    }
}
