/*PARA LOS BOTONES*/
a.precio-single {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  clear: both;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: rgba(247,222,160,1);
background: -moz-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,222,160,1)), color-stop(100%, rgba(240,195,83,1)));
background: -webkit-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: -o-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: -ms-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: linear-gradient(to bottom, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dea0', endColorstr='#f0c353', GradientType=0 );
  color: #000;
  text-decoration: none;
  border: 1px solid #846a29;
}
a.precio-single:hover {
background: rgba(244,210,131,1);
background: -moz-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,210,131,1)), color-stop(100%, rgba(238,186,56,1)));
background: -webkit-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: -o-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: -ms-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: linear-gradient(to bottom, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d283', endColorstr='#eeba38', GradientType=0 );
}
a.comentarios {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  clear: both;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: rgba(210,255,82,1);
background: -moz-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,255,82,1)), color-stop(100%, rgba(145,232,66,1)));
background: -webkit-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -o-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -ms-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: linear-gradient(to bottom, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=0 );
  color: #000;
  text-decoration: none;
  border: 1px solid #846a29;
}
a.comentarios:hover {
  background: rgba(204,250,65,1);
background: -moz-linear-gradient(top, rgba(204,250,65,1) 0%, rgba(132,219,51,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,250,65,1)), color-stop(100%, rgba(132,219,51,1)));
background: -webkit-linear-gradient(top, rgba(204,250,65,1) 0%, rgba(132,219,51,1) 100%);
background: -o-linear-gradient(top, rgba(204,250,65,1) 0%, rgba(132,219,51,1) 100%);
background: -ms-linear-gradient(top, rgba(204,250,65,1) 0%, rgba(132,219,51,1) 100%);
background: linear-gradient(to bottom, rgba(204,250,65,1) 0%, rgba(132,219,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccfa41', endColorstr='#84db33', GradientType=0 );
}
