
@font-face {
     font-family: GeforceB;
		 src: url('../font/GEFORCE_BOLD.OTF');
		 font-style: normal;
		 font-weight: normal;
}

@font-face {
		 font-family: GeforceL;
		 src: url('../font/GEFORCE_LIGHT.OTF');
		 font-style: normal;
		 font-weight: normal;
}
body {
	background-color: #000000;
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
body {
    background: url(../img/bg.jpg) top center fixed no-repeat #000;
}

a {
    float: left;
}
#tabela{
	width: 1024px;
	margin: 0 auto;
}
img{
	display: block;
	max-width: 100%;
}

.box {
	width: 301.333px;
    padding: 20px;
    border: 0px solid #fff;
		float: left;
        height: 490px;
        text-align: center;
}
.box h2 {
    font-family: GeforceB;
    margin: 15px 0;
    padding: 0 20px;
    line-height: 1em;
    color: #75c400;
}
.box p{
	font-family: GeforceL;
	margin: 0 0 20px 0;
	padding: 0;
}

.listagem {
    background: #0e0e0e;
    color: #fff;
}

.listagem h1{
    text-align: center;
    font-family: GeforceB;
    color: #75c400;
}


.box a {
    display: inline-block;
    background: #75c400;
    padding: 10px 30px;
    font-family: GeforceB;
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
    letter-spacing: .2em;
    float: initial;
}
.box a:hover{
    background: #fff;
    color:#75c400
}

	
.thumbnail {
    max-width: 100%;
  }
      
      img{
          display: block;
      }
  
  .italic { font-style: italic; }
  .small { font-size: 0.8em; }
  
  /** LIGHTBOX MARKUP **/
  
  .lightbox {
      /** Default lightbox to hidden */
      display: none;
  
      /** Position and style */
      position: fixed;
      z-index: 999;
      width: 100%;
      height: 100%;
      text-align: center;
      top: 0;
      left: 0;
      background: rgba(0,0,0,0.8);
  }
  
  .lightbox img {
      max-width: 90%;
      max-height: 90%;
      margin: 2% auto;
  }
  
  
  
  .lightbox:target {
      /** Remove default browser outline */
      outline: none;
  
      /** Unhide lightbox **/
      display: block;
  }
  
  