.is-white {
  background-color: white; }

.main {
  background-color: whitesmoke;
  min-height: 100vh; }

header h2 {
  margin-bottom: 0; }
header h3 {
  font-style: italic;
  margin-top: 0; }

article {
  border-bottom: thin dotted #cccccc;
  margin-bottom: 1em; }
  article.has-ad .ad-space {
    float: right;
    margin: 0.75em; }

.ad-space {
  display: block;
  overflow: hidden;
  background: whitesmoke;
  margin: 0.75em auto; }
  .ad-space.is-300x250 {
    width: 300px;
    max-height: 250px; }
  .ad-space.is-300x600 {
    width: 300px;
    max-height: 600px; }
  .ad-space.is-728x90 {
    width: 728px;
    height: 90px; }
  .ad-space.is-120x600 {
    width: 120px;
    height: 600px; }
    .ad-space.is-120x600.following {
      position: fixed;
      top: 0.75em; }
  .ad-space.is-160x600 {
    width: 160px;
    height: 600px; }
    .ad-space.is-160x600.following {
      position: fixed;
      top: 0.75em; }
  .ad-space.is-336x280 {
    width: 336px;
    height: 280px; }
  .ad-space.is-320x50, .ad-space.is-300x50 {
    width: 100vw;
    height: 50px;
    position: fixed;
    bottom: -0.75em;
    z-index: 999;
    text-align: center;
    left: 0;
    border-top: thin solid #cccccc; }
  .ad-space.is-320x480 {
    top: -0.75em;
    left: 0px;
    width: 100vw;
    height: 100vh;
position:fixed;
    background: black;
    z-index: 1000; }
    .ad-space.is-320x480.in-desktop {
      display: block;
      background: rgba(0, 0, 0, 0.75); }
    .ad-space.is-320x480.is-inText {
      display: block;
      background: transparent;
      position: initial;
      width: 320px;
      height: 480px;
      top: 0;
      left: 0;
      background: whitesmoke; }
      .ad-space.is-320x480.is-inText:after {
        content: "";
        display: none; }
      .ad-space.is-320x480.is-inText > iframe {
        top: 0;
        left: 0;
        transform: none;
        margin-top: 0; }
    .ad-space.is-320x480 > iframe {
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-top: -50px;
      max-height: 480px !important;
      max-width: 320px !important;
      overflow: hidden; }
    .ad-space.is-320x480::after {
      content: "Saltar publicidad";
      text-align: center;
      color: white;
      width: 100vw;
      left: 0;
      height: 15px;
      position: absolute;
      top: 80%; }
    .ad-space.is-320x480.invisible {
      display: none !important; }
  .ad-space.is-overpage {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100px;
    height: 200px;
    transform: translateY(-50%);
    margin: 0;
    background: transparent; }
  .ad-space.is-320x180 {
    width: 320px;
    height: 180px; }
    .ad-space.is-320x180.floating {
      position: fixed;
      bottom: 1em;
      right: 1em; }

[id^=min_ad] > div {
  margin: 0 auto; }

iframe {
  border: 1px solid silver;
}

.overflow-hidden {
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .overflow-hidden {
      position: fixed; } }

@media screen and (max-width: 768px) {
  .sidebar,
  .is-728x90,
  .is-300x600,
  .is-120x600,
  .is-160x600,
  .is-overpage {
    display: none; }

  article.has-ad .ad-space {
    float: none;
    margin: 0 auto; } }
@media screen and (min-width: 767px) {
  .is-320x50, .ad-space.is-300x50,
  .is-320x480 {
    display: none; }

  .in-desktop,
  .is-inText {
    display: block; } }
.media {
  background-color: whitesmoke;
  border-radius: 5px;
  height: auto; }
  .media header {
    border-bottom: 2px solid #cccccc;
    margin: 0 0.75em; }
    .media header h3 {
      font-style: normal;
      margin-bottom: 0.4em; }

.media-object {
  display: flex;
  align-items: flex-start;
  border-bottom: thin dotted white;
  cursor: pointer; }
  .media-object:last-of-type {
    border-bottom: none; }
  .media-object img {
    margin: 0.75em;
    max-width: 60px; }
  .media-object span {
    flex: 1;
    font-size: 0.9em;
    margin: 0.75em 0.75em 0.75em 0; }

@media only screen and (min-width: 1599px) {
  .box {
    width: 1380px; } }

/*# sourceMappingURL=examples.css.map */
