body {
  width: 100%;
  height:auto ;
  padding: 0;
  margin: 0%; 
  background-color: rgb(0, 0, 0);
  align-items: center;
  user-select: none;
   
  }
  

  .palumno{
    font-size: 1.5em;
    font-family: cursive;
  }
  
  .CajaPrinc{
    display: flex;
    font-family: Arial, sans-serif;
    margin:auto;
    width: 85%;
    height: auto;
    background-color: bisque;
    
    flex-direction: column;
  
  }

  .CajaPrinc1{
    display: flex;
    font-family: Arial, sans-serif;
    margin:auto;
    width: 85%;
    height: auto;
    background-color: rgb(205, 182, 255);
    
    flex-direction: column;
  
  }


  .logo{
    width: 9em;
    height: auto;
    margin: auto;
}
.logo img{
  width: 9em;
  height: auto;
  margin: auto;
}

.irAtp {
  display: flex;
  flex-direction: row;
margin: 0.3em;
  align-items: center;

}
.irAtp button{
  display: flex;
  width: auto;
  height: auto;
  padding: 0.5em;
  font-size: 1em;
  margin-left: 1em;
  color: #060a3d;
  transition: 0.5s;
}

.irAtp button:hover{
  color:#222dcb ;
  transition: 0.5s;
}


  .menu{
    display: flex;
    max-width: 100%;
    height: auto;
    background-color: rgb(71, 41, 2);
    font-size: 1.3em;   
    padding: 0.2em;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    text-shadow: 5px 3px 5px rgb(60, 101, 195) ;
    transition: 0.5s;
    flex-wrap: wrap;
  }

  .menu a{
    display: flex;
    max-width: 100%;
    height: auto;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    margin: 0.3rem;
    border-radius: 0.6rem;
    padding: 0.6rem;
  }

  .menu:hover{
    color:rgb(252, 255, 160);
    transition: 0.5s;
  }

  .meet{
    width: 15%;
    height: auto;
    margin: auto;
    background-color:rgb(153, 140, 0);
    border-radius: 1em;
    padding: 0.7em;
    text-align: center;  
  }
  .meet a p{
    text-align: center;
  }
  .meet h3{
   margin: auto;
   color: aliceblue;

  }

  p{
    text-align: left;
    text-indent: 0.5em;
    margin: 0.5em;
    font-size: 1.1em;
  }
h1{
  text-align: center;
}

  h2{
    text-align: center;
    margin: 1em;
    font-size: 2em;
    text-shadow: 4px 4px 8px grey;

  }

  h3{
    margin-left: 0.5em;
  }

  h4{
    margin-left: 0.5em; 
    font-size: 1.3em;
    color: rgb(6, 9, 90);
  }
  a{
    text-decoration: none;
    transition: 0.5s;
  }
  a:hover{
    color: rgb(137, 0, 0);
    transition: 0.5s;
  }
 
  img{
    width: 40em;
    height: auto;

    border-radius: 1em;
  }

  #passwordPrompt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#passwordBox {
    background-color: rgb(41, 26, 70);
    padding: 20px;
    border-radius: 1em;
    text-align: center;
    width: 80%;
    max-width: 300px;
    box-shadow: 8px 7px 7px rgb(56, 56, 56);
}
#passwordBox h2{
  font-size: 1.7em;
  margin:0.3em ;
  color: azure;
}

#passwordInput {
    width: 90%;
    height: 1.8em;
    padding: 5px;
    margin: 10px 0;
    box-sizing: border-box;
}

.plan a{
  text-decoration: none;
  font-size: 1.5em;
  color: rgb(0, 6, 174);
  transition: 0.3s; 
}

.plan a:hover{
  color: rgb(0, 110, 150);
  text-shadow: 3px 3px 10px grey;
  transition: 0.3s;
}
.plan h3{
  text-align: center;
}
 
/* FORMULARIO */



output{
  width: 70%;
  height: 1.5em;
  margin: 0.5em;
  border-radius: 0.2em;
}

label{
  display: block;
  margin: 0.5em;
}



