body {
  color: #666;
  font: 1.2em/1.4em 'Myriad Pro', Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0px;
   /* color: #fff; */
}

.header {  /* site-header */
  background: white;
  width: 100%;
  min-width: 1024px;
  height: 75px;
  top: 0;
  position: fixed;
      z-index: 5;
  padding-top: 7px;
  border-bottom: 1px solid #d6d6c2;
}

.logo {
  width: 269px;
  height: 75px;
  margin-left: 20px;
  background-image: url(images/logoorquesta.png);
  background-repeat: no-repeat;
  float: left;
  font-family: "Helvetica";
  font-size: 15px;
  padding-left: 50px;

  }

.mops {
 
 background-image: url(images/editMOPS.png);
 background-repeat: no-repeat;
    
 }

a {
    text-decoration: none;
    color: black;
    padding: 30px 20px;
  /*  height: 30px; */
    transition: background-color 0.35s ease;
    }

li {
  list-style: none;
  float: left;
    }


.nav {
  float: right;
/*  padding-right: 80px; */
  position: absolute;
  margin-left: 350px;
  display: block;
  /* vertical-align: middle; */


}


a:hover:not(.nomorado) {
    background-color: #cc99ff;
/*  background-color:  #c2d1ef; */
    color: #0a0a0f;
}

.main {
  width: 100%;
}

.blue {
  width: 80%;
  height: 40%;
  background: #02020D; /* color: azul oscuro */
  margin: auto;
  }

.grey {
    width: 80%;
    height: 30%;
    min-height: 190px;
    background: #b6b696; /* color: gris */
    margin: auto;
    position:relative;
    }

.fifty {
  width: 50%;
  height: 100%;
  min-height: 190px;
  background: #669999;  /* color: azul gris */
  color: #669999;
  float: right;
    }

  .text {
    padding-top: 4%;
    width: 50%;
    min-width: 250px;
    min-height: 190px;
    float:left;
    color: #1a0033;
    font-size: 101%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    border: 30px solid white;
    box-sizing: border-box;
    transition: all 0.5s ease-out;
  }


.grey:hover .text {
      background: #cc99ff;
      color: #0a0a0f;
      visibility: visible;
      opacity: 1;
  }

  .fifty:hover {
    background: #9999ff;
  }

#yellowFirst {
    width: 80%;
    height: 500px;
    background: #ffcc00; /* color: amarillo */
    margin: auto;
  }

#black {
  width: 80%;
  height: 500px;
  background: #000000; /* color: negro */
  margin: auto;
 position: relative;
}

canvas {
   position:relative;
   top:80;
   left:0;
 /*  z-index: 5 */
   }

#yellow {
  width: 80%;
  height: 500px;
  background: #ffcc00; /* color: amarillo */
  margin: auto;
}

.green {
  width: 80%;
  height: 500px;
  background: #00b300; /* color: verde */
  margin: auto;
  transition: background 0.3s ease;
}

.green:hover {
  background: #b3b3ff;
}


.one {
  width: 33.3%;
  height: 100%;
  background: #9fff80; /* color: verde coral */
  color: #9fff80;
  float: right;
  position:relative;
  transition: background-color 0.5s ease;
}

.one:hover {
  background: grey;
}


.two {
  width: 33.3%;
  height: 100%;
  background: #006666;  /* color: esmeralda oscuro */
  color: #006666;
  float: right;
  /* transition: background 0.1s ease-in; */
}

.two:hover {
  background: white;
}

.three {
  width: 100%;
  height: 50%;
  background: purple; /* color: morado */
  color: purple;
  }

.mellow {
    width: 100%;
    min-width: 250px;
    height: 30%;
    background:#1a0033; /* color: azul morado */
    color: #1a0033;
    position: absolute;
    bottom: 0;
            }

.mellow:hover{
      background-color: white;
              }


.aboutOfelia {
  color: rgb(2, 8, 10);
  width: 70%;
/*  height: 500px; */
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.acercaDe  {
  text-align: justify;
}


#SoundCloud {
  width: 60%;
  margin: auto;
  min-width: 290px;
  color:  #2f251e;
  background: #ecc6ec;
  border: 3px solid #ffe6ff;
  -webkit-box-shadow: 4px 4px 2px -1px rgb(224, 224, 209);
  -moz-box-shadow: 4px 4px 2px -1px rgb(224, 224, 209);
  box-shadow: 4px 4px 2px -1px rgb(224, 224, 209);
  position: relative;
  z-index: 3;
  }

.justify {
  width: 50%;
  text-align: justify;
  margin: auto;
}

  .contenedorAudio {
    width: 37%;
    height: 116px;
    margin: auto;
  }

  .pyl {
    float:left;
    font-size: 15px;
  }


#footer {
    width: 100%;
    height: 70px;
    background: #b3b3ff;
    border-top: 4px solid #ccccff;
    border-left-style: none;
    border-right-style: none;
    font-size: 13px;
    box-shadow: 0px -1px 1px #ccccff;
  }

  .autor {
   /* float: left; */
    padding-right: 25px;
    padding-left: 50px;
  }

  #audioPlayer {
    width: 100%;
  /*  heigth: 20%; */
  }
