* {
  margin: 0 auto;
  padding: 0;
}

/*
azul: #394a5e  (58,74,94)
verde: #52695a (82,106,90)
gris: #716c68 (112,108,104)
*/

body {

  background: url(../img/musico_09_web.jpg) no-repeat fixed top left;
  background-size: 100%;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 16px;
}

h1,
h2,
h3 {
  color: #394a5e;
}

p {
  color: #52695a;
}

figcaption p {
  text-align: center;
  font-size: 0.8em;
  color: #394a5e;
  padding: 0.5em 0 0 0;
}

header {
  height: 30rem;
  text-align: left;
  border-bottom: 4px dotted #716c68;
  background: url(../img/logo-3_4_pincel.png) no-repeat 2rem 18rem;
}

header h1 {
  font-size: 3em;
  padding: 18rem 0 0 18rem;
}

header p {
  padding: 0 0 0 18rem;
  font-size: 2em;
}


#menu {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #394a5e;
  text-align: center;
  font-weight: 400;
  font-size: 1.2em;
  color: white;
  -webkit-box-shadow: 0 8px 8px -4px rgba(64, 58, 60, 0.60);
  -moz-box-shadow: 0 8px 8px -4px rgba(64, 58, 60, 0.60);
  -ms-box-shadow: 0 8px 8px -4px rgba(64, 58, 60, 0.60);
  -o-box-shadow: 0 8px 8px -4px rgba(64, 58, 60, 0.60);
  box-shadow: 0 8px 8px -4px rgba(64, 58, 60, 0.60);
}

#menu ul {
  list-style: none;
  margin: 0 auto;
  border-bottom: 4px solid #716c68;
}

#menu li {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.2em;
  height: 2.2em;
  width: 5em;
}

#menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#menu li a:hover {
  height: 2.2em;
  border-bottom: 4px solid white;
  background-color: #52695a;
}

#cookieEU h2 {
  text-align: center;
  margin: 0 0 16px 0;
  padding: 24px 24px 0 24px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#textCookie {
  text-align: center;
  margin: 12px 0px 12px 0;
  padding: 0px 24px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 100;
}

#textCookie p {
  color: #fff;
}

#cookieEU {
  width: 300px;
  height: 300px;
  border: 8px dotted #394a5e;
  background-color: rgb(170, 170, 170);
  color: #fff;
  border-radius: 150px;

  position: fixed;
  top: 40%;
  left: 2%;
  right: 2%;

  -webkit-box-shadow: 2px 2px 24px #3D4935;
  -moz-box-shadow: 2px 2px 24px #3D4935;
  box-shadow: 2px 2px 24px #3D4935;

}

.button {
  width: 40px;
  height: 40px;
  background-color: #52695a;
  /* border: 1px solid white; */
  border-radius: 40px;
  color: white;
  margin: 12px 0 0 0;
  padding: 8px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
}

.button:hover {
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.6);
}

#contenido {
  background-color: #c7d2cb;
  width: 100%;
  overflow: auto;
}

#principal {
  width: 80%;
  border-right: 4px dotted #716c68;
  float: left;
  color: #aec0b1;
}

#bio_daniel {

  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border: 2px dashed #394a5e;
  margin: 4em 2em 4em 2em;
  text-align: left;
  background-color: #eff0ef;
  padding: 2em;
  overflow: auto;
}

#bio_daniel p {
  margin-bottom: 1em;
}

#bio_daniel h1,
h2,
h3 {
  margin: 1em 0 0.5em 0;
}

.imageRight {
  float: right;
  /* border: 4px dashed #fff; */
  margin: 2em 0 2em 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.imageRight img {
  border-radius: 2em;
}

#handpan {
  clear: both;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border: 2px dashed #394a5e;
  margin: 4em 2em 8em 2em;
  text-align: left;
  background-color: #eff0ef;
  padding: 2em;
}

#handpan p {
  margin-bottom: 1em;
}

#handpan h1,
h2,
h3 {
  margin: 1em 0 0.5em 0;
}

.imageLeft {
  float: left;
  /* border: 4px dashed #fff; */
  margin: 5em 2em 2em 0em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

#rightNav {
  float: right;
  /* width: 14%; */
  color: #aec0b1;
  margin-top: 4em;
  margin-right: 8%;
  text-align: center;
}