.mailSend{
  width: 5em;
  height: auto;
  text-align: center;
  padding: 0.3em;
  cursor: pointer;
  box-shadow: 5px 10px 10px rgb(208, 208, 208);
 border-radius: 2em;
  background-color: rgb(69, 67, 78);
  color: aliceblue;
  margin-top: 0.5em;
}

#audioElement{ 
  z-index: 10;
  position: fixed;
  top: 9.5em;
left: 50%;
  transform: translate(-50%, -50%);
  width: 25em;
  height: 2em; 

}


table{
  table-layout: fixed;
  width: 90%;
  height: auto;
  margin: auto;
  border-collapse: collapse;
}

 th {
  width: 50%;
  height: 1.5em;
  background-color: rgb(206, 162, 74);
  font-size: 1.3em;
  border: 2px solid black;
  padding: 0.3em;
}

td {
  width: 50%;
  height: 1em;
  background-color: rgb(199, 255, 185);
  font-size: 1em;
  border: 2px solid black;
  padding: 0.4em;
}

.texturas {
  table-layout: fixed;
  width: 90%;
  height: auto;
  border-collapse: collapse;
}

.texturas th {
  width: 33.33%;
  height: 1.5em;
  background-color: rgb(206, 162, 74);
  font-size: 1.3em;
  border: 2px solid black;
  padding: 0.3em;
}
.texturas td {
  width: 33.33%;
  height: 1em;
  background-color: rgb(199, 255, 185);
  font-size: 1em;
  border: 2px solid black;
  padding: 0.4em;
}

.reproducirAudio{
  margin: auto;
  color: rgb(70, 38, 117);
  margin-bottom: 0.5em;
  padding: 0.3em;
  text-align: center;
  transition: 0.5s;
  
}

.reproducirAudio:hover{  
  cursor: pointer;
  color: rgb(137, 0, 0);
  transition: 0.5s;
}

button{
  display: block;
  width: auto;
  height: auto;
  background-color: rgb(255, 194, 133);
  box-shadow: 5px 5px 10px rgb(63, 63, 63);
  color: azure;
  cursor: pointer;
}
.passBoton{
  display: block;
  width: auto;
  height: auto;
  background-color: rgb(0, 3, 39);
  box-shadow: 5px 5px 10px rgb(63, 63, 63);
  color: azure;
  cursor: pointer;
}

.acefaloAna{
  display: flex;
  width: 100%;
  height: auto;
  margin: auto;

  flex-direction: column;


}

.acefaloAna img{
  display: block;
  max-width: 100%;
  width: 70em;
  height: auto;
  margin: auto;

}

.princ_textura{
  display: flex;
  flex-wrap: wrap;
  background-color:rgb(199, 255, 185);
  margin: auto;
}

.textitle{
  width: 13em;
  height: auto;
  border: 0.2em solid black;
}

.textitle h3{
  margin: 0;
  text-align: center;
  background-color: rgb(206, 162, 74);
  padding: 0.3em;
}

.tp{
  display: flex;
  flex-direction: column;
  width: 70%;
  height: auto;
  background-color: rgb(179, 177, 178);
  border: 4px solid black;
  margin: auto;
  margin-top: 50px;
  padding: 0.3em;
}


.subir a{ color: rgb(66, 28, 123);
  text-decoration: none;
  transition: 0.5s;
}
.subir a:hover{color: rgb(123, 41, 28);
  transition: 0.5s;

}
.otrosImg{
  display: flex;
  width: 60%;
  height: auto;
  margin: auto;
}
.otrosImg img{
  width: 100%;
  height: auto;
}
.ordenorqu{
  width: 100%;
  height: auto;
  margin: auto;
}

.ordenorqu ol{
  display: flex;
 flex-wrap: wrap ;
 margin: auto;

  
}
.ordenorqu li{
  margin: 1em;
}


.otrosImg2{
  display: flex;
  flex-direction: column;
  width: 80%;
  height: auto;
  margin: auto;
  align-items: center;
}

.otrosImg3{
  display: flex;
  flex-direction: column;

}
.otrosImg3 img{
  width: 65%;
  height: auto;
margin: auto;
}

.otrosImg4{
  display: flex;
  margin: auto;
  flex-direction: column;
  text-align: center;
}
.otrosImg4 img{
  width: 80%;
  height: auto;
 margin: auto;
}

