.float-left { float: left; }
.float-right { float: right; }
.block { display: block; }
.margin-fl20 { margin: 0 20px 20px 0; }

.round_6 {
  border-radius: 6px;
}

.read-more {
  cursor: pointer;
  font-size: 11px;
  padding: 8px;
  position: relative;
  text-decoration: none !important;
  width: auto;
  border-bottom: 3px solid #FD6609;
}

.read-more-link {
  display: block;
  font-weight: normal;
  margin-top: 15px;
  text-decoration: none;
}
.read-more-link:hover { text-decoration: underline; }

/* Base para imágenes enmarcadas */
.image-box {
  border: 1px dotted #EFEFEF;
  background-color: #F5F5F5;
  margin-bottom: 15px;
  padding: 5px;
  display: inline-block;
  overflow: hidden;
}

.image-small   { width: 87px;  height: 67px;  }
.image-thumb   { width: 230px; height: 97px;  }
.image-square  { width: 112px; height: 112px; }
.image-med     { width: 210px; height: 132px; }
.image-full    { width: 490px; height: 188px; }
.image-twocol  { width: 347px; height: 180px; }
.image-onecol  { width: 347px; height: 180px; background-color: #fff; }

/* Ajuste imágenes internas */
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article .content-area .image-square {
  margin-right: 25px;
  float: left;
  margin-bottom: 35px;
}

/* Hover general */
.image-box:hover,
.vimeo:hover,
.youtube-short:hover {
  box-shadow: 0 0 6px #ccc;
}

/* Preload overlay */
.preload {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../i/preload.gif) center center no-repeat;
  overflow: hidden;
  text-align: center;
}
.preload .hover,
.preload .zoom {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.preload .zoom {
  background: #efefef url(../i/icon-zoom.png) center center no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.preload:hover .zoom { opacity: 1; }
.preload .video .zoom { background-image: url(../i/icon-zoom-video.png); }

/* Flickr widget */
.simpolio-flickr-widget img {
  height: 58px;
  width: 58px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.simpolio-flickr-widget img:hover { opacity: 1; }

.simpolio-flickr-widget .flickr_badge_image {
  border: 1px solid #f5f5f5;
  float: left;
  margin: 6px 6px 0 0;
  padding: 2px 2px 1px;
}

#sidebar-footer .simpolio-flickr-widget img {
  height: 40px;
  width: 40px;
}
#sidebar-footer .simpolio-flickr-widget .flickr_badge_image {
  border: none;
  float: left;
  margin: 1% 2% 0 0;
  padding: 2px 2px 1px;
}

