.Ul-insta-gotas{
    border: 0px solid #dedede;
    width: 100%;
    margin: 24px 0px;
   
    padding-left: 0px;
    
}
.photo {
  display: inline-block;
    box-sizing: border-box;
    border: solid 0px #dedede;
  webkit-padding-start: 7px;
}

.photo a {
  text-decoration: none;
  margin: -18px auto 11px auto;
}

.photo a:after {
  color: navy;
  content: attr(title);
  display: none;
}

.photo img {
  display: block;
    max-width: 150px;
    max-height: 150px;
    border: 0px solid #ffffff;
    margin: 5px;
}

/*para las redes de los post**********************************/

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.botonesparacompartir { 
    text-align: center;
    display: -moz-inline-stack;
    display: inline-flex;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline; 
      }
.likedini:hover, .facebooki:hover, .twitteri:hover, .googlei:hover,.pinteresti:hover 
    {

    border-radius: 20px 20px 20px 20px;
    transition:all .3s ease-out;
    box-shadow: 0px 0px 2px #fff; /* Sombra */
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    bottom: -80px /**/
    }

.likedini, .facebooki, .twitteri, .googlei, .pinteresti 
{
  transition:all .3s ease-out;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
z-index: 100;
bottom: -80px /**/
}


/*Gruo de post compartir desde el home a las redes */
.grid {
  padding: 0 0 0 20px;
  /*max-width: 1300px;*/
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.grid li {
  display: inline-block;
    margin: 0 11px;
    padding: 0px;
    text-align: left;
    position: relative;
}

.grid figure {
  margin: 0;
  position: relative;
}

.grid figure img {
  max-width: 100%;
  display: block;
  position: relative;
}

.grid figcaption {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 20px;
  background: #fe2e3a;
  text-align: initial;
  color: #fff;
}

.grid figcaption h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.grid figcaption span:before {
  content: 'Compartir en: ';
}

.grid figcaption a {
  text-align: center;
  padding: 5px 8px;
  display: inline-block;
  background: #fe2e3a;
  color: #fff;
}


        /* Caption Style 2 */

      .cs-style-2 figure img {
        z-index: 10;
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
      }

      .no-touch .cs-style-2 figure:hover img,
      .cs-style-2 figure.cs-hover img {
        -webkit-transform: translateY(-90px);
        -moz-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        transform: translateY(-90px);
      }

      .cs-style-2 figcaption {
        height: 90px;
        width: 100%;
        top: auto;
        bottom: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
      }

      .cs-style-2 figcaption a {
        position: static;
       /* right: 20px;*/ 
        bottom: -90px
      }

/* Caption Style 3 */
.cs-style-3 figure {
  overflow: hidden;
}

.cs-style-3 figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}

.cs-style-3 figcaption {
  height: 75px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
  position: static;
  bottom: 20px;
  right: 20px;
}


/*para las redes de los post*/