.otrosImg5{
  display: flex;
  margin: auto;
  flex-direction: column;
  text-align: center;
}
.otrosImg5 img{
  width: 80%;
  height: auto;
 margin: auto;
}


.artic0{
  background-color: rgb(197, 161, 89);
  opacity: 0.8;
  width: 65%;
  height: auto;
  margin: auto;
}

.artic{
  background-color: rgb(197, 161, 89);
  opacity: 0.8;
  width: 65%;
  height: auto;

}
.artic2{
  background-color: rgb(197, 161, 89);
  opacity: 0.8;
  width: 80%;
  height: auto;
  margin: auto;

}

.arcoPizz{
  background-color: rgb(197, 161, 89);
  opacity: 0.8;
}

#distincion{
  display: inline-block;
  background-color: aqua;

  padding: 0.5;
  font-weight: bolder;
  border-radius: 0.3em;
  border: 3px solid black;

}

.ritmo{
  max-width: 60%;
  height: 15em;
  background-color: #060a3d;
  overflow: scroll;
  margin: auto;
  border-radius: 0.5em;
  border: 4px solid rgb(87, 115, 136);
}
.ritmo h3{
  text-align: center;
  color: aliceblue;
  font-family:'Courier New', Courier, monospace;
}
.ritmo p{
  font-family:'Courier New', Courier, monospace;
  color: aliceblue;
}


/* Modulo Ia especifico */

.mod1a1 {
  display: flex;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.mod1a1 img {
  max-width: 100%;
  width: 70em;
  height: auto;
  

}

.tema1{
  max-width: 100%;
  
  height: auto;
  margin: auto;
  text-align: center;

}
.tema1 img{
  max-width: 100%;
  width: 70em;
  height: auto;

}

.planos40{
  width: 90%;
  height:auto;
  text-align: center;
  margin: auto;
}

.planos40 img{
  width: 90em;
 max-width: 100%;
 height: auto;
  
}


.reproducirAudio1 button{
  color: rgb(180, 252, 252);
  background-color: black;
  transition: 0.5s; 
} 
.reproducirAudio1 button:hover{
  color: rgb(255, 255, 255);
  transition: 0.5s; 
} 


.reproducirAudio2 button{
  color: rgb(84, 233, 181);
  background-color: black;
  transition: 0.5s; 
}
.reproducirAudio2 button:hover{
  color: rgb(255, 255, 255);
  transition: 0.5s; 
} 


.reproducirAudio3 button{
  color: rgb(249, 193, 242);
  background-color: black;
  transition: 0.5s; 
}
.reproducirAudio3 button:hover{
  color: rgb(255, 255, 255);
  transition: 0.5s; 
} 


.reproducirAudio4 button{
  color: rgb(255, 216, 193);
  background-color: black;
  transition: 0.5s; 
}
.reproducirAudio4 button:hover{
  color: rgb(255, 255, 255);
  transition: 0.5s; 
}

#rush{
  font-weight: lighter;
  color: brown;
  text-align: center;
}

/* MODULO IIIa */

.image-container {
  display: flex;
  width: 70%;
  height: auto;
  justify-content: center;
  gap: 0.5em;
  margin: 0.3em auto;
}
.image-container img {
  display: flex;
  width: 70%;
  height: auto;
  object-fit: cover;
  border: 2px solid #ccc;
}





.hidden {
  display: none;
}
.hidden2 {
  display: none;
}

#analisis1 {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: black;
  transition: 0.5s;
}
#analisis1:hover {
  transition: 0.5s;
  color: rgb(108, 0, 0);
}

#analisis2 {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: black;
  transition: 0.5s;
}
#analisis2:hover {
  transition: 0.5s;
  color: rgb(108, 0, 0);
}

#analisis3 {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: black;
  transition: 0.5s;
}
#analisis3:hover {
  transition: 0.5s;
  color: rgb(108, 0, 0);
}

#analisis4 {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: black;
  transition: 0.5s;
}
#analisis4:hover {
  transition: 0.5s;
  color: rgb(108, 0, 0);
}

#analisis5 {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: black;
  transition: 0.5s;
}
#analisis5:hover {
  transition: 0.5s;
  color: rgb(108, 0, 0);
}

