html{
	background-color: #fff!important;
	font-family:Verdana,sans-serif;
	font-size: 14px;
	}
body {
	margin: 0px;
	background-color: #fff!important;
}
* {
    box-sizing: border-box;
}
.flex-container {
  display: flex;
  flex-flow: row wrap;
/*  max-width:950px;*/
}
html{scroll-behavior:smooth}
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {

}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  height:auto;
  background-color:#FFF;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  background-color:#FFF;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 20%;
  padding: 10px;
  background-color: #ccc;
  height: 250px;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  text-align: left;
}

/* Add a background color on hover */
.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


#btEnviarPedidoWS {
	height:40px;
	cursor:pointer;
}
.renglonSeccionesTop {
	clear: both;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	float: none;
	height: 50px;
}
.renglonSeccionesTopLista {
	clear: both;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	float: none;
	height: 66px;
	background-color:#fff;
}
.renglonCategoriasTop {
	clear: both;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	float: none;
	height: 30px;
	padding-left:20px;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #666;
	text-align:left;
	padding-top:4px;
}
.renglonCategoriasTop:hover {
	background-color:#D6D6D6;
	color: #333;
}
.renglonCategoriasTop2 {
	clear: both;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	float: none;
	height: 30px;
	padding-left:20px;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #666;
	text-align:left;
	padding-top:4px;
}
.renglonCategoriasTop2:hover {
	background-color:#D6D6D6;
	color: #333;
}
.texto_secciones_top {
	height: 40px;
	float: left;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #6D6F70;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.cantidadPedidoTop {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
}
.fotoCarrito {
	max-width:30%
}
.dropdown {
    float: left;
    overflow: hidden;
}
.paddingSlider {
	padding:20px;
}

