/*Aside components*/

/*publicidad*/

.ad {
  width: 300px;
  height: auto;
}

/*lo mas visto*/

.barrelrightaside{
  width: 300px;
  height: auto;
  margin-bottom: 70px;
  text-align: center;
}

.barrelrightaside h2 {
  text-align: left;
  width: 270px;
  font-size: 0.9em;
  padding-bottom: 15px;
  text-transform: uppercase;
  line-height: 20px;
  font-family: 'cousine';
}

.barrelrightaside a {
  text-align: left;
  width: 270px;
  font-size: 0.2em;
  padding: 7px 0px 0px 0px;
  display: block;
}

.barrelrightaside p span {
  display: block;
  font-size: 0.8em;
  padding-top: 10px;
  padding-bottom: 14px;
}

.barrelrightaside ul {
  overflow-x: hidden;
  overflow-y: auto;
  height: 600px;
}

.barrelrightaside li {
  text-align: left;
  font-size: 80px;
  position: relative;
  top: -42px;
  margin-top: 19px;
}

.barrelrightaside li p, .barrelrightaside li h3 {
  font-size: 1em;
  font-weight: inherit;
}

/*newsletter*/

.newsletterbar{
  width: 300px;
  height: auto;
  margin: 30px 0;
  text-align: center;
  padding: 29px 0 29px 0;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}

.newsletterbar h2 {
  text-align: left;
  width: 270px;
  font-size: 0.9em;
  padding-bottom: 15px;
  text-transform: uppercase;
  line-height: 20px;
  font-family: 'Cousine';
}

.newsletterbar p {
  text-align: left;
  width: 300px;
  padding: 0 0 15px 0;
  line-height: 20px;
}

.newsletterbar p span {
  display: block;
  font-size: 0.8em;
  padding-top: 10px;
  padding-bottom: 14px;

}

.newsletterbar input {
  width: 296px;
  height: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Playfair Display';

}

.newsbotonsend {
 text-align: center;
 text-transform: uppercase;
 width: 300px;
 padding: 10px 0 10px 0px;
 background-color: #000;
 color: #fff;
 font-size: 0.9em;
}

.newsbotonsend img{
  width: 17px;
  float: right;
  margin: -2px 7px 0px -15px;
}