#analisis6 {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: black;
  transition: 0.5s;
}
#analisis6:hover {
  transition: 0.5s;
  color: rgb(108, 0, 0);
}

#analisis7 {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: black;
  transition: 0.5s;
}
#analisis7:hover {
  transition: 0.5s;
  color: rgb(108, 0, 0);
}

#analisis8 {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: black;
  transition: 0.5s;
}
#analisis8:hover {
  transition: 0.5s;
  color: rgb(108, 0, 0);
}

#analisis9 {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: black;
  transition: 0.5s;
}
#analisis9:hover {
  transition: 0.5s;
  color: rgb(108, 0, 0);
}

#analisis10 {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: black;
  transition: 0.5s;
}
#analisis10:hover {
  transition: 0.5s;
  color: rgb(108, 0, 0);
}

#analisis11 {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: black;
  transition: 0.5s;
}
#analisis11:hover {
  transition: 0.5s;
  color: rgb(108, 0, 0);
}

#analisis12 {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: black;
  transition: 0.5s;
}
#analisis12:hover {
  transition: 0.5s;
  color: rgb(108, 0, 0);
}

#analisis13 {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: black;
  transition: 0.5s;
}
#analisis13:hover {
  transition: 0.5s;
  color: rgb(108, 0, 0);
}

#analisis14 {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: black;
  transition: 0.5s;
}
#analisis14:hover {
  transition: 0.5s;
  color: rgb(108, 0, 0);
}




.Fotmod3a0mel{
 width: 70%;
 height: auto;
 text-align: center;
 margin: auto;

}

.Fotmod3a0mel img{
  width: 70%;
 height: auto;

}

.colorcuerdas li { color: blue;
}
.colormaderas li {color: rgb(83, 60, 0);

}
.colormetales li{
  color: rgb(136, 136, 45) ;
}

.colortimbal li{
  color: rgb(129, 0, 0);
}

.colorperc li{
  color: chocolate;

}
.colorpiano li{
  color: rgb(108, 108, 108);
}
.colorarpa li{
  color: rgb(106, 106, 106);
}
  
.Contesquema{
  display: flex;
  width: 85%;
  height:auto;
  flex-direction: row;
  margin: auto;
  background-color: rgb(176, 236, 238);

}
.esquema1{
  display: flex;
  flex-direction: row;
  width: 50%;
  height: 12.5em;
  border: 5px solid black;
  overflow: auto;

}



.sectorA{
 display: flex;
  font-size: 5em;
  margin: 0.3em;

}

.visorpdf{
  width: 70%;
  height: 40em;
  margin: auto;
}

.pieButton{
  margin-top: 3rem;
  width: 100%;
  height: auto;
  margin: auto;

}

.pieButton a{
  margin-top: 3rem;
  background-color: #1d1652;
}






/* ADAPTADO A CEL */
@media (max-width: 700px){


  .CajaPrinc{ flex-direction: column;
    width: 98%;
    height:auto;
    align-items: center;



  }
 
  .menu{
    flex-direction: column;
    width: 100%;
    height:auto ;
    text-align: center;
  }
  .menu a{
     width: 65%;
    height:auto ;

  }

  .form1{ 
    width: 80%;
    margin: auto;
   } 

   .texturas {
    width: 97%;
   }
   .texturas th {
  
    font-size: 1em;
   
  }
   table{
    width: 97%;
   }
   #audioElement{ 
    z-index: 10;
    position: fixed;
    top: 9.5em;
  left: 50%;
    transform: translate(-50%, -50%);
    width: 20em;
    height: 1.2em; 
  }
  .princ_textura{
    flex-direction: column;
  }
