@import url(https://fonts.googleapis.com/css?family=Give+You+Glory);
body {
  margin: 0px;
  overflow: hidden;
  font-family: 'Give You Glory', cursive;
  font-size: 40px;
}
body:hover span {
  display: none;
}

span {
  position: fixed;
  top: 50%;
  left: 50%;
  color: #000;
  margin-top: -40px;
  margin-left: -227px;
}

.volver { list-style: none; }

.icon-left { width: 80px; height: 80px; position: absolute; top:0; left:0; z-index: 2;}

.close i{
    position: absolute;
  top: 20px;
  left: 15px; 
  width: 44px;
  height: 45px;
  background: url(images/close.png) no-repeat;
  transform: rotate(90deg);
}

.close:hover i { left: 10px; }

.close span { display:none; }

.credits {
  color: #555555;
  font-size: 0.3em;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 100;
  position: absolute; bottom:10px; left:20px; z-index: 2;
}