html body {
  width: 100%;
  margin: 0px;
  /* background: gainsboro; */
  background: #0000ff;
  /* background: linear-gradient(180deg, #797979 0px, #434343 240px, gainsboro 240px); */
  background: linear-gradient(180deg, #7979f9 0px, #4343a3 240px, #4343a3 240px);
  /* HRL font-family: "Signika"; El tipo de font de la página. */
  font-family: "Arial";
}
html body .contenedor {
  display: block;
  width: 100%;
  position: relative;
}
html body .contenedor .menu {
  width: 219px;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 4;
  background: #fff;
  border-right: 1px solid #000;
  transition: 0.8s;
  left: -220px;
}
html body .contenedor .menu .btn_toogle {
  width: 35px;
  height: 35px;
  padding: 10px;
  position: absolute;
  top: 0px;
  display: inline-block;
  cursor: pointer;
  right: -60px;
  transition: 0.4s;
}
html body .contenedor .menu .btn_toogle .b {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}
html body .contenedor .menu .titulo {
  padding-top: 20px;
  padding-left: 6px;
  height: 60px;
}
html body .contenedor .menu .opciones {
  width: 100%;
  height: calc(100% - 160px);
  overflow-y: auto;
}
html body .contenedor .menu .opciones .lp {
  font-size: 12px;
  padding-bottom: 10px;
  padding-left: 6px;
}
html body .contenedor .menu .opciones .ls {
  font-size: 14px;
  padding-bottom: 2px;
  margin: 0px 6px 2px 6px;
  border-bottom: 1px solid #ddd;
}
html body .contenedor .menu .opciones .ls a {
  text-decoration: none;
  color: #000;
}
html body .contenedor .menu .bajada {
  height: 80px;
  background: #000;
}
html body .contenedor .close {
  -webkit-transform: translate(220px, 0px);
  transform: translate(220px, 0px);
}
html body .contenedor .close .btn_toogle {
  -webkit-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}
html body .contenedor .close .btn_toogle .b1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
html body .contenedor .close .btn_toogle .b2 {
  opacity: 0;
}
html body .contenedor .close .btn_toogle .b3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
html body .contenedor .sitio {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 96%;
  max-width: 1000px;
  background: white;
  background: linear-gradient(180deg, white 20px, #e6e6e6 40px, white 40px, white 140px, #e6e6e6 180px, white 180px);
  margin: 60px auto 30px auto;
}
html body .contenedor .sitio .header {
  width: 96%;
  position: relative;
  margin: 0 auto;
  height: 150px;
}
html body .contenedor .sitio .header .logo {
  position: absolute;
  /* HRL text-align: center; Alineación del logo. */
  text-align: left;
}
html body .contenedor .sitio .header .logo a img {
  max-width: 100%;
}
html body .contenedor .sitio .header .tmenu {
  position: absolute;
}
html body .contenedor .sitio .header .tmenu .btn {
  float: left;
  font-size: 12px;
  background: url("../_images/punto.png") no-repeat scroll 0px 4px;
}
html body .contenedor .sitio .header .tmenu .btn a {
  text-decoration: none;
  color: #000;
  display: block;
}
html body .contenedor .sitio .header .tmenu .b2 {
  width: 20%;
}
html body .contenedor .sitio .header .tmenu .b3 {
  width: 21%;
}
html body .contenedor .sitio .header .tmenu .b4 {
  width: 23%;
}
html body .contenedor .sitio .header .tmenu .b5 {
  width: 17%;
}
html body .contenedor .sitio .header .tmenu .b7 {
  width: 19%;
}
html body .contenedor .sitio .medio .pmenu .nav {
  width: 220px;
  margin: 0 auto;
}
html body .contenedor .sitio .medio .pmenu .nav .lp {
  padding: 16px 12px;
  /* HRL color: #fff; Color del título del menú "CATEGORÍAS" */
  color: #f8a900;
  background: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /* HRL background: linear-gradient(180deg, #3f3f3f 0%, #171717 100%); */
  background: linear-gradient(180deg, #18a2d9 0%, #0e102d 100%);
}
html body .contenedor .sitio .medio .pmenu .nav .ls {
  /* HRL background: #333; */
  background: #5d50b7;
  padding: 12px;
  /* border-bottom: 1px solid #000; */
  border-bottom: 1px solid #2222ff;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  display: block;
}
html body .contenedor .sitio .medio .pmenu .nav .ls:hover {
  /* HRL background: #e13535; */
  background: #1c1a3f;
}
html body .contenedor .sitio .medio .pmenu .btnvideos {
  text-align: center;
}
html body .contenedor .sitio .medio .pmenu .btnvideos .myButton {
  -moz-box-shadow: 0px 3px 0px 0px #8a2a21;
  -webkit-box-shadow: 0px 3px 0px 0px #8a2a21;
  box-shadow: 0px 3px 0px 0px #8a2a21;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
  background: -moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
  background: -webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
  background: -o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
  background: -ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
  background: linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c62d1f", endColorstr="#f24437",GradientType=0);
  background-color: #c62d1f;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #d02718;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 7px 25px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #810e05;
  margin: 20px auto;
}
html body .contenedor .sitio .medio .pmenu .btnvideos .myButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
  background: -moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
  background: -webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
  background: -o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
  background: -ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
  background: linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f24437", endColorstr="#c62d1f",GradientType=0);
  background-color: #f24437;
}
html body .contenedor .sitio .medio .pmenu .btnvideos .myButton:active {
  position: relative;
  top: 1px;
}
html body .contenedor .sitio .medio .info .data {
  width: 99%;
}
html body .contenedor .sitio .medio .info .data .conthead .search {
  float: left;
  height: 40px;
  border-radius: 7px;
}
html body .contenedor .sitio .medio .info .data .conthead .search .sh {
  background: #fff;
}
html body .contenedor .sitio .medio .info .data .conthead .search .sh .l {
  width: 44px;
  height: 40px;
  float: left;
  background: url("../_images/lupa.jpg") no-repeat;
}
html body .contenedor .sitio .medio .info .data .conthead .search .sh .i {
  float: left;
}
html body .contenedor .sitio .medio .info .data .conthead .search .sh .i input {
  width: 100%;
  height: 100%;
  border: 0px;
}
html body .contenedor .sitio .medio .info .data .conthead .search .sh .s {
  float: left;
  /* HRL background: #E13535; Color botón búsqueda */
  background: #676664;
  /* HRL color: #fff; Color del texto del botón BUSCAR */
  color: #f8a900;
  height: 100%;
  position: relative;
  cursor: pointer;
}
html body .contenedor .sitio .medio .info .data .conthead .search .sh .s a {
  /* HRL color: #fff; Color del texto del botón de búsqueda. */
  color: #f8a900;
  text-decoration: none;
}
html body .contenedor .sitio .medio .info .data .conthead .carro {
  float: left;
}
html body .contenedor .sitio .medio .info .data .conthead .carro .ca .icon {
  width: 50px;
  height: 50px;
  float: left;
  background: url("../_images/carro.jpg") no-repeat scroll 0px 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
html body .contenedor .sitio .medio .info .data .conthead .carro .ca .item {
  width: calc(100% - 50px);
  height: 50px;
  float: left;
  /* HRL background: #000; Backgrund del botón Carrito. */
  background: #0c0e16;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
html body .contenedor .sitio .medio .info .data .conthead .carro .ca .item .txt {
  /* HRL color: #fff;  Color del texto en el botón del carrito. */
  color: #f8a900;
}
html body .contenedor .sitio .medio .info .data .aviso {
  text-align: center;
  color: #E13535;
  padding-top: 10px;
  width: 96%;
  margin: 0 auto;
}
html body .contenedor .sitio .medio .info .data .carrusel {
  margin: 10px auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
html body .contenedor .sitio .medio .info .data .carrusel .foto img {
  width: 100%;
}
html body .contenedor .sitio .medio .info .data .carrusel .flecha {
  position: absolute;
  cursor: pointer;
}
html body .contenedor .sitio .medio .info .data .carrusel .f1 {
  left: 10px;
}
html body .contenedor .sitio .medio .info .data .carrusel .f2 {
  right: 10px;
}
html body .contenedor .sitio .medio .info .data .otros {
  margin: 10px auto;
}
html body .contenedor .sitio .medio .info .data .otros .otro {
  width: 33.33%;
  color: #fff;
  text-decoration: none;
}
html body .contenedor .sitio .medio .info .data .otros .otro a {
  text-decoration: none;
}
html body .contenedor .sitio .medio .info .data .otros .ot1 {
  background: #6f6f6f;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
html body .contenedor .sitio .medio .info .data .otros .ot2 {
  background: #777;
}
html body .contenedor .sitio .medio .info .data .otros .ot3 {
  background: #808080;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
html body .contenedor .sitio .medio .info .data .titulo {
  background: linear-gradient(180deg, #18a2d9 0%, #0e102d 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /* HRL color: #fff; Color texto de categoría seleccionada ej: Cocina Caliente   */
  color: #f8a900;
  font-size: 18px;
  margin: 10px auto;
}
html body .contenedor .sitio .medio .info .data .titulo .nombre {
  padding: 16px;
}
html body .contenedor .sitio .medio .info .data .titulo .nombre a {
  /* HRL color: #fff; Color texto del camino de productos */
  color: #f8a900;
  text-decoration: none;
}
html body .contenedor .sitio .medio .info .data .lista_productos {
  margin: 10px auto;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto {
  float: left;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro {
  width: 94%;
  margin: 5px auto 10px auto;
  border: 1px solid #ccc;
  border-radius: 10px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .link {
  text-decoration: none;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .c_pro {
  padding: 5px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .c_pro .c_pfoto img {
  width: 100%;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .c_pro .c_pttl {
  /* HRL font-size: 16px; Tamaño del Texto del título de cada tipo de producto    */
  font-size: 17px;
  height: 40px;
  margin-top: 5px;
  /* HRL color: #666; Color del Texto del título de cada tipo de producto */
  /* color: #676664; */
  color: #161718;
  overflow: hidden;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .c_pro .c_pttl a {
  /* HRL color: #666; color del texto del título de cada producto. */
  color: #161718;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .c_pro .c_pdesc {
  font-size: 12px;
  margin: 4px 0 7px 0;
  height: 58px;
  overflow: hidden;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .c_pro .c_pdesc a {
  /* HRL color: #999; Color del text de descripción resumida de producto. */
  color: #211e38;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .c_pro .c_pbtn {
  font-size: 14px;
  padding-bottom: 5px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .c_pro .c_pbtn .btn_cotizar {
  float: left;
  width: calc(55% - 40px);
  max-width: 120px;
  /* HRL background: #E13535 url("../_images/cart1.jpg") no-repeat; Background del botón Cotizar. */
  background: #0c0e16 url("../_images/cart1.jpg") no-repeat;
  height: 26px;
  border-radius: 5px;
  padding: 9px 0px 0px 42px;
  color: #fff;
  cursor: pointer;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .c_pro .c_pbtn .btn_cotizar:hover {
  /* HRL color: #000;  color del hover al pasar por el botón cotizar. */
  color: #f8a900;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .c_pro .c_pbtn .btn_ver_prod {
  float: left;
  width: 60%;
  max-width: 140px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .c_pro .c_pbtn .btn_mostrar_prod {
  float: right;
  width: 40%;
  max-width: 90px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .c_pro .c_pbtn .btn_mostrar {
  height: 33px;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  /* HRL background-image: linear-gradient(180deg, #fefefe 0%, #e8e8e8 100%);        Background Botón Ver Productos */
  background-image: linear-gradient(180deg, #ffe6f9 0%, #92c3f1 100%);
  background-repeat: no-repeat;
  position: relative;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .c_pro .c_pbtn .btn_mostrar .txt {
  padding: 9px 5px 0px 10px;
  color: #666;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .c_pro .c_pbtn .btn_mostrar .punto {
  width: 6px;
  height: 9px;
  background: url("../_images/punto.png");
  right: 5px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto .pro .c_pro .c_pbtn .btn_mostrar:hover {
  background-image: linear-gradient(180deg, #e8e8e8 0%, #fefefe 100%);
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .titulo_pro {
  font-size: 22px;
  color: #1c1a3f; /* HRL: Color título   */
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .cotizar_pro {
  padding: 10px 0px 20px 0px;
  border-bottom: 1px solid #ccc;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .cotizar_pro .cotizar_pro1 {
  width: 40px;
  float: left;
  padding-top: 8px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .cotizar_pro .cotizar_pro2 {
  width: 40px;
  float: left;
  padding-right: 5px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .cotizar_pro .cotizar_pro2 input {
  height: 35px;
  width: 100%;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .cotizar_pro .cotizar_pro3 {
  width: calc(100% - 85px);
  float: left;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .cotizar_pro .cotizar_pro3 .btn {
  width: 100%;
  max-width: 95px;
  /* HRL background: #E13535 url("../_images/cart1.jpg") no-repeat; Color botón Cotizar dentro de la descripción detallada de un producto. */
  background: #0c0e16 url("../_images/cart1.jpg") no-repeat;
  height: 26px;
  border-radius: 5px;
  padding: 9px 0px 0px 42px;
  /* HRL color: #fff; Color texto Cotizar dentro de la descripción detallada de un producto. */
  color: #f8a900;
  cursor: pointer;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .desc_ttl {
  padding: 10px 0px 10px 0px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .desc_pro {
  font-size: 14px;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #ccc;
  text-align: justify;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .info_marca {
  width: 100%;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .info_marca .info_modelo {
  width: 50%;
  float: left;
  padding-top: 15px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .info_marca .info_modelo .m{
  padding-bottom: 10px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .info_marca .info_modelo .ttl{
  font-size: 14px;
  /* HRL valor original line-height: 4px; */
  line-height: 12px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .info_marca .info_modelo .nombre{
  font-size: 20px;
  /* Color del valor marca y del valor modelo */
  color: #3d3976;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .info_marca .info_descarga {
  width: 50%;
  float: left;
  padding-top: 25px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .info_marca .info_descarga .ficha {
  padding: 5px 0px 5px 20px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .info_marca .info_descarga .manual {
  padding: 5px 0px 5px 20px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .info_marca .info_descarga div a {
  text-decoration: none;
  font-size: 15px;
  color: #000;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_info .redes {
  padding: 10px 0px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_fotos {
  border: 1px solid #ccc;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_fotos .pro_fotos_principal {
  padding: 10px 10px 2px 10px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_fotos .pro_fotos_principal img {
  width: 100%;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_fotos .pro_fotos_otras {
  padding: 0px 10px 10px 10px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_fotos .pro_fotos_otras .foto_prev {
  width: calc(25% - 1.5px);
  float: left;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_fotos .pro_fotos_otras .foto_prev img {
  width: 100%;
}
html body .contenedor .sitio .medio .info .data .lista_productos .detalle_producto .pro_fotos .pro_fotos_otras .foto_prev:not(:first-of-type) {
  margin-left: 2px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto_relacionados .titulo_relacionados {
  font-size: 16px;
  /* HRL color: #000; Color del texto de barra de Productos Relacionados. */
  color: #f8a900;
  padding: 6px;
  margin: 20px 2px 4px 2px;
  /* HRL background: #ccc; Color de barra de Productos Relacionados. */
  background: #676664;
  border-radius: 2px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto_relacionados .cont_relacionados .item_relacionados {
  width: calc(25% - 5px);
  float: left;
  border: 1px solid #ddd;
  text-decoration: none;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto_relacionados .cont_relacionados .item_relacionados img {
  width: calc(100% - 2px);
  padding: 1px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto_relacionados .cont_relacionados .item_relacionados .rel_name {
  padding: 2px;
  height: 32px;
  overflow: hidden;
  color: #000;
  font-size: 13px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto_relacionados .cont_relacionados .item_relacionados:first-child {
  margin-left: 0px;
}
html body .contenedor .sitio .medio .info .data .lista_productos .producto_relacionados .cont_relacionados .item_relacionados:not(:first-of-type) {
  margin-left: 4px;
}
html body .contenedor .sitio .medio .info .data .lista_cotizador {
  margin: 10px auto;
}
html body .contenedor .sitio .medio .info .data .lista_cotizador .cot_pro {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 15px;
}
html body .contenedor .sitio .medio .info .data .lista_cotizador .cot_pro .cot_pro_foto {
  width: 20%;
  float: left;
  position: relative;
  height: 120px;
}
html body .contenedor .sitio .medio .info .data .lista_cotizador .cot_pro .cot_pro_foto img {
  width: 98%;
  border-radius: 10px;
  margin: 0 auto;
}
html body .contenedor .sitio .medio .info .data .lista_cotizador .cot_pro .cot_pro_info {
  width: calc(80% - 100px);
  float: left;
  height: 120px;
  padding: 0 10px;
}
html body .contenedor .sitio .medio .info .data .lista_cotizador .cot_pro .cot_pro_info .cot_pro_titulo {
  font-size: 16px;
  max-height: 40px;
  overflow: hidden;
}
html body .contenedor .sitio .medio .info .data .lista_cotizador .cot_pro .cot_pro_info .cot_pro_desc {
  font-size: 13px;
  max-height: 80px;
  overflow: hidden;
}
html body .contenedor .sitio .medio .info .data .lista_cotizador .cot_pro .cot_pro_cant {
  width: 40px;
  float: left;
  position: relative;
  height: 120px;
}
html body .contenedor .sitio .medio .info .data .lista_cotizador .cot_pro .cot_pro_cant input {
  width: 80%;
  margin: 0 10%;
  height: 30px;
}
html body .contenedor .sitio .medio .info .data .lista_cotizador .cot_pro .cot_pro_del {
  width: 40px;
  float: left;
  position: relative;
  height: 120px;
}
html body .contenedor .sitio .medio .info .data .cotizar_btn .mas_productos {
  float: left;
  width: 162px;
  height: 33px;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  /* HRL background-image: linear-gradient(180deg, #fefefe 0%, #e8e8e8 100%); Color del botón "Agregar más producto" dentro del cotizador. */
  background-image: linear-gradient(180deg, #ffe6f9 0%, #92c3f1 100%);
  background-repeat: no-repeat;
  position: relative;
  text-decoration: none;
}
html body .contenedor .sitio .medio .info .data .cotizar_btn .mas_productos .txt {
  padding: 8px 5px 0px 10px;
  color: #666;
  font-size: 14px;
}
html body .contenedor .sitio .medio .info .data .cotizar_btn .mas_productos .punto {
  width: 6px;
  height: 9px;
  background: url("../_images/punto.png");
  right: 5px;
}
html body .contenedor .sitio .medio .info .data .cotizar_btn .enviar_cotizacion {
  width: 130px;
  float: right;
  height: 33px;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  /* HRL background-image: linear-gradient(180deg, #fefefe 0%, ##92c3f1 100%); color del botón "Enviar Cotización" dentro de Cotizador.*/
  background-image: linear-gradient(180deg, #fefefe 0%, #92c3f1 100%);
  background-repeat: no-repeat;
  position: relative;
  text-decoration: none;
}
html body .contenedor .sitio .medio .info .data .cotizar_btn .enviar_cotizacion .txt {
  padding: 8px 5px 0px 10px;
  color: #666;
  font-size: 14px;
}
html body .contenedor .sitio .medio .info .data .cotizar_btn .enviar_cotizacion .punto {
  width: 6px;
  height: 9px;
  background: url("../_images/punto.png");
  right: 5px;
}
html body .contenedor .sitio .medio .info .data .paginas {
  background: #ededed;
  border-radius: 10px;
  margin: 0 auto 30px auto;
}
html body .contenedor .sitio .medio .info .data .paginas .cont_pagina .pag_foto img {
  width: 100%;
}
html body .contenedor .sitio .medio .info .data .paginas .cont_pagina .pag_info {
  font-size: 14px;
}
html body .contenedor .sitio .medio .info .data .paginas .cont_pagina .pag_info .cont_input {
  padding-bottom: 4px;
}
html body .contenedor .sitio .medio .info .data .paginas .cont_pagina .pag_info .cont_input input {
  width: 100%;
  height: 28px;
}
html body .contenedor .sitio .medio .info .data .paginas .cont_pagina .pag_info .cont_input textarea {
  width: 100%;
  height: 94px;
}
html body .contenedor .sitio .medio .info .data .paginas .cont_pagina .pag_info .cont_btn input {
  padding: 10px 20px;
  font-size: 11px;
}
html body .contenedor .sitio .medio .info .data .paginas .cont_pagina .pag_titulo {
  font-size: 20px;
  padding-top: 20px;
  font-weight: bold;
}
html body .contenedor .sitio .medio .info .data .paginas .cont_pagina .pag_cont {
  font-size: 14px;
  text-align: justify;
}
html body .contenedor .sitio .medio .info .data .paginas .cont_pagina .pag_cont img {
  width: 45%;
  float: left;
  margin: 0px 20px 0px 0px;
}
html body .contenedor .sitio .medio .info .data .paginas .cont_pagina .pag_cont .strong1 {
  display: block;
}
html body .contenedor .sitio .medio .info .data .paginas .cont_pagina .pag_cont .strong2 {
  display: block;
  padding-top: 5px;
}
html body .contenedor .sitio .medio .info .data .padd1 {
  padding: 20px;
}
html body .contenedor .sitio .medio .info .data .padd2 {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
html body .contenedor .sitio .medio .info .data .cont_video_resp {
  margin: 0 auto;
}
html body .contenedor .sitio .medio .info .data .cont_video_resp .video_resp {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  margin-bottom: 10px;
}
html body .contenedor .sitio .medio .info .data .cont_video_resp .video_resp iframe, html body .contenedor .sitio .medio .info .data .cont_video_resp .video_resp object, html body .contenedor .sitio .medio .info .data .cont_video_resp .video_resp embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
html body .contenedor .sitio .medio .info .data .cont_static {
  margin: 0 auto 30px auto;
  background: #ededed;
  border-radius: 10px;
  padding: 10px 10px 0px 10px;
}
html body .contenedor .sitio .medio .info .data .cont_static .static {
  padding-bottom: 10px;
}
html body .contenedor .sitio .medio .info .data .cont_static .static .row {
  background: #ccc;
  padding: 10px 0px 10px 10px;
}
html body .contenedor .sitio .medio .info .data .cont_static .static .row .row1 {
  width: 30%;
  float: left;
}
html body .contenedor .sitio .medio .info .data .cont_static .static .row .row1 img {
  width: 94%;
}
html body .contenedor .sitio .medio .info .data .cont_static .static .row .row2 {
  width: 70%;
  float: left;
}
html body .contenedor .sitio .medio .info .data .cont_static .static .row .row2 .row2a {
  font-size: 16px;
  padding-right: 10px;
  padding-bottom: 10px;
}
html body .contenedor .sitio .medio .info .data .cont_static .static .row .row2 .row2b {
  font-size: 12px;
  max-height: 150px;
  overflow-y: auto;
}
html body .contenedor .sitio .medio .info .data .cont_static .static .galeria {
  width: calc(33.3% - 8px);
  float: left;
  padding: 4px;
  background: #fff;
}
html body .contenedor .sitio .medio .info .data .cont_static .static .galeria img {
  width: 100%;
}
html body .contenedor .sitio .footer {
  width: 100%;
}
html body .contenedor .sitio .footer .contfooter {
  background: #000;
  color: #fff;
}
html body .contenedor .sitio .footer .contfooter .foo .map {
  padding: 12px;
}
html body .contenedor .sitio .footer .contfooter .foo .map .titulo {
  font-size: 18px;
  padding-bottom: 12px;
  color: #fff;
}
html body .contenedor .sitio .footer .contfooter .foo .map #googleMap {
  width: 100%;
  height: 235px;
  background: #fff;
}
html body .contenedor .sitio .footer .contfooter .foo .foo_info {
  padding: 12px 12px 6px 12px;
}
html body .contenedor .sitio .footer .contfooter .foo .foo_info .titulo {
  font-size: 18px;
  padding-bottom: 8px;
  color: #fff;
}
html body .contenedor .sitio .footer .contfooter .foo .foo_info .tipo1 {
  color: #fff;
  font-size: 14px;
}
html body .contenedor .sitio .footer .contfooter .foo .foo_info .tipo2 {
  color: #fff;
  font-size: 17px;
  padding-bottom: 12px;
}
html body .contenedor .sitio .footer .contfooter .foo .foo_info .tipo2 a {
  text-decoration: none;
  color: #fff;
}
html body .contenedor .sitio .footer .links_boletas .boleta {
  float: right;
  margin: 3px 0px 0px 10px;
  text-decoration: none;
  color: #000;
}

@media only screen and (max-width: 850px) {
  html body .contenedor .menu {
    display: block;
  }
  html body .contenedor .sitio .header .logo {
    width: 100%;
    top: 45px;
  }
  html body .contenedor .sitio .header .tmenu {
    width: 100%;
    top: 115px;
    left: 0px;
  }
  html body .contenedor .sitio .medio .pmenu {
    display: none;
  }
  html body .contenedor .sitio .medio .info {
    width: 100%;
  }
  html body .contenedor .sitio .medio .info .data {
    margin: 0 auto;
  }
  html body .contenedor .sitio .medio .info .data .conthead {
    padding: 0px 20px;
  }
  html body .contenedor .sitio .medio .info .data .carrusel {
    width: 96%;
  }
  html body .contenedor .sitio .medio .info .data .otros {
    width: 96%;
  }
  html body .contenedor .sitio .medio .info .data .titulo {
    width: 96%;
  }
  html body .contenedor .sitio .medio .info .data .lista_productos {
    width: 96%;
  }
  html body .contenedor .sitio .medio .info .data .lista_cotizador {
    width: 96%;
  }
  html body .contenedor .sitio .medio .info .data .paginas {
    width: calc(96% - 40px);
  }
  html body .contenedor .sitio .medio .info .data .cont_video_resp {
    width: 96%;
  }
  html body .contenedor .sitio .medio .info .data .cont_static {
    width: calc(96% - 20px);
  }
}
@media only screen and (min-width: 500px) {
  .cont_pagina .pag_foto {
    width: 45%;
    float: left;
  }
  .cont_pagina .pag_info {
    width: calc(55% - 10px);
    float: left;
    padding-left: 10px;
  }

  .pro_info {
    width: calc(54% - 20px);
    float: right;
    padding-left: 20px;
  }

  .pro_fotos {
    width: calc(45% - 2px);
    float: left;
  }

  .footer .contfooter .foo .map {
    width: calc(45% - 24px);
    float: left;
  }
  .footer .contfooter .foo .map #googleMap {
    height: 235px;
  }
  .footer .contfooter .foo .foo_info {
    width: calc(55% - 24px);
    float: left;
  }
}
@media only screen and (max-width: 500px) {
  .cont_pagina .pag_foto {
    display: none;
  }
  .cont_pagina .pag_info {
    width: 100%;
  }

  .pro_info {
    width: 100%;
  }

  .pro_fotos {
    width: calc(100% - 2px);
  }

  .footer .contfooter .foo .map {
    width: calc(100% - 24px);
  }
  .footer .contfooter .foo .map #googleMap {
    height: 150px;
  }
  .footer .contfooter .foo .foo_info {
    width: calc(100% - 24px);
  }
}
@media only screen and (min-width: 850px) {
  html body .contenedor .menu {
    display: none;
  }
  html body .contenedor .sitio .header .logo {
    width: 335px;
    top: 65px;
  }
  html body .contenedor .sitio .header .tmenu {
    width: calc(100% - 360px);
    top: 85px;
    left: 360px;
  }
  html body .contenedor .sitio .medio .pmenu {
    display: block;
    float: left;
    width: 24%;
    min-width: 230px;
  }
  html body .contenedor .sitio .medio .info {
    max-width: calc(100% - 230px);
    width: 76%;
    float: left;
  }
  html body .contenedor .sitio .medio .info .data .carrusel {
    width: 100%;
  }
  html body .contenedor .sitio .medio .info .data .otros {
    width: 100%;
  }
  html body .contenedor .sitio .medio .info .data .titulo {
    width: 100%;
  }
  html body .contenedor .sitio .medio .info .data .lista_productos {
    width: 100%;
  }
  html body .contenedor .sitio .medio .info .data .lista_cotizador {
    width: 100%;
  }
  html body .contenedor .sitio .medio .info .data .paginas {
    width: calc(100% - 40px);
  }
  html body .contenedor .sitio .medio .info .data .cont_video_resp {
    width: 100%;
  }
  html body .contenedor .sitio .medio .info .data .cont_static {
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 500px) {
  .conthead .search {
    width: calc(73% - 10px);
    /* HRL border: 5px solid #000; */
    border: 5px solid #676664;
    margin-right: 2%;
  }
  .conthead .search .sh .i {
    margin: 0 10px;
    width: calc(70% - 42px);
  }
  .conthead .search .sh .s {
    width: calc(30% - 22px);
  }
  .conthead .search .sh .s a {
    font-size: 16px;
  }
  .conthead .carro {
    width: 25%;
    cursor: pointer;
  }
  .conthead .carro .ca .item .txt {
    font-size: 16px;
  }

  .aviso {
    font-size: 18px;
  }

  .tmenu .btn a {
    font-size: 15px;
    padding-left: 10px;
  }

  .otro .t1 {
    font-size: 15px;
    margin: 20px 20px 0 20px;
    color: #fff;
  }
  .otro .t2 {
    font-size: 13px;
    margin: 0px 20px 20px 20px;
    color: #fff;
  }
}
@media only screen and (max-width: 500px) and (min-width: 400px) {
  .conthead .search {
    width: calc(63% - 10px);
    border: 5px solid #000;
    margin-right: 2%;
  }
  .conthead .search .sh .i {
    margin: 0 10px;
    width: calc(60% - 42px);
  }
  .conthead .search .sh .s {
    width: calc(40% - 22px);
    cursor: pointer;
  }
  .conthead .search .sh .s div {
    font-size: 13px;
  }
  .conthead .carro {
    width: 35%;
  }
  .conthead .carro .ca .item .txt {
    font-size: 13px;
  }

  .aviso {
    font-size: 16px;
  }

  .tmenu .btn a {
    font-size: 14px;
    padding-left: 9px;
    padding-top: 1px;
  }

  .otro .t1 {
    font-size: 14px;
    margin: 15px 15px 0 15px;
    color: #fff;
  }
  .otro .t2 {
    font-size: 12px;
    margin: 0px 15px 15px 15px;
    color: #fff;
  }
}
@media only screen and (max-width: 400px) and (min-width: 350px) {
  .conthead .search {
    width: calc(63% - 10px);
    border: 5px solid #000;
    margin-right: 2%;
  }
  .conthead .search .sh .i {
    margin: 0 10px;
    width: calc(60% - 42px);
  }
  .conthead .search .sh .s {
    width: calc(40% - 22px);
  }
  .conthead .search .sh .s a {
    font-size: 12px;
  }
  .conthead .carro {
    width: 35%;
  }
  .conthead .carro .ca .item .txt {
    font-size: 12px;
  }

  .aviso {
    font-size: 14px;
  }

  .tmenu .btn a {
    font-size: 12px;
    padding-left: 8px;
    padding-top: 2px;
  }

  .otro .t1 {
    font-size: 13px;
    margin: 10px 10px 0 10px;
    color: #fff;
  }
  .otro .t2 {
    font-size: 11px;
    margin: 0px 10px 10px 10px;
    color: #fff;
  }
}
@media only screen and (max-width: 350px) {
  .conthead .search {
    width: calc(63% - 10px);
    border: 5px solid #000;
    margin-right: 2%;
  }
  .conthead .search .sh .i {
    margin: 0 10px;
    width: calc(50% - 42px);
  }
  .conthead .search .sh .s {
    width: calc(50% - 22px);
  }
  .conthead .search .sh .s a {
    font-size: 11px;
  }
  .conthead .carro {
    width: 35%;
  }
  .conthead .carro .ca .item .txt {
    font-size: 11px;
  }

  .aviso {
    font-size: 12px;
  }

  .tmenu .btn a {
    font-size: 11px;
    padding-left: 7px;
    padding-top: 3px;
  }

  .otro .t1 {
    font-size: 12px;
    margin: 5px 5px 0 5px;
    color: #fff;
  }
  .otro .t2 {
    font-size: 10px;
    margin: 0px 5px 5px 5px;
    color: #fff;
  }
}
@media only screen and (min-width: 630px) {
  .producto {
    width: 33.33%;
  }
}
@media only screen and (max-width: 630px) and (min-width: 440px) {
  .producto {
    width: 50%;
  }
}
@media only screen and (max-width: 440px) {
  .producto {
    width: 100%;
  }
}
.valign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* HRL Cursor para actuar sobre el ícono para eliminar un producto del canasto. */
  cursor: pointer;
}

.vhalign {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/*\*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

textarea:focus, input:focus {
  outline: none;
}

.none {
  display: none;
}

/*# sourceMappingURL=base.css.map */