.bordeBTpdfEscritorio {
	border-right-width: 1px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	width:50%;	
}
.btEscritorioInicio {
	border-right-width: 1px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	width:25%;
	float:left;
	height:30px;
	padding-top:4px;
}
.btEscritorioMedio {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	width:25%;
	float:left;
	height:30px;
	padding-top:4px;
}
.btEscritorioFinal {
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	width:25%;
	float:left;
	height:30px;
	padding-top:4px;
}
.btnProductosEscritorio {
	border: none;
	color: #1D2733;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
.dropdown .dropbtn {
   /* font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;*/
	color: #FFFFFF;
	text-decoration: none;
	border: none;
    outline: none;
    background-color: #fff;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:6px;
}

.navbar a:hover, .dropdown:hover .dropbtn {
   /* background-color: red;*/
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 100%;
	left: 0;
	z-index: 1;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff66c4;
}

.dropdown-content .header {
    background: red;
    padding: 16px;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.botonesMenu {
    float: left;
    width: 24%;
    padding: 10px;
    background-color: #fff;
    height: auto;
}
.btDesplegableEscritorio {
	width:202px;
    background-color: #fff;
	float:left;
	text-align:center;
}
.btIcoTop {
	max-height:36px;
	margin-left:8px;
	margin-right:8px;
	/*float:left;*/
}
.btIcoTopCarritoEscritorio {
	max-height: 36px;
    margin-left: 10px;
    float: right;
    margin-top: -8px;
    margin-bottom: -6px;
}
.botoneraTopIcos {
	padding-top:10px;
	height:0px;
	padding-right:6px;
	margin-left:auto;
	margin-right:auto;
}
.fondoCarritoTop {
	padding-top:46px;
	text-align:center;
	margin-bottom:28px;
}
.cuadroCarritoTopEscritorio {
	margin-left: 50px;
	color: #e30613;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	float: right;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
}
.cuadroCarritoTopEscritorio:Hover {

}
.btNegro {
	border:none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	cursor:pointer;
	transition-duration:0.3s;
	background-color:#1D2733;
	padding:6px;
}
.btNegro:Hover {
	background-color:#fff;
	color: #1D2733;
}
.btnProductosEscritorio {
	border:none;
	color: #1D2733;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	cursor:pointer;
	transition-duration:0.3s;
}
.btnProductosEscritorio:Hover {
	color: #666;
}
.link_blanco {
	color: #FFF;
	transition-duration:0.3s;
}
.link_blanco:Hover {
	color: #333;
}
.w3-dropdown-content{
	cursor: auto;
	display: none;
	position: absolute;
	min-width: 260px;
	padding: 0;
	top: 30px;
	z-index: 500;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
	overflow: scroll;
	height: 450px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.w3-dropdown-content::-webkit-scrollbar{
  height: 0px;
  background-color: #fff;
}
.w3-dropdown-content::-webkit-scrollbar-thumb{
        background: #6f7172;
        border-radius: 0px;       
    }
a.TopBlanco {
	color: #FFF;
}
a.TopBlanco:Hover {
	color: #FFF;
}
.textoFotos {
	position: absolute;
	top: 430px;
	margin-left: auto;
	margin-right:auto;
	left:20%;
	right:20%;
	width: 600px;
	height: auto;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-align:center;
}
.separaTop {
	clear:both;
	float:none;
	height:90px;
}
.fotoServicioEstetica {
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	width:200px;
	height:auto;
	border-radius:50%
}
.fotoNoticiaIndex {
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	width:350px;
	height:auto;
	text-align:center;
}
.btImagen {
	height:21px;
	width:21px;
	border:none;
	margin-top:12px;
	margin-right:20px;
	margin-left:4px;
	}
.busqueda {
	width: 150px;
	height: 28px;
	float: left;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	border: 1px solid #1D2733;
	margin-top:8px;
	background-color:#ffffff4a;
}
.botosTop {
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #666;
	transition-duration: 0.2s;
}
.botosTop:Hover {
	color: #333;
	text-decoration: none;
}
.beige {
	background-color: #FBEFED;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.fotoCat {
	max-height: 180px;
	max-width: 225px;
}
.cuadro_botones {

}
.cuadro_botones_2 {
	margin-left:auto;
	margin-right:auto;
	height: 350px;
	width: 350px;
	background-attachment: cover;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color:#fff;
}
.opaco{
filter: brightness(.8);
      -webkit-filter: brightness(.8);
}
.opaco:hover{
  filter: none;
  -webkit-filter: none;
  transition: all ease-in-out .3s;
}
.float3 {
	width: 30%;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: left;
	height: 250px;
}
.boxMensajes {
    font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #4CD720;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:center;
}
.boxError {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.sombraArriba {
	box-shadow: 0px 0px 30px #999;
	-webkit-box-shadow: 0px 0px 30px #999;
	-moz-box-shadow: 0px 0px 30px #999;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  .centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.degrade {
  background: linear-gradient(to bottom right, #DBE4BA, #E2E1DE);
}
.degradeFondo {
  background: linear-gradient(to bottom, #ebebeb, #E2E1DE);
}
.blanco {
	color: #FFFFFF;
}
.slogan {
	font-weight:bold;
 	font-size: 40px;
	line-height: 50px;
}
.slogan2 {
    font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 40px;
	color:#DFAE9E;
}
.slogan3 {
    font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 40px;
	  background: -webkit-linear-gradient(#EBEBEB, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-shadow: 2px 2px 4px #333;
	-webkit-text-shadow: 2px 2px 4px #333;
	-moz-text-shadow: 2px 2px 4px #333;
	font-weight:bold;
}
A.botosCuadros {
	text-decoration: none;
	font-family: "Lato";
	font-size: 30px;
	line-height: 44px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	text-shadow: 2px 2px 2px #333;
	-webkit-text-shadow: 2px 2px 2px #333;
	-moz-text-shadow: 2px 2px 2px #333;
}
A.botosCuadros:Hover {
	color: #fff;
	text-shadow: 4px 4px 2px #000;
	-webkit-text-shadow: 4px 4px 2px #000;
	-moz-text-shadow: 4px 4px 2px #000;
}
.fondoContacto {
	padding-top:20px;
	background-image: url(imagenes/foto_contacto_index.png);
	background-size: cover;
	background-position: center center;
}
.fotoEmpresa {
	padding-top: 250px;
	padding-left:200px;
	background-image: url(imagenes/foto_kan.jpg);
	background-size: cover;
	background-position: center center;
	height:550px;
}
.fondoEmpresa {
	background-image: url(imagenes/foto_empresa.png);
/*	background-size: contain;*/
	background-position: right center;
	background-repeat:no-repeat;
}
.fondoEmpresaIndex {
	
}
.fondoFabricacion {
	background-image: url(imagenes/fondo_fabricacion.jpg);
	background-attachment: fixed;
	clear: both;
	height: 600px;
	width: 100%;
	padding-top: 250px;
	background-position: center center;
	background-size: cover;
}
.slidersIndex {
	background-attachment: fixed;
	padding-top: 250px;
	padding-left:200px;
	background-position: center center;
	background-size: cover;
}
.bordesRel {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D6D6D6;
}
.btnAgregarActualizar {
	height: 40px;
	width:30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(imagenes/refrescar.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.btnAgregarActualizar:Hover {

}
.servicio {
	max-width:250px;
	float:left;
	margin-bottom:30px;
	margin-right:30px;
}
.logo {
	max-height:40px;
}
.gabotoEscritorio {
	max-height:40px;
	margin-top:12px;
}
.logoEscritorio {
	max-height:110px;
	margin-top:12px;
}
.folletoEscritorio {
	max-height:258px;
}
.logoMini {
	max-height:50px;
	transition-duration:1s;
}
.tablaTop {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height:84px;
}
.tablaTopFondo {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF!important;
	transition-duration:1s;
}
.paddingLogo {
	padding-top:16px;
	padding-bottom:16px;
}
.break {
	clear:both;
	float:none;
}
form {
	margin: 0px;
}
.tdSeparacionVerticalIndex {
	border-left: 1px solid #A9D4EE;
}
.btnPag {
	height: 30px;
	width: auto;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #1D2733;
	background-color: #FFFFFF;
	transition-duration: 0.2s;
	border: 1px solid #FFC73F;
	padding-top: 0px;
	border-radius:4px;
}
.btnPag:Hover {
	background-color: #ebebeb;
	border: 1px solid #FFC73F;
}
.btnTag {
	height: 24px;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #1D2733;
	background-color: #FFC73F;
	transition-duration: 0.2s;
	border: 1px solid #FFC73F;
	border-radius:4px;
	padding:4px;
}
.btnTag:Hover {
	background-color: #fff;
	border: 1px solid #1D2733;
	color: #1D2733;
}
.botoneraFiltros {
	float:left;
	width:15%;
	margin-right:30px;
}
.renglonCat {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-bottom: 10px;
	width: 100%;
	padding-left: 10px;
}
.btnCat {
	height: 24px;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #1D2733;
	background-color: #FFC73F;
	transition-duration: 0.2s;
	border: 1px solid #FFC73F;
	border-radius:4px;
	padding:4px;
}
.btnCat:Hover {
	background-color: #fff;
	border: 1px solid #1D2733;
	color: #1D2733;
}
.btnVerProducto {
	height: 40px;
	width: 50%;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #EE2A24;
	background-color: #FFFFFF;
	transition-duration: 0.5s;
	border: 1px solid #EE2A24;
	padding-top: 0px;
	border-radius:8px;
}
.btnVerProducto:Hover {
	color: #fff;
	background-color: #666;
}
.btnVerProductoBlanco {
	height: 40px;
	width: 50%;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	background-color: #0C3;
	transition-duration: 0.5s;
	border: 1px solid #EE2A24;
	padding-top: 0px;
	border-radius:8px;
}
.btnVerProductoBlanco:Hover {
	color: #fff;
	background-color: #666;
}
.productoEnLista {
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 80%;
	font-weight: bold;
	background-color:#D0D1D2;
	padding:0px;
	color:#095531;
	margin-right:auto;
	margin-left:auto;
}
.inputDNI {
	text-align:center;
}
.btnAgregar {
	height: 36px;
	width: 230px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #003;
	background-color: #EBEBEB;
	border: 2px solid #EBEBEB;
}
.btnAgregar:Hover {
	color: #003;
	background-color: #F5F5F5;
	border: 2px solid #EBEBEB;
}
.atenuado {
	color:#fff;
	cursor: not-allowed;
	background-color: #666;
}
.float3Productos {
	float: left;
	margin-right: 14px;
	width: 22%;
	text-align: center;
	/*	height: 510px;*/
	position: relative;
	margin-left: 14px;
	padding: 10px;
	background-color: #FFF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition-duration: 0.3s;
	border: 1px solid #D6D6D6;
}
.float3ProductosLista {
	float: left;
	width: 48%;
	text-align: center;
	/*	height: 510px;*/
	position: relative;
	margin-right: 20px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #D6D6D6;
}
.ProductosLista {
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
	height: 70px;
	position: relative;
	margin-right: 10px;
	padding: 10px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D6D6D6;
}
.fotoProductosListaInterna {
	padding: 10px;
	background-color: #FFF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition-duration: 0.3s;
	height: 250px;
	margin-bottom:0px;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width:49%;
	float:left;
}
.fotoProductosListaInternaMini {
	padding: 10px;
	background-color: #FFF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition-duration: 0.3s;
	height: 50px;
	margin-bottom:0px;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width:10%;
	float:left;
}
.fotoProductosListaInternaMini img {
	max-height:60px;
}
.contenidoProductosListaInternaMini {
	width: 49%;
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
}

.precioProductosListaInternaMini {
	width: 20%;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
.sumarProductosListaInternaMini {
	width: 10%;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
.sumarProductosInternaMini {
	width: 100%;
	float: none;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-top: 10px;
}
.tituloProductosListaInternoMini {
	height: 50px;
	padding: 4px;
}
.contenidoProductosListaInterna {
	width: 48%;
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
.tituloProductosListaInterno {
	height: 120px;
	padding: 16px;
}


.CuadriculaProductosLista {
	float: left;
	clear: none;
	width: 30%;
	text-align: left;
	height: 460px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #D6D6D6;
}
.CuadriculafotoProductosListaInterna {
	padding: 0px;
	background-color: #FFF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition-duration: 0.3s;
	height: 250px;
	margin-bottom:0px;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	float:left;
}
.CuadriculafotoProductosListaInternaMini {
	padding: 0px;
	background-color: #FFF;
	transition-duration: 0.3s;
	height: 200px;
	margin-bottom:0px;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	float:none;
	margin-bottom:10px;
}
.CuadriculafotoProductosListaInternaMini img {
	/*max-height:60px;*/
}
.CuadriculacontenidoProductosListaInternaMini {
	width: 49%;
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
.CuadriculaCuadroListaInternaMini {
	width: 100%;
	float: none;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
	margin-left:auto;
	margin-right:auto;
}
.CuadriculaprecioProductosListaInternaMini {
	width: 100%;
	float: none;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-top: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DADADA;
	border-bottom-color: #DADADA;
	margin-bottom:6px;
}
.CuadriculaCantidadsumarProductosListaInternaMini {
	width: 20%;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
}
.CuadriculasumarProductosListaInternaMini {
	width: 100%;
	float: none;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
}
.CuadriculasumarProductosInternaMini {
	width: 100%;
	float: none;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-top: 10px;
	margin-left:auto;
	margin-right:auto;
}
.CuadriculatituloProductosListaInternoMini {
	height: 100px;
	padding: 4px;
	float:none;
	word-break:break-all;
}
.CuadriculacontenidoProductosListaInterna {
	width: 48%;
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
.CuadriculatituloProductosListaInterno {
	height: 120px;
	padding: 16px;
}
.CuadriculaprecioIndex {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #EA2828;
}
.cuadroBTtop {
	float:right;
	margin-left:10px;
	margin-right:10px;
	margin-top:13px;
}
.botonAplicar {
	color: #EA2828;
	height: 26px;
	border: 1px solid #EA2828;
	background-color: #FFF;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	float:left;
}
.botonAplicar:Hover {
	border: 1px solid #333;
	background-color: #EBEBEB;
	color: #333;
}
.botonActualizar {
	color: #000000;
	height: 26px;
	border: 1px solid #999999;
	background-color: #FFFF00;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	float:left;
}
.botonActualizar:Hover {
	border: 1px solid #fff;
	background-color: #00FF00;
	border-radius: 4px;
	color: #FF0000;
}
.botonQuitar {
	color: #FFFFFF;
	height: 26px;
	border: 1px solid #999999;
	background-color: #FF0000;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 4px;
	float:right;
}
.botonQuitar:Hover {
	border: 1px solid #FF0000;
	color: #000000;
	background-color: #FFFFFF;
}
h5 {
	margin: 0px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
p {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-weight: 600;
}
.textoMini {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 12px;
	line-height:18px;
}
.centrarBotones {
	padding-left:44px;
}
.cantidadNueva {
	font-weight: bold;
	text-align: center;
	border: 1px solid #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 22px;
	padding: 6px;
	height: 26px;
	width: 60px;
	color: #333;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float:left;
	display:inline-block;
	margin-right:12px;
}
.cantidad {
	font-weight: bold;
	text-align: center;
	border: 1px solid #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 22px;
	padding: 6px;
	height: 30px;
	width: 90px;
	color: #333;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top:10px;
	margin-right:6px;
}
.pie p {
	color: #FFF;
	text-shadow: 1px 1px 0px #fff;
	-webkit-text-shadow: 1px 1px 0px #fff;
	-moz-text-shadow: 1px 1px 0px #fff;
}
h2 {
	color: #333;
	margin: 0px 0px 2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
}
.paddingSepara {
	padding:8px;
}
.paddingSeparaMini {
	padding:2px;
}
h1 {
	margin: 0px 0px 4px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
	color: #1D2733;
}
.subrayado {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
}
a {
	color: #333333;
	text-decoration: none;
}
.tablaGeneral {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F5811E;

}

a:Hover {
	text-decoration: none;
	color: #666666;
}
A.botos {
	color: #0094DE;
	text-decoration: none;
	font-weight: bold;
}
A.botos:Hover {
	color: #003366;
	text-decoration: none;
}
h3 {
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 2px;
}
h6 {
	margin: 4px;
	font: 4px/4px Arial, Helvetica, sans-serif;
}
.tablaPie {
	background-color: #000;
	background-image: url(imagenes/fondo_pie_izq.jpg), url(imagenes/fondo_pie_der.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right bottom;
}
.tablaPie p {
	color: #fff;
	font-size:12px;
	line-height:20px;
	text-align:left;
}
.tablaPie a {
	color: #fff;
}
.tablaPie h3 {
	font-size:18px;
	line-height:20px;
	color:#fff;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}
.columnaPie {
	width:24.99%;
	padding:10px;
	float:left;
}
A.Titulos {
	text-decoration: none;
	color: #1D2733;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
A.Titulos:Hover {
	text-decoration: none;
	color: #000;
}
.tituloProductosLista {
	height: 80px;
	padding: 6px;
}
.fotoProductosLista {
	height: 250px;
	margin-bottom:0px;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fotoProductosLista img {
	max-height: 250px;	
}
.precio {
	font-weight: bold;
	color: #FE922C;
}
.precioIndex {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #EA2828;
}
A.copeteNoticias {
	color: #999999;
	text-decoration: none;
	font-size: 14px;
}
.botUp {
	background-image: url(imagenes/bot_up.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.botDown {
	background-image: url(imagenes/bot_down.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
}

.bordo {
	color: #993333;
}

.botonform {
	color: #333;
	height: 40px;
	background-color: #FFC73F;
	font-family: Lato;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	padding-right: 50px;
	padding-left: 50px;
	border:none;
}
.botonform:Hover {
	color: #fff;
	background-color: #333;
}
hr {
	border-top: 1px solid #F6F6F6;
}

A.chicos {
	color: #666;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: lighter;
}
A.chicos:Hover {
	color: #D92026;
	text-decoration: none;
}
.bordegris {
	border: 3px solid #7BBEE6;
}

select {
	color: #333333;
	border: 1px solid #386DA3;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 26px;
	background-color: #D6E4F1;
}
strong {
	font-weight: bold;
}
.fondoFotosHome {
	background: #ECE9D8;
}
.fondoBotonera {
	/*background-image: url(imagenes/fondo_botonera.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 56px;
}
A.copeteNoticias:Hover {
	color: #666666;
	text-decoration: underline;
}
.copete {
	color: #666666;
}
.fotosSecciones {
	border: 1px solid #999999;
}
input:focus, textarea:focus, x:-moz-any-link {
-moz-outline-radius-bottomleft:3px;
-moz-outline-radius-bottomright:3px;
-moz-outline-radius-topleft:3px;
-moz-outline-radius-topright:3px;
outline-offset:0;
outline-style:solid;
outline-width:1px;
}
input:focus, textarea:focus, .sffocus {
	outline-color: #666666;
	border: 1px solid #666666;
	background-color: #1D2733;
	color:#FFF;
}
li {
	font-size: 12px;
	line-height: 18px;
	margin: 2px;
	color: #333333;
}
#posicionVideos {
	z-index: 50;
}

.big {
	font-size: 18px;
	font-weight: bold;
}
.amarillo {
	color: #FFFF33;
	font-weight: bold;
}
.cuadroIndex {
	margin-bottom:10px;
	padding:20px;
}
.negrita {
	font-weight:400;
}
.sale {
	background-image: url(imagenes/sale.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.cuadroLogo {
	float:left;
	width:200px;
	height:90px;
}
.botonera {
	float:right;
	width:50%;
}
.floatCategoriasIndex {
	float: left;
	width: 17vw;
	text-align: center;
	background-repeat: no-repeat;
	background-size:cover;
	height:17vw;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:100px;
	padding-top:20%;
	padding-left:30px;
	padding-right:30px;
}
.w3-dropdown-content p {
	float:none;
	clear:both;
}

.cuadroFotoInterno {
	padding:10px;
	float:left;
	width:49%;
}
.cuadroTextoInterno {
	float: left;
	width: 49%;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.textoEmpresaIndex {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	padding-top:120px;
}
.textoEmpresaKan {
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width: 1100px) {
.fotoEmpresa {
	padding-top: 250px;
	padding-left:20px;
	background-image: url(imagenes/foto_kan.jpg);
	background-size: cover;
	background-position: center center;
	height:550px;
}
.slidersIndex {
	background-attachment: fixed;
	padding-top: 250px;
	padding-left:20px;
	background-position: center center;
	background-size: cover;
}
.textoEmpresaKan {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.btNegro {
	border:none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	cursor:pointer;
	transition-duration:0.3s;
	background-color:#1D2733;
	padding:4px;
}
.btNegro:Hover {
	background-color:#fff;
	color: #1D2733;
}
.btnTag {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #1D2733;
	background-color: #FFC73F;
	transition-duration: 0.2s;
	border: 1px solid #FFC73F;
	border-radius:4px;
	padding:4px;
	display:block;
}
.btnTag:Hover {
	background-color: #fff;
	border: 1px solid #1D2733;
	color: #1D2733;
}
	.botonAplicar {
	color: #EA2828;
	height: 26px;
	border: 1px solid #EA2828;
	background-color: #FFF;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	float:left;
}
.botonAplicar:Hover {
	border: 1px solid #333;
	background-color: #EBEBEB;
	color: #333;
}
.botonActualizar {
	color: #000000;
	height: 26px;
	border: 1px solid #999999;
	background-color: #FFFF00;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	float:left;
}
.botonActualizar:Hover {
	border: 1px solid #fff;
	background-color: #00FF00;
	border-radius: 4px;
	color: #FF0000;
}
.botonQuitar {
	color: #FFFFFF;
	height: 26px;
	border: 1px solid #999999;
	background-color: #FF0000;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 4px;
	float:right;
}
.botonQuitar:Hover {
	border: 1px solid #FF0000;
	color: #000000;
	background-color: #FFFFFF;
}
	.cantidadNueva {
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	padding: 4px;
	height: 26px;
	width: 64px;
	color: #333;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float:none;
	clear:both;
	display:inline-block;
	margin-right:0px;
	margin-top:4px;
	margin-bottom:8px;
}
	.botoneraFiltros {
	width:100%;
	float:none;
	margin-right:0px;
}
	.CuadriculaProductosLista {
	width: 47%;
	height: 430px;
	margin-right: 9px;
	margin-bottom: 9px;
}
.CuadriculafotoProductosListaInternaMini {
	height: 160px;
	width:100%;
}
	.btnProductosEscritorio {
	background-color:transparent;
	border:none;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-top:30px;
}
.textoEmpresaIndex {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
}
.precioIndex {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #EA2828;
}
.ProductosLista {
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
	height: 80px;
	position: relative;
	margin-right: 6px;
	padding: 6px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D6D6D6;
}
.fotoProductosListaInterna {
	padding: 6px;
	background-color: #FFF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition-duration: 0.3s;
	border: 2px solid #D6D6D6;
	height: 250px;
	margin-bottom:0px;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width:49%;
	float:left;
}
.fotoProductosListaInternaMini {
	padding: 4px;
	background-color: #FFF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition-duration: 0.3s;
	height: 60px;
	margin-bottom:0px;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width:10%;
	float:left;
}
.fotoProductosListaInternaMini img {
	max-height:60px;
}
.contenidoProductosListaInternaMini {
	width: 57%;
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-top: 0px;
}
.CuadroListaInternaMini {
	width: 30%;
	float: left;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-top: 0px;
}
.precioProductosListaInternaMini {
	width: 100%;
	float: none;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-top: 0px;
}
.sumarProductosListaInternaMini {
	width: 100%;
	float: none;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-top: 0px;
}
.tituloProductosListaInternoMini {
	height: 50px;
	padding: 4px;
}
.contenidoProductosListaInterna {
	width: 48%;
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
.tituloProductosListaInterno {
	height: 120px;
	padding: 16px;
}
	.cuadroBTtop {
	float:none;
	margin-left:10px;
	margin-right:10px;
	margin-top:4px;
	text-align:right;
}
.btImagen {
	height:21px;
	width:21px;
	border:none;
	margin-top:8px;
	margin-right:20px;
	margin-left:4px;
	}
.busqueda {
	width: 250px;
	height: 30px;
	float: left;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #1D2733;
	margin-top:6px;
}
.columnaPie {
	width:100%;
	padding:10px;
	float:none;
}
.logoPie {
	width:100%;
	padding:10px;
	float:none;
}
.tablaPie {
	background-image:none;
}
.tablaPie p {
	font-size:12px;
	line-height:20px;
	text-align:center;
}
.tablaPie h3 {
	font-size:22px;
	line-height:30px;
	color:#fff;
	text-align:center;
}
.barraPedidoTop {
	height: auto;
	display: block;
	float: none;
	clear: both;
	background-image: url(imagenes/bt_fondo_pedido_banner.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-align:center;
	overflow:visible;
}
.botonesMenu {
    float: left;
    width: 24%;
    padding: 10px;
    background-color: #fff;
    height: auto;
}
.btDesplegable {
	width:40px;
	height:40px;
    background-color: #FDC500;
	float:left;
	padding-top:7px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
}
.btIcoTop {
	max-height:20px;
	margin-left:3px;
	margin-right:3px;
	float:left;
}
.fondoCarritoTop {
	padding-top:20px;
	text-align:center;
	margin-bottom:20px;
}
.botoneraTopIcos {
	padding-top:6px;
	height:30px;
	float:right;
	padding-right:6px;
}
.renglonSeccionesTop {
	clear: both;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	background-image: url(imagenes/ico_flecha.png);
	background-repeat: no-repeat;
	background-position: right 20px;
	float: none;
	height: 70px;
}
.ico_secciones_top {
	width:50px;
	height:40px;
	float:left;
}
.texto_secciones_top {
	height: 40px;
	float: left;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #6D6F70;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
.cuadroTextoInterno {
	float: left;
	width: 49%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.cantidad {
	font-weight: bold;
	text-align: center;
	border: 1px solid #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 22px;
	padding: 4px;
	height: 20px;
	width: 30px;
	color: #333;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top:14px;
	margin-right:6px;
}
.fotoCarrito {
	max-width:100%
}
.productoEnLista {
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	height: 24px;
	width: 100%;
	font-weight: bold;
	background-color:#D0D1D2;
	padding:2px;
	color:#095531;
}
.btnVerProducto {
	height: 32px;
	width: 80%;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	transition-duration:0.5s;
	padding-top:4px;
}
.btnVerProductoBlanco {
	height: 32px;
	width: 80%;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	transition-duration: 0.5s;
	border: 1px solid #EE2A24;
	padding-top: 4px;
}
.paddingSlider {
	padding:0px;
}
.separaTop {
	height:90px;
}

.floatCategoriasIndex {
	float: none;
	width: 90vw;
	text-align: center;
	background-repeat: no-repeat;
	background-size:cover;
	height:90vw;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:150px;
	padding-top:86%;
	padding-left:20px;
	padding-right:20px;
}
.btImagen {
	margin-right:0px;
	margin-top:10px;
	}
.cuadroLogo {
	float:left;
	width:20%;
}
.botonera {
	float:right;
	width:79%;
}
.tablaTop {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	height:110px;
}
.logo {
	max-height:60px;
}
.logoMini {
	max-height:30px;
	transition-duration:1s;
}
.sliderProductosHome {
	padding:20px;
}
.float3Productos {
	float: left;
	margin: 10px;
	width: 43%;
	text-align: left;
	height: auto;
	position: relative;
}
.tituloProductosLista {
	height: 90px;
	padding: 6px;
}
.tituloProductosListaInterno {
	height: 80px;
	padding: 0px;
}
.float3ProductosLista {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	position: relative;
	margin: 0px;
	margin-bottom: 20px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	height: 180px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.fotoProductosListaInterna {
	padding: 0px;
	background-color: #FFF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition-duration: 0.3s;
	height: 150px;
	width:48%;
	float:left;
	margin-bottom:0px;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contenidoProductosListaInterna {
	width: 48%;
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
A.Titulos {
	text-decoration: none;
	color: #818181;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-transform: uppercase;
}

.fotoProductosLista {
	height: 150px;
	margin-bottom:0px;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.quiebre {
	word-break:break-all;
}
.negrita {
	font-weight:800;
}
.fondoTitulos {
	background-image: url(imagenes/fondo_titulos.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 250px;
	padding-top: 40px;
}
.cuadroIndex {
	margin-bottom:80px;
	padding:0px;
}
A.chicos {
	font-size: 16px;
	line-height: 24px;
}
.w3-content{
		margin-left:10px;
		margin-right:10px;
}
.w3-dropdown-content{
	cursor: auto;
	display: none;
	position: absolute;
	width: 100vw;
	padding: 0;
	top: 40px;
	z-index: 85;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -100px;
}
.slogan {
	font-size: 34px;
	line-height: 50px;
}
.slogan2 {
	font-size: 18px;
	line-height: 30px;
}
p {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 14px;
	line-height:20px;
}
h2 {
	font-size: 14px;
	line-height: 26px;
}
h1 {
	font-size: 18px;
	line-height: 30px;

}
ul.topnav {
	float: none;
	display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
	width: 100%;
	z-index: 150;
}
/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: left;
    display: inline;
  }

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: relative;
    left: 10;
    top: 10;
	z-index: 150;
  }
  ul.topnav.responsive li {
    float: none;
    display: block;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}