
/*Estilo de títulos*/

.notas{
  font-family:arial,sans-serif;
  font-size:100%;
  margin:3em;
  color:#fff;
  margin:0;
  padding:0;
  background: url("../images/corcho.png");
  background-size: cover;
  border: 1em solid #c16e38;
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  min-width: 350px;
}

.notas h2,.notas p{
  font-size:100%;
  font-weight:normal;
}
.notas ul, .notas li{
  list-style:none;
}
.notas ul{
  overflow:hidden;
  padding:3em;
}
.notas ul li a{
  text-decoration:none;
  color:#000;
  /*background:#ffc; */
  display:block;
  height:18em;
  width:14.5em;
  padding: 1.5em 1.3em;
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  -moz-transition:-moz-transform .15s linear;
  -o-transition:-o-transform .15s linear;
  -webkit-transition:-webkit-transform .15s linear;
}
.notas ul li{
  margin:1.4em;
  float:left;
}
.notas ul li h2{
  font-size:100%;
  font-weight:bold;
  padding-bottom:10px;
  margin-left: .75em;
  font-family: 'Patrick Hand', cursive;
  font-size: 24px;
}
.notas ul li p{
  font-family:"Reenie Beanie",arial,sans-serif;
  font-size:80%;
  margin-left: .75em;
}
.notas ul li a{
  width:15em;
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform:rotate(-6deg);
  padding-top: 50px;
  background: url("../images/rosa.png");
  background-size: cover;
}

.notas ul li:nth-child(even) a{
  -o-transform:rotate(12deg);
  -webkit-transform:rotate(12deg);
  -moz-transform:rotate(12deg);*/
  position:relative;
  top:5px;
  background: url("../images/amarillo.png");

  background-size: cover;
}

.notas ul li:nth-child(2n) a{
  -o-transform:rotate(12deg);
  -webkit-transform:rotate(12deg);
  -moz-transform:rotate(12deg);*/
  position:relative;
  top:5px;
  background: url("../images/verde.png");

  background-size: cover;
}
.notas ul li:nth-child(3n) a{
  -o-transform:rotate(-3deg);
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  position:relative;
  top:-5px;
  background: url("../images/morado.png");

  background-size: cover;
}
.notas ul li:nth-child(4n) a{
  -o-transform:rotate(12deg);
  -webkit-transform:rotate(12deg);
  -moz-transform:rotate(12deg);
  position:relative;
  top:5px;
  background: url("../images/amarillo.png");

  background-size: cover;
}
.notas .titulofondo{
  background: url("../images/titulo.png") no-repeat;
  background-size: 100%;
  padding: 10px;
  padding-top: 30px;
  text-align: center;
  margin: 20px ;
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  color: #000000;

}

.notas .titulofondo p{
    font-family: 'Patrick Hand', cursive;
    font-size: 46px;
    line-height: 100%;
}

.notas ul li:nth-child(5n) a{
  position:relative;
  top:-10px;
  background: url("../images/azul.png");

  background-size: cover;
}
.notas ul li a:hover,ul li a:focus{
  box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  position:relative;
  z-index:5;
}
.notas ol{text-align:center;}
.notas ol li{display:inline;padding-right:1em;}
.notas ol li a{color:#fff;}


@media only screen and (max-width: 768px) {
  .notas{
    font-family:arial,sans-serif;
    font-size:90%;
    margin:2em 1em;
    color:#fff;
    margin:0;
    padding:0;
    background: url("../images/corcho.png");
    background-size: cover;
    border: 1em solid #c16e38;
    -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
    -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    min-width: 300px;
  }

  .notas .titulofondo{
    background: url("../images/titulo.png") no-repeat;
    background-size: cover;
    max-width: 250px;
    font-size: 16px;
    padding: 10px 5%;
    padding-top: 20px;
    text-align: center;
    margin: 10px 0 0 0px ;
    -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
    -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    color: #000000;
  }

  .notas .titulofondo p
  {
    line-height: 120%;
  }
  .notas ul{
    overflow:hidden;
    padding:.5em;
  }
}
