html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Typography
 *--------------------------------------------------------------------------- */

a {
  color: #00bfa8;
  text-decoration: none;
}

a:hover {
  color: #59ffeb;
}

::-moz-selection,
::selection {
  background: #ff8000;
  color: white;
}

/* -- Layout ------------------------------------------------------------------ */

.wrapper2 {
  max-width: 740px;    /* 740 */
  margin: 0 auto;
}

.section {
  padding: 0 0 40px 0;
  margin-bottom: 40px;
  *zoom: 1;
  border-bottom: none;   /* 1px solid red*/
}

.section:after {
  content: "";
  display: table;
  clear: both;
}

.section.last {
  border-bottom: none;
}

.section-header {
  text-align: center;
}

.section-subheader {
  margin-top: -0.6em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 24px;
}

.row {
  *zoom: 1;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* -- Sections ------------------------------------------------------------------ */


.examples-section {
  text-align: center;
}

.image-row {
  max-width:700 px;
  float:left;
  *zoom: 1;
  margin-bottom: 20px;

}
.image-row li {
  float: left;
  position: relative;
}

.image-row:after {
  content: "";
  display: table;
  clear: both;
}
.image-row li ul {
  display: none;
  width: 200px;
  position: absolute;
}

.fotos {
  display: inline-block;
  margin: 0 10px 20px 10px;
  line-height: 0;
  -webkit-border-radius: 0px;   /* 4 px */
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /*
  border: 10px solid white;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  */
}

.fotos:hover {
  border: 1px solid white;
}



/* -- Responsive design -------------------------------------------------------------- */
@media only screen and (max-width: 640px) {

  body {
    margin: 80px 10px 40px 10px;
    font-size: 14px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 16px;
  }

  ol {
    list-style-position: inside;
  }


  .section {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  }
}
