@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('http://objetos.fime.me/fonts/Chunkfive-webfont.eot');
    src: url('http://objetos.fime.me/fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://objetos.fime.me/fonts/Chunkfive-webfont.woff') format('woff'),
         url('http://objetos.fime.me/fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('http://objetos.fime.me/fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('http://objetos.fime.me/fonts/BebasNeue-webfont.eot');
    src: url('http://objetos.fime.me/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://objetos.fime.me/fonts/BebasNeue-webfont.woff') format('woff'),
         url('http://objetos.fime.me/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('http://objetos.fime.me/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sombra3d {
text-shadow: 0 1px 0 #ccc, 
             0 2px 0 #c9c9c9,
             0 3px 0 #bbb,
             0 4px 0 #b9b9b9,
             0 5px 0 #aaa,
             0 6px 1px rgba(0,0,0,.1),
             0 0 5px rgba(0,0,0,.1),
             0 1px 3px rgba(0,0,0,.3),
             0 3px 5px rgba(0,0,0,.2),
             0 5px 10px rgba(0,0,0,.25),
             0 10px 10px rgba(0,0,0,.2),
             0 20px 20px rgba(0,0,0,.15);
}

.sombra {
  text-shadow: 0 4px 3px rgba(0,0,0,0.4);
}

.boxsombra {
  box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

.sombra-blanca {
  text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
}

.separator {
    border: 0;
    height: 0;
    border-top: 1px solid #000000;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.small-separator {
  margin:5px 0;
}

.feature {
  margin: 0;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  font-family: "BebasNeueRegular", "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.tl {
  text-align: left;
}

body {
  background-image: url('http://objetos.fime.me/img/wood_pattern.jpg');
  background-attachment: fixed;
}

.main-container {
  margin-top: 25px;
}

.row {
  margin-bottom: 25px;
}

.header {
  text-align: center;
  font-family: "ChunkFiveRegular", "Helvetica Neue",Helvetica,Arial,sans-serif;
  /*font-size: 46px;*/
  /*line-height: 1;*/
  color:white;
}

.ads {
  text-align: center;
}