.bg_contenido {
  background: #FFF;
  min-width: 285px;
  min-height: 375px;
  padding: 10px;
}

.bg_contenido_pequeno {
  background: #FFF;
  min-width: 285px;
  height: 224px;
  padding: 10px;
}

.bg_facebook {
  background: #3b5998;
  min-width: 285px;
  min-height: 196px;
}

.bg_facebook a {
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 196px;
}

.bg_twitter {
  background: #55acee;
  min-width: 285px;
  min-height: 196px;
}

.bg_twitter a {
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 196px;
}

.bg_gplus {
  background: #000;
  min-width: 285px;
  min-height: 196px;
}

.bg_gplus a {
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 196px;
}

#feed_mydiv {
  max-width: 266px;
  height: 355px;
}

#feed_mydiv .feed_wrapper {
  max-width: 260px;
}

#feed_mydiv .feed_content {
  height: 257px;
  width: 250px;
}

#feed_mydiv .feed_sow_more {
  display: none;
}

.bg_blog {
  background: #ec5b14;
  min-width: 285px;
  min-height: 196px;
}

.bg_blog a {
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 196px;
}

.bg_yt {
  background: #f0f0f0;
  min-width: 285px;
  min-height: 196px;
}

.bg_yt a {
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 196px;
}

.bg_pinterest {
  background: #cb2027;
  min-width: 285px;
  min-height: 196px;
}

.bg_pinterest a {
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 196px;
}

.bg_instagram {
  background: #326d95;
  min-width: 285px;
  min-height: 196px;
}

.bg_instagram a {
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 196px;
}

.panel {
  width: 104%;
  margin-top: 20px;
  border: 0;
}

.panel-heading {
  background: #c44343;
  border: 0 !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 46px 30px;
}

.panel-heading h2 {
  color: #FFF !important;
  font-size: 26px;
  font-weight: 700;
}

.panel-body {
  text-align: center;
}

.panel-body a {
  margin: 0 25px 50px 0;
}

/*# sourceMappingURL=social_networks.css.map */