body
  {
    cursor: url(Laferrerecursor.png),auto;
    background-color: Black;
  }

video
  {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -10;
    object-fit: cover;
  }

.abajo
{
  position:absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  object-fit: cover;
}
#cursor
{
  position:absolute;
  width: 20px;
}

.home:hover
{
  cursor: url(../Imagenes/Homecursor.png),auto;
}

a
{
  text-decoration:none;
  color: green;
}

a:hover
{
  cursor: none;
  text-decoration:underline;
  color: white;
}
.centrado
  {

    text-align: center;
  }

.contenedor
  {
    width: 100%;
    height: 100%;
    margin-top: 0px;
  }

.linkes
  {
    font-size:50px;
    font-weight: 900;
    margin-top: inherit;
    color: white;
  }

.Magno
  {
    width: 30%;
  }

  @media only screen and (min-width: 801px) and (max-width: 1000px)
    {
      .linkes
        {
          font-size:40px;
        }

      .Magno
      {
        width: 45%;
      }

        body
        {
        }
    }

@media only screen and (max-width: 800px)
  {
    .linkes
      {
        font-size:30px;
      }

    .Magno
    {
      width: 60%;
    }

      body
      {
      }
  }

@media only screen and (max-device-width: 600px)
  {
    #cursor
    {
      display: none;
    }

    a
    {
        font-size:30px;
    }

    .Magno
    {
      width: 100%;
    }

      body
      {
      }
  }