#rightNav li {
  color: #394a5e;
  list-style: none;
  margin-bottom: 2em;
}

#rightNav img:hover {
  color: #394a5e;
  list-style: none;
  border-bottom: solid 6px #394a5e;
  margin-bottom: -6px;
}

/* inicio footer */

footer {
  border-top: 4px dotted #394a5e;
  clear: both;
  bottom: 2.3em;
  position: fixed;
  width: 100%;
  background-color: #52695a;
  margin: 0;
  padding: 1em;
}

footer p {
  text-align: center;
  font-size: 0.8em;
  font-weight: 300;
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

footer a:hover {
  border-top: solid 4px #fff;
  padding-top: 0.5em;
}

#credito {
  background-color: #394a5e;
  clear: both;
  bottom: 0px;
  left: 0px;
  position: fixed;
  width: 100%;

  margin: 0;
  padding: 1em;
  text-align: center;
  font-size: 0.8em;
  font-weight: 100;
  color: #fff;
}

#discos {
  text-align: center;
  margin: 2em auto 4em auto;
}

.portadas {
  display: inline-block;
  margin: 2em 2em 14.5em 2em;

}

.portadas p {
  margin-top: -7em;
  font-size: 2em;
  color: #394a5e;
  visibility: hidden;

}

.portadas a {
  text-decoration: none;
}

.portadas a:hover p {
  visibility: visible;

}

.portadas img {

  -webkit-box-shadow: 6px 6px 12px 0px rgba(113, 108, 104, 0.4);
  -moz-box-shadow: 6px 6px 12px 0px rgba(113, 108, 104, 0.4);
  box-shadow: 6px 6px 12px 0px rgba(113, 108, 104, 0.4);
}

.blanco {
  color: white;
}

/* aqui estaba el css formulario contacto, he creado un fichero css nuevo para probar una web con distintos css y poder reutilizar el formulario.css en otras webs. */

/* @media para 480 px */

@media all and (max-width:480px) {

  header {
    height: 34rem;
    text-align: center;
    font-size: 1.6em;
    border-bottom: 4px dotted #716c68;
    background: url(../img/logo-3_4_pincel.png) no-repeat 6rem 12rem;
  }

  header h1 {
    font-size: 2em;
    padding: 20rem 0 0 0;
  }

  header p {
    font-size: 1.5em;
    padding: 0 0 0 0;
  }

  #menu {
    font-size: .7em;
  }

  #menu li {
    width: 4.2em;
  }

  #principal {
    width: 100%;
  }

  .imageRight {
    float: left;
    text-align: center;
    width: 100%;
    margin: 0.5em 1em 1em 0em;
  }

  .imageRight img {
    width: 100%;
    border-radius: 2em;
  }

  .imageLeft {
    margin: 1em 2em 2em 0em;
    text-align: center;
    width: 100%;
  }

  .imageLeft img {
    width: 100%;
  }

  #rightNav {
    width: 100%;
    color: #aec0b1;
    margin: auto;
    margin-bottom: 7.2em;
    padding: 0.5em;
    text-align: center;
    border-top: 2px dashed white;
    background-color: #716c68;
  }

  #rightNav img {
    width: 2em;
  }

  #rightNav li {
    display: inline;
    color: #394a5e;
    list-style: none;
    padding: .5em;
  }

  #rightNav img:hover {
    border-bottom: solid 6px white;
  }

/* sube la cookie hacia arriba */
  #cookieEU {
    position: fixed;
    top: 20%;
    left: 2%;
    right: 2%;
  }

  /* @media para 480 px - Discos */
  #discos {
    text-align: center;
    margin: 2em auto 4em auto;
  }

  #discos img {
    width: 20em;
  }

  .portadas {
    display: inline-block;
    margin: 2em 2em 10em 2em;
  }

  .portadas p {
    margin-top: -6em;
    font-size: 2em;
  }

  /* @media para 480 px - footer */
  footer {
    margin-bottom: 0.8em;
    padding: 1em 0em;
  }

  footer a:hover {
    border-top: none;
    border-bottom: solid 4px #fff;
    padding-bottom: 0.2em;
  }

  #credito {
  padding: 1.5em 0em;
}