body{
  background-color: black;
  font-family: 'WebFont', 'bc_falster_groteskmedium', sans-serif;
  min-width: 500px;
  overflow-x: hidden;
}

::selection {
  background: #fff;
  color: black;
}

::-moz-selection {
  background: #fff;
  color: black;
}

@font-face {
  font-family: 'bc_falster_groteskmedium';
  src: url('bc-falster-grotesk-medium-webfont.woff2') format('woff2'),
       url('bc-falster-grotesk-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

  }

#menu{
  position: absolute;
  width:22%;
  width: 440px;
  color: white;
  height: 100%;
}

::-webkit-scrollbar {
    display: none;
}

::-moz-scrollbar {
    display: none;
}

  #menuFondo{
    position: fixed;
    left: -60px;
    width: 440px;
    height: auto;
    z-index: -2;
    overflow-y: scroll;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
  }

  #logo{
    width: 270px;
    margin-left: 20px;
    margin-top: 18px;
    margin-bottom: 5px;
    float: left;
  }

  #logoV{
    display:none;
  }

  #menuMovilX{
    top:20px;
    left:315px;
    position:fixed;
    width: 48px;
  }

  #menuMovil{
    display: none;
    top:20px;
    left:315px;
    position:fixed;
    width: 48px;
  }

  #menu p{
    width: 280px;
    margin-top: 80px;
    margin-left: 20px;
    margin-top: 20px;
    line-height: 30px;
    font-size: 1.2em;
    float: left;
  }

  #menuProyectos{
    margin-left: 25px;
    margin-top: 20px;
    line-height: 35px;
    font-size: 1.2em;
    float: left;
  }

  #menuProyectos span{
    font-size: 1.4em;
  }

  #menuProyectos div{
    margin-top: 15px;
  }

  #menuProyectos ul{
    margin-left: 30px;
  }

  #menuProyectos li:hover{
    text-decoration: underline;
    cursor: pointer;
  }

  #menuProyectos li:active{
    text-decoration: underline;
    cursor: pointer;
    opacity: 0.7;
  }

  .flecha{
    position: absolute;
    left: 450px;
    width: 35px;
    opacity: 0.8;
  }

  #flechaArriba{
    top: 15px;
  }
  #flechaAbajo{
    top: 65px;
  }

  .flecha:hover{
    opacity: 1.0;
  }

  .flecha:active{
    opacity: 0.7;
  }

  #infoElCandidato {

  }

  #infoMexcamgirlz {
    display: none;
  }

  .imgFondo{
    position: fixed;
    top: 50%;left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.6;
  }

  #infoProyectos{
    position: absolute;
    left: 450px;
    top: 130px;
    width:38%;
    color: white;
    font-size: 1.2em;
    line-height: 30px;
  }

  .tituloProyecto{
    font-size: 1.5em;
  }

  .creditos{
    line-height: 35px;
  }
