div #l_ayuda  {
  margin: 10px;
  }
  
  #l_ayuda ul {
  list-style: none;
  }
  
  #l_ayuda ul li {
  margin: 10px;
 }
  
.div_x {
  position: absolute;  
  top: 3px;
  left: 3px; 
  }
.boton_x {
    position: absolute;  
    top: 3px;
    right: 3px; 
    }
.btn_video {
 
 width: 30px;
 height: 30px;
 
 background-color: transparent;
 color: #8d0707;;
 border-radius: 5px; 
 }
.btn_home {
  position: fixed;
  bottom: 1px;
  right: 1px;  
  color: #fff;
  margin: 3px;
  border-radius: 10px;
  background-color: #FFA500;
 }
.btn_wsp {
 width: 30px;
 height: 30px;
 
 background-color: transparent;
 color: #64d42f;;
 border-radius: 5px; 
}
.horizontal_slider {
  overflow: auto;
  width: 100%;
  display: block; 
  padding-right: 0;
  padding-left: 0;
}
.slider_container {
 white-space: nowrap;
  display: block;
  
}
.item {
  display: inline-block;  
}
.popular-badge span {
    background-color: #ff0000;
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.09);
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    height: 30px;
    line-height: 2.5;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    width: 60px;
}
.puta img {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: 150px;
  }  
  div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
  }
  div.scrollmenu a {
    display: inline-block;
    background-color: orange;
    color: white;
    padding: 5px;
    font-size: 14px;
    border: rgb(131, 5, 5);
    border-radius: 5%;
  }  
  div.scrollmenu a:hover {
    background-color: rgb(43, 42, 42);
  }
  div.submenu {
    overflow: auto;
    white-space: nowrap;
  }
  div.submenu a {
    display: inline-block;
    background-color: yellowgreen;
    color: white;
    padding: 5px;
    font-size: 14px;
    border: green;
    border-radius: 5%;
  }  
  div.submenu a:hover {
    background-color: rgb(43, 42, 42);
  }
  