.textitle{
  width: 98%;
    height:auto ;

}
.tema1{
    width: 98%;
    height:auto ;

  }
  .tema1 img{
    width: 98%;
    height:auto;

  }
  .mod1a1{
    width: 98%;
    height:auto ;

  }
  .mod1a1 img{
    width: 98%;
    height:auto;

  }

  .ritmo{
    max-width: 95%;
    height: 15em;
  }

  


  

  /* modo2a */
  .otrosImg{
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .otrosImg img{
    width: 100%;
    height: auto;
  }

  .otrosImgdif{
    display: flex;
    width: 98%;
    height: auto;
    flex-direction: column;

  }
  .otrosImgdif img{
    width: 100%;
    height: auto;
  }

  .otrosImg2{
    display: flex;
    width: 98%;
    height: auto;
    flex-direction: column;
  }
  .otrosImg2 img{
    width: 100%;
    height: auto;
  }
  .artic{
    display: flex;
    width: 100%;
    height: auto;
  }

  .otrosImg3{
    width: 98%;
    height: auto;
    flex-direction: column;
  }
  .otrosImg3 img{
    width: 98%;
    height: auto;
  }
  .otrosImg4{
    width: 98%;
    height: auto;
    flex-direction: column;
  }
  .otrosImg4 img{
    width: 98%;
    height: auto;
  }
  .otrosImg5{
    width: 98%;
    height: auto;
    flex-direction: column;
  }
  .otrosImg5 img{
    width: 98%;
    height: auto;
  }
  .artic2{
    width: 98%;
    height: auto;

  }
  .artic0{
    width: 98%;
    height: auto;

  }
  .tp{
    width: 90%;
    height: auto;

  }

  .Contesquema{
    flex-direction: column;
    width: 98%;
    height: auto;
    margin: auto;
    
  }
  .esquema1{
    flex-direction: column;
    width: 98%;
    height: auto;
    margin: auto;
  }

  

/* Mod3a */

  .image-container{
    flex-direction: column;
    width: 98%;
    height: auto;
  }
  #container-5 img{
    width: 98%;
    height: auto;
    text-align: center;
    margin: auto;
  }
  #container-6 img{
    width: 98%;
    height: auto;
    text-align: center;
    margin: auto;
  }

  #container-7 img{
    width: 98%;
    height: auto;
    text-align: center;
    margin: auto;
  }
  #container-8 img{
    width: 98%;
    height: auto;
    text-align: center;
    margin: auto;
  }  

  #container-9 img{
    width: 98%;
    height: auto;
    text-align: center;
    margin: auto;
  }
  #container-10 img{
    width: 98%;
    height: auto;
    text-align: center;
    margin: auto;
  }

  #container-11 img{
    width: 98%;
    height: auto;
    text-align: center;
    margin: auto;
  }
  #container-12 img{
    width: 98%;
    height: auto;
    text-align: center;
    margin: auto;
  }

  #container-13 img{
    width: 98%;
    height: auto;
    text-align: center;
    margin: auto;
  }
  #container-14 img{
    width: 98%;
    height: auto;
    text-align: center;
    margin: auto;
  }

  #container-15 img{
    width: 98%;
    height: auto;
    text-align: center;
    margin: auto;
  }
  #container-16 img{
    width: 98%;
    height: auto;
    text-align: center;
    margin: auto;
  }

  #container-17 img{
    width: 98%;
    height: auto;
    text-align: center;
    margin: auto;
  }
  #container-18 img{
    width: 98%;
    height: auto;
    text-align: center;
    margin: auto;
  }




  .Fotmod3a0mel{
    width: 98%;
    height: auto;

  }
  .Fotmod3a0mel img{
    width: 98%;
    height: auto;
    text-align: center;
    margin: auto;

  }

  .CajaPrinc1{
    width: 100%;
    height: auto;
  }
  
}



.form1 {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 420px;
  margin: 1em auto;
  padding: 0.8em;
  background-color: #f5f5f5;
  border-radius: 0.8em;
  box-shadow: 2px 4px 10px rgba(0,0,0,0.2);
}

.form1 label {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}

.form1 input
 {
  width: 100%;
  height: 2.3rem;
  padding: 0.75em;
  font-size: 1.05em;
  border-radius: 0.4em;
  border: 1px solid #aaa;
  box-sizing: border-box;
}


.form1 textarea {
  width: 100%;
  height: 7rem;
  padding: 0.75em;
  font-size: 1.05em;
  border-radius: 0.4em;
  border: 1px solid #aaa;
  box-sizing: border-box;
}


/* Responsive */
@media (max-width: 500px) {
  .form1 {
    padding: 1em;
  }
}

