﻿body{
	font-family: "PT Sans", sans-serif; /*Personalizado*/

}

#chat-negro{
	background-color:#000;
	background-image:url(../jpg/chat-negro.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	width:80px;
	height:45px;
	border-radius:10px;
	float:left;
	margin-top:7px;
	color:#FFF;
	font-size:13px;
	padding-right:10px;
	line-height:45px;
	font-weight:700;
	cursor:pointer;
	margin-left:5px;
	opacity:0.7;
	text-align:right;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
#chat-espera{
	visibility:hidden;
	display:none;
	
	background-color:#f05a28;
	background-image:url(../jpg/chat-espera.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	width:80px;
	height:45px;
	border-radius:10px;
	float:left;
	margin-top:7px;
	color:#FFF;
	font-size:13px;
	padding-right:10px;
	line-height:45px;
	font-weight:700;
	cursor:pointer;
	margin-left:5px;
	opacity:0.7;
	text-align:right;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}

#chat-espera:hover{
	opacity:100;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
#chat-conectado{
	visibility:hidden;
	display:none;
	
	background-color:#6ba801;
	background-image:url(../jpg/chat-conectado.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	width:80px;
	height:45px;
	border-radius:10px;
	float:left;
	margin-top:7px;
	color:#FFF;
	font-size:13px;
	padding-right:10px;
	line-height:45px;
	font-weight:700;
	cursor:pointer;
	margin-left:5px;
	opacity:0.7;
	text-align:right;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}

#chat-conectado:hover{
	opacity:100;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
#chat-negro:hover{
	opacity:100;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
#chat-blanco{
	background-color:#ece9e4;
	background-image:url(../jpg/chat-blanco.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	width:80px;
	height:45px;
	border-radius:10px;
	float:left;
	margin-top:7px;
	color:#FFF;
	font-size:13px;
	padding-right:10px;
	line-height:45px;
	font-weight:700;
	cursor:pointer;
	margin-left:5px;
	opacity:0.7;
	text-align:right;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
#chat-blanco:hover{
	opacity:100;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
/*
::-webkit-scrollbar{
	width: 18px;
	background-color:#fff; /*Personalizado

}
body::-webkit-scrollbar-button{
	width:17px;
	height:18px;
	border-radius:10px;
	background-color: #c6c6c6; /*Personalizado
  	border:1px solid #fff; /*Personalizado
}
body::-webkit-scrollbar-button:hover{
	width:17px;
	height:18px;
	border-radius:10px;
	background-color: #9a9b9d; /*Personalizado
  	border:1px solid #fff; /*Personalizado
}
body::-webkit-scrollbar-button:active{
	width:17px;
	height:18px;
	border-radius:10px;
	background-color: #000; /*Personalizado
  	border:1px solid #fff; /*Personalizado
}

body::-webkit-scrollbar-button:end:increment {
    background-image: url(../jpg/scroll-down.png);
}
 
body::-webkit-scrollbar-button:start:decrement {
    background-image: url(../jpg/scroll-up.png);
}
::-webkit-scrollbar-track {
	background-color: #FFF; /*Personalizado
	-webkit-border-radius:13px;
    
}
::-webkit-scrollbar-thumb {
  background-color: #c6c6c6; /*Personalizado
  border:5px solid #fff; /*Personalizad
  width:8px;
  -webkit-border-radius:13px;
  -webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #9a9b9d; /*Personalizado
  border:5px solid #fff; /*Personalizado
  width:8px;
  -webkit-border-radius:13px;
  -webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
/*
#articulos::-webkit-scrollbar, #buscador::-webkit-scrollbar{
	width: 18px;
	background-color:#4e4e4e; /*Personalizado


}
#articulos::-webkit-scrollbar-track, #buscador::-webkit-scrollbar-track {
	background-color: #4e4e4e; /*Personalizado
	-webkit-border-radius:13px;
    
}
#articulos::-webkit-scrollbar-thumb, #buscador::-webkit-scrollbar-thumb {
	background-color: #9a9b9d; /*Personalizado
	border:5px solid #4e4e4e; /*Personalizado
	width:8px;
	-webkit-border-radius:13px;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
#articulos::-webkit-scrollbar-thumb:hover, #buscador::-webkit-scrollbar-thumb:hover {
	background-color: #c6c6c6; /*Personalizado
	border:5px solid #4e4e4e; /*Personalizado
	width:8px;
	-webkit-border-radius:13px;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}


/* ESTILOS DEL ENCABEZADO */

/* HEADER CON IMAGEN DE FONDO*/
body{
	background-image:url(../jpg/fondo-header.jpg);
	background-position:left top;
	background-repeat:no-repeat;

}


#encabezado{
	width:100%;
	height:125px;
	background-color:transparent; /*Personalizado - INDICAR TRANSPARENT EN CASO DE USAR FONDO DE BODY*/
	
}

/*ENCABEZADO2 LARGO*/
#encabezado2{
	width:90%;
	height:60px;
	background-color:#42403e; /*Personalizado*/
	float:left;
	padding-left:10%;
	border-bottom:2px;
	border-bottom-color:#e8e6e6; /*Personalizado*/
	border-bottom-style:solid;
	
}
/*ENCABEZADO2 CORTO
#encabezado2{
	width:84%;
	height:60px;
	background-color:#d065d7; /*Personalizado
	float:left;
	margin-left:7%;
	border-bottom:0px;
	border-bottom-color:#458cfc; /*Personalizado
	border-bottom-style:solid;	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-top-left-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	padding-left:1%;
	padding-right:1%;
	
}*/

#logo{
	width:350px;
	height:90px;
	float:left;
	background-image:url(../jpg/logo1.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-left:10%;
	padding-top:10px;
}
#bienvenido{
	float:right;
	font-weight:400;
	font-size:14px;
	color:#333; /*Personalizado*/
	height:60px;
	padding-left:30px;
	padding-right:10px;
	padding-top:22px;
	line-height:18px;
	margin-top:10px;
	text-align:left;
	font-family: "Hind", sans-serif; /*Personalizado*/
	width:170px;
	background-image:url(../jpg/bienvenido.png);
	background-repeat:no-repeat;
	background-position:left 17px;
	visibility:hidden;
	display:none;
	background-color:;!important /*El color se indica en 420px de pantalla*/
	
}
#opciones{
	float:right;
	padding-top:25px;
	font-size:10px;
	margin-right:20px;
	visibility:hidden;
	display:none;

}
#suscribirme{
	width:85px;
	height:40px;
	float:left;
	line-height:38px;
	background-image:url(../jpg/suscribirme1.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
	opacity:0.8;
	
}
#suscribirme:hover, #olvide:hover, #cambiar:hover{
	opacity:100;
	
}
#olvide{
	width:100px;
	height:40px;
	float:left;
	line-height:38px;
	background-image:url(../jpg/olvide1.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
	opacity:0.8;
	
}
#cambiar{
	width:100px;
	height:40px;
	float:left;
	line-height:38px;
	background-image:url(../jpg/cambiar1.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
	opacity:0.8;
	
}
#ingreso{
	width:150px;
	height:66px;
	float:right;
	margin-top:10px;
	background-color:#42403e; /*Personalizado*/
	margin-right:10%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#FFF; /*Personalizado*/
	font-size:15px;
	text-align:center;
	padding-top:14px;
	background-image:url(../jpg/ingresar.png);
	background-repeat:no-repeat;
	background-position:20px 40px;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 0px 0px rgb(185,89,191);
	-moz-box-shadow: 0px 0px 0px 0px rgb(185,89,191);
	box-shadow: 0px 0px 0px 0px rgb(185,89,191);
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
	border:0px;
	border-style:solid;
	border-color:#666;
}
#ingreso:hover{
	background-color:#59d8da; /*Personalizado*/
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
#ingreso p{
	color:#FFF; /*Personalizado*/
	font-size:14px;
	text-align:center;
	padding:0px;
}
#ingreso-registrarme{
	font-family:"Hind", sans serif;
	width:160px;
	height:70px;
	float:right;
	margin-top:10px;
	background-color:#d44c50; /*Personalizado*/
	margin-right:10%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#fff; /*Personalizado*/
	font-size:13px;
	line-height:15px;
	text-align:center;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:600;
	vertical-align:middle;
	background-image:url(../jpg/ingresar-registrarme.png);
	background-repeat:no-repeat;
	background-position:center 5px;
	opacity:0.9;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
#ingreso-registrarme:hover{
	opacity:100;
	/*background-color:#f1373c; Personalizado*/
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
#ingreso-registrarme p{
	padding-top:34px;
	
}
#salir{
	width:150px;
	height:66px;
	float:right;
	margin-top:10px;
	background-color:#42403e; /*Personalizado*/
	margin-right:10%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#FFF; /*Personalizado*/
	font-size:15px;
	text-align:center;
	padding-top:14px;
	background-image:url(../jpg/salir.png);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	-webkit-box-shadow: 0px 2px 0px 0px rgb(185,89,191);
	-moz-box-shadow: 0px 2px 0px 0px rgb(185,89,191);
	box-shadow: 0px 2px 0px 0px rgb(185,89,191);
	visibility:hidden;
	display:none;
	
	border:2px;
	border-style:solid;
	border-color:#666;
}
#recuperar-pedido{
	width:100px;
	height:64px;
	float:right;
	margin-top:10px;
	background-color:#9a9b9d; /*Personalizado*/
	margin-right:3%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#FFF; /*Personalizado*/
	font-size:14px;
	
	text-align:center;
	padding-top:16px;
	cursor:pointer;
	margin-right:5px;
	background-image:url(../jpg/recuperaped.png);
	background-repeat:no-repeat;
	background-position:center 7px;
	-webkit-box-shadow: 0px 2px 0px 0px rgb(153,153,153);
	-moz-box-shadow: 0px 2px 0px 0px rgb(153,153,153);
	box-shadow: 0px 2px 0px 0px rgb(153,153,153);
	visibility:hidden;
	display:none;
	
}
#recuperar-pedido p{
	color:#FFF; /*Personalizado*/
	font-size:14px;
	text-align:center;
	padding-top:22px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	visibility:hidden;
	display:none;
}


/* ESTILOS DEL MENÚ ARTÍCULOS */
#menu2 .menu_bar {
	display:block;
	height:45px;
	width:140px;
	background:#39bdbf; /*Personalizado*/
	margin:0 auto;
	z-index:9999;
	left:10%;
	margin-top:7px;
	margin-right:5px;
	background-image:none;
	background-repeat:;
	background-position:;
	text-align:center;
	padding-right:0px;
	line-height:44px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-transform:uppercase;
	-webkit-box-shadow: 0px 0px 0px 0px rgb(204,202,202);
	-moz-box-shadow: 0px 0px 0px 0px rgb(204,202,202);
	box-shadow: 0px 0px 0px 0px rgb(204,202,202);
	float:left;
	clear:right;
	position:static;
	visibility:visible;
	display:block;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
		
}
#menu2 .menu_bar:hover {
	background:#59d8da; /*Personalizado*/
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
		
}
.menu_bar .bt-menu {
	display: block;
	color: #fff; /*Personalizado*/
	overflow:hidden;
	font-size: 15px;
	text-decoration: none;
	font-weight:600;
	margin: 0 auto;
	padding:0 auto;
	z-index:9999;

}
.menu_bar span {
	float: right;
	font-size: 17px;


}
#cerrar-buscador{
	width:70px;
	height:30px;
	float:left;
	cursor:pointer;
	line-height:40px;
	visibility:visible;
	display:block;

}		
#ver-pedido{
	width:140px;
	height:45px;
	margin-top:7px;
	background-color:#666; /*Personalizado*/
	font-size:16px;
	font-weight:400;
	text-align:center;
	line-height:44px;
	color:#FFF; /*Personalizado*/
	float:left;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow: 0px 0px 0px 0px rgb(204,202,202);
	-moz-box-shadow: 0px 0px 0px 0px rgb(204,202,202);
	box-shadow: 0px 0px 0px 0px rgb(204,202,202);
	cursor:pointer;
	visibility:hidden;


}
#ver-total{
	width:100px;
	height:45px;
	font-size:16px;
	text-align:left;
	margin-top:7px;
	color:#FFF; /*Personalizado*/
	float:left;
	line-height:25px;
	margin-left:3px;
	background-image:url(../jpg/total.png);
	background-repeat:no-repeat;
	background-position:7px 0px;
	text-indent:30px;
	visibility:hidden;


}
#ver-total span{
	font-size:16px;
	text-align:left;
	color:#FFF;
	font-weight:600;
	margin-left:-2px;

}
#buscarsimple{
	width:360px;
	height:53px;
	float:right;
	cursor:pointer;
	padding-top:7px;
	visibility:visible;
	display:block;
	font-family: "Hind", sans-serif; /*Personalizado*/


}
#buscarsimple input.busca-opcion{
	height:44px;
	width:70%;
	outline:none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:14px;
	font-family: "Hind", sans-serif;
	line-height:30px;
	padding-left:10px;
	overflow:hidden;
	float:left;
	border:none;


}

.busca-opcion::-webkit-input-placeholder{
	font-family: "Hind", sans-serif; /*Personalizado*/
	line-height:30px;
	color:#666;
	
}
.busca-opcion::-moz-input-placeholder{
	font-family: "Hind", sans-serif; /*Personalizado*/
	line-height:30px;
	color:#666;
	
}
::-moz-input-placeholder{
	color:#666;

}
:-moz-input-placeholder{
	color:#666;

}
.busca-opcion:-moz-input-placeholder{
	font-family: "Hind", sans-serif; /*Personalizado*/
	line-height:30px;
	color:#666;
	
}

#buscarsimple input.busca-opcion:focus{
	background-color:#e9e9e9; /*Personalizado*/

}
#buscar-simple-boton:hover{
	background-image:url(../jpg/buscar-simple2.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#39bdbf; /*Personalizado*/
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;


}
#buscar-simple-boton{
	width:44px;
	height:44px;
	float:left;
	background-image:url(../jpg/buscar-simple.png);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
	background-color:#000; /*Personalizado*/
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	margin-left:-10px;
	margin-top:0px;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	border:none;


}
/*BOTON BUSQUEDA AVANZADA CON ENCABEZADO2 LARGO*/
#buscar{
	width:110px;
	height:40px;
	margin-top:10px;
	padding-top:10px;
	text-align:center;
	float:right;
	background-color:transparent; /*Personalizado*/
	margin-right:11%;
	bottom:0;
	padding-bottom:0px;
	margin-bottom:0;
	cursor:pointer;
	border-top-left-radius:10px;
	border-top-right-radius:10px;


}
/*BOTON BUSQUEDA AVANZADA CON ENCABEZADO2 CORTO
#buscar{
	width:110px;
	height:40px;
	margin-top:10px;
	padding-top:10px;
	text-align:center;
	color:#FFF; /*Personalizado
	float:right;
	font-weight:700;
	background-color:#dddddd; /*Personalizado
	margin-right:0%;
	bottom:0;
	padding-bottom:0px;
	margin-bottom:0;
	cursor:pointer;
	border-top-left-radius:10px;
	border-top-right-radius:10px;

}*/
#buscar p{
	padding:0;
	text-align:center;
	font-weight:500;
	color:#FFF; /*Personalizado*/
	font-size:12px;
	line-height:15px;
	vertical-align:middle;
	font-family: "Hind", sans-serif;

}
#buscador {
	width: 30%;
	height: 100%;
	position: fixed;
	right:-100%;
	overflow: auto;
	overflow-x:hidden;
	background-color:#f1ffff; /*Personalizado*/
	margin-top:0px;
	color:#000; /*Personalizado*/
	text-align:center;
	top:0;

}

#buscador  ul li {
	display: block;
	padding:0 auto;
	padding:20px;
	text-align:center;
	margin:0 auto;
}
	
#buscador  ul li .activo a{
	display: block;
	margin:0 auto;
	padding:0 auto;
	color:#000; /*Personalizado*/
	text-decoration:none;

}
#buscador  ul li a {
	display: block;
	margin:0 auto;
	padding:0 auto;
	color:#000; /*Personalizado*/
	text-decoration:none;
		
}

#buscador ul li:hover .children {
	display: none;
	margin:0 auto;
	padding:0 auto;
}

#buscador ul li .children {
	width: 100%;
	position: relative;
	margin:0 auto;
	padding:0 auto;
}

#buscador ul li .children li a {
	/*margin-left:20px;*/
}

#buscador ul li .caret {
	float: right;
	margin:0 auto;
	padding:0 auto;
}
.busca-titu{
	height:30px;
	font-size:15px;
	font-weight:600;
	text-align:center;
	border-bottom:1px;
	border-bottom-color:#FFF; /*Personalizado*/ 
	border-bottom-style:solid;
		

}
.busca-boton{
	height:40px;
	background-color:#000; /*Personalizado*/
	color:#FFF; /*Personalizado*/
	border-radius:10px;
	width:120px;
	margin-top:15px;
	text-align:center;
	line-height:41px;
	font-weight:600;
	font-size:15px;
	-webkit-box-shadow: 0px 2px 0px 0px rgb(204,202,202);
	-moz-box-shadow: 0px 2px 0px 0px rgb(204,202,202);
	box-shadow: 0px 2px 0px 0px rgb(204,202,202);
	-webkit-transition: all .15s ease-in; 
    -moz-transition: all .5s ease-in; 
    -o-transition: all .5s ease-in; 
	-ms-transition: all .5s ease-in;
    transition: all .5s ease-in;
			

}
.busca-boton:hover{
	background-color:#59d8da; /*Personalizado*/
	-webkit-transition: all .5s ease-in; 
    -moz-transition: all .5s ease-in; 
    -o-transition: all .5s ease-in; 
	-ms-transition: all .5s ease-in;
    transition: all .5s ease-in;
	cursor:pointer;
			
}
.busca-opcion{
	height:30px;
	font-size:14px;
		

}
.busca-precio1{
	width:50px;
	height:30px;
	font-size:14px;

}
.busca-precio2{
	width:90px;
	height:30px;
	font-size:14px;

}
.busca-precio2 input{
	width:90px;
	height:30px;
	font-size:15px;
	float:left;
	line-height:32px;
	border:2px;
	border-color:#f3f2f2; /*Personalizado*/
	border-style:solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	outline:none;
	padding-left:5px;

}
.busca-precio1 input{
	width:90px;
	height:30px;
	font-size:15px;
	text-align:left;
	float:left;
	line-height:32px;
	border:2px;
	border-color:#f3f2f2; /*Personalizado*/
	border-style:solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	outline:none;
	padding-left:5px;

}
.busca-precio{
	height:30px;
	font-size:14px;

}
.busca-preciotxt1{
	width:60px;
	font-size:14px;
	text-align:left;
	padding:0;
		

}
.busca-preciotxt2{
	width:40px;
	text-align:right;
	padding-right:5px;
	font-size:14px;
	
}
	
input.busca-opcion{
	height:30px;
	width:96%;
	outline:none;
	border:2px;
	border-color:#f3f2f2; /*Personalizado*/
	border-style:solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:14px;
	font-family: "Hind", sans-serif;
	line-height:30px;
	padding-left:10px;
	overflow:hidden;	

}
.busca-opcion select{
	height:30px;
	width:100%;
	outline:none;
	border:2px;
	border-color:#f3f2f2; /*Personalizado*/
	border-style:solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:14px;
	font-family: "Hind", sans-serif;
	color:#333; /*Personalizado*/
	margin-top:10px;
	background:url(../jpg/select.png);
	background-repeat:no-repeat;
	background-position:right;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-color:#FFF; /*Personalizado*/

}
.busca-opcion select option{
	outline:none;
	-moz-outline:none;
	-webkit-outline:none;
	border:none;
	-moz-border:none;
	-webkit-border:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;

}
.busca-opcion select:focus{
	height:30px;
	width:100%;
	outline:none;
	border:2px;
	border-color:#f3f2f2; /*Personalizado*/
	border-style:solid;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	font-size:14px;
	font-family: "Hind", sans-serif;
	color:#333; /*Personalizado*/
	margin-top:10px;
	background:url(../jpg/select.png);
	background-repeat:no-repeat;
	background-position:right;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-color:#FFF; /*Personalizado*/

}

#contenido{
    margin: 0 auto;
    width:100%;
    vertical-align: middle;	
    color:#000000; /*Personalizado*/
    background-color:#FFF; /*Personalizado*/
    min-height:100%;
	clear:left;
	
	/*Activar para incluir fondo completo*/
	background-image:url(../jpg/fondo-contenido.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	
}

/* ESTILOS DEL MENÚ GENERAL */

*{
	margin: 0;
    padding: 0;

}
header, nav{
    display: block;
}

/* Definimos un ancho 100% y una altura fija para nuestro menú */
header{    
    height:60px;
    position: relative;
    width: 100%;
    z-index: 2;

}

/* Nuestro nav con id #menu lo flotaremos a la derecha*/
#menu{
	float: left;
	background-color:transparent; /*Personalizado*/
	margin:0 auto;
	width:90%;
	padding-left:10%;
	height:100%;

}   

/* Quitamos estilos por defecto de el tag UL */
#menu ul{
	list-style: none;
	font-size: 13px;
	text-transform:uppercase;
	font-weight:400;
}
        
/* Centramos y ponemos los textos en mayuscula */
#menu li{
	display: block;
	float: left;
	text-align: center;
}
            
/* Damos estilo a nuestros enlaces */
#menu li a{
	display: block;				
	color: #666; /*Personalizado*/				
	text-decoration: none;
	opacity:.6;
	-webkit-transition: all .15s ease-in; 
   	-moz-transition: all .15s ease-in; 
    -o-transition: all .15s ease-in; 
	-ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
	
	/*ACTIVAR PARA NAV LARGO CON FONDO PLENO*/
	height: 60px;
	line-height: 60px;
	padding-left:15px;
	padding-right:15px;
	
	/*ACTIVAR SI SE QUIERE FONDO TRANSPARENTE DEL NAV + BOTONES CON FONDO PLENO
	height: 30px;
	margin-top:10px;
	line-height: 30px;
	padding: 5px 20px;*/
	
}

#menu li a:hover{
	background: transparent; /*Personalizado*/
	color: #000; /*Personalizado*/
	opacity:100;
	border-radius:10px;
	-webkit-transition: all .15s ease-in; 
    -moz-transition: all .15s ease-in; 
    -o-transition: all .15s ease-in; 
	-ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
    
/* Estilos #nav-mobile y lo ocultamos */
#nav-mobile{
	display: none;
	background: url(../jpg/nav2.png) no-repeat center center;
	float: left;
	width: 100%;
	height: 55px;
	position: absolute;
	right: 0;
	/*top:160px;*/
	padding:0;
	background-color:#59d8da;

}   
/* Agregaremos esta clase a #nav-mobile, cuando el menu mobile haya sido desplegado */
#nav-mobile.nav-active{
	background-color:#000;
}

/* Content */
#content{
    width: 80%;
    margin: 60px 10%;
    text-align: center;
    overflow-x: hidden;
	padding:0;
}
h2{
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	color: #624c3f; /*Personalizado*/
}
#header-contacto{
	width:80%;
	padding-left:10%;
	padding-right:10%;
	height:25px;
	background-color:#59d8da;
	float:left;
	text-transform:uppercase;


}
/* ESTILOS MENU CON ICONOS*/
#menu-iconos{
	float: left;
	background-color:#333; /*Personalizado*/
	margin:0 auto;
	width:100%;
	height:100%;
	display: table;
	text-align: center;

} 

/* Quitamos estilos por defecto de el tag UL */
#menu-iconos ul{
	list-style: none;
	font-size: 13px;
	text-transform:uppercase;
	font-weight:400;
	display: inline-block;
}
        
/* Centramos y ponemos los textos en mayuscula */
#menu-iconos li{
	display: block;
	float: left;
	text-align: center;
	width: calc(86% / 7);
	max-width: 55px;padding-left: 1%; padding-right: 1%;

}
#menu-iconos li img{ width: 100%; height: auto; display: table-cell;
    vertical-align:middle; margin-top: 3px;}
  @media (max-width: 1200px) {#menu-iconos li img{ margin-top: 5px;}}          
/* Damos estilo a nuestros enlaces */
#menu-iconos li a{
	display: block;				
	color: #000; /*Personalizado*/				
	text-decoration: none;
	opacity:.6;
	-webkit-transition: all .15s ease-in; 
   	-moz-transition: all .15s ease-in; 
    -o-transition: all .15s ease-in; 
	-ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
	
	/*ACTIVAR PARA NAV LARGO CON FONDO PLENO
	height: 60px;
	line-height: 60px;*/
	
	
}

#menu-iconos li a:hover{
	background: transparent; /*Personalizado*/
	color: #000; /*Personalizado*/
	opacity:100;
	border-radius:10px;
	-webkit-transition: all .15s ease-in; 
    -moz-transition: all .15s ease-in; 
    -o-transition: all .15s ease-in; 
	-ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
@media (max-width: 1200px) {
		
#chat-negro, #chat-blanco, #chat-espera, #chat-blanco{
	visibility:hidden;
	display:none;
}
#ver-pedido{
	width:110px;
	height:45px;
	margin-top:7px;
	font-size:15px;
	font-weight:400;
	text-align:center;
	line-height:44px;
	float:left;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
	visibility:hidden;


}	
#opciones{
	width:130px;
	float:right;
	font-size:13px;
	margin-right:5px;
	padding-top:5px;
	margin-top:0px;
	visibility:hidden;
	

}
#suscribirme{
	width:90px;
	height:30px;
	float:left;
	line-height:30px;
	background-image:url(../jpg/suscribirme2.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	
}
#olvide{
	width:100px;
	height:30px;
	float:left;
	line-height:30px;
	background-image:url(../jpg/olvide2.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
}
#cambiar{
	width:100px;
	height:30px;
	float:left;
	line-height:30px;
	background-image:url(../jpg/cambiar2.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
}
#bienvenido{
	float:right;
	font-weight:400;
	font-size:13px;
	height:50px;
	text-align:left;
	font-family: "Hind", sans-serif;
	width:120px;
	line-height:16px;
	margin-right:340px;
	margin-top:-80px;
	vertical-align:top;
	padding-top:10;
	padding:0;
	padding-left:30px;
	background-image:url(../jpg/bienvenido.png);
	background-repeat:no-repeat;
	background-position:left top;

	
}
#buscarsimple{
	width:180px;
	height:53px;
	float:right;
	cursor:pointer;
	padding-top:7px;
	visibility:visible;
	display:block;
	margin-right:5px;
}
#buscarsimple input.busca-opcion{
	height:44px;
	width:70%;
	outline:none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:13px;
	font-family: "Hind", sans-serif;
	line-height:30px;
	padding-left:10px;	
	overflow:hidden;
	float:left;


}
#buscar-simple-boton:hover{
	background-image:url(../jpg/buscar-simple.png);
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;


}
#buscar-simple-boton{
	width:44px;
	height:44px;
	float:left;
	background-image:url(../jpg/buscar-simple2.png);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	margin-left:-10px;
	margin-top:0px;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;


}
#buscador {
	width: 40%;
	height: 100%;
	position: fixed;
	right:-100%;
	overflow: auto;
	overflow-x:hidden;
	margin-top:0px;
	text-align:center;
	top:0;
}

}
@media (max-width: 1024px) {

#menu2 .menu_bar {
	display:block;
	height:45px;
	width:138px;
	margin:0 auto;
	z-index:9999;
	left:0;
	margin-top:7px;
	margin-right:5px;
	background-image:url(../jpg/menu2.png);
	background-repeat:no-repeat;
	background-position:left;
	text-align:right;
	padding-right:15px;
	line-height:44px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-top-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	text-transform:uppercase;
	float:left;
	clear:left;
	visibility:visible;
		
}
#menu2 .menu_bar:hover {
	background-image:url(../jpg/menu2.png);
	background-repeat:no-repeat;
	background-position:left;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
		
}
#buscador {
	width: 50%;
	height: 100%;
	position: fixed;
	right:-100%;
	overflow: auto;
	overflow-x:hidden;
	margin-top:0px;
	text-align:center;
	top:0;
}

#buscador {
	width: 50%;
}


/*ENCABEZADO2 CORTO
#encabezado2{
	width:94%;
	margin-left:2%;
	margin-right:2%;
	
}*/


/* ESTILOS DEL MENÚ GENERAL */
h2{
	font-size: 40px;
}
    
/* mostramos #nav-mobile */
#nav-mobile{
	display: block;
	padding:0;
	margin-top:-55px;

}

/* Fijamos nuestro nav en 100% ancho y dejamos de flotarlo  */
#menu{
 	width: 100%;
	float: none;
	padding-top: 55px;
	padding-left:0;
	height:auto;

}
/* Convertimos nuestra lista de enlaces en un menú horizontal */
#menu ul{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	max-height: 0;
	overflow: hidden;
	padding:0 auto;
	background-color:#FFF;/*Aclarar el color sirve cuando utilizo el menu transparent*/
			
}
/* estilos para los LI del menu */
#menu li{
	border-bottom: 1px solid #afafaf;
	float: none;
	margin:0;
}

/* Quitamos el borde del ultimo item del menú */
#menu li:last-child{
	border-bottom: 0;
}
#menu li a{
	padding: 15px 0;
	height: auto;
	line-height: normal;
	margin:0;
}


/* Agregamos una animación al despligue del menú */
#menu ul.open-menu{
	max-height: 400px;
	-webkit-transition: max-height .4s;
	-moz-transition: max-height .4s;
	-ms-transition: max-height .4s;
	-o-transition: max-height .4s;
	transition: max-height .4s;
}



#buscar p{
	padding:0;
	text-align:center;
	font-weight:500;
	font-size:13px;
	line-height:16px;
	vertical-align:middle;
	font-family: "Hind", sans-serif;

}
/*ENCABEZADO2 CORTO
#encabezado2{
	width:99%;
	margin-left:0%;
	margin-right:0%;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding-left:0px;
	
}*/
/*ENCABEZADO2 LARGO*/
#encabezado2{
	width:90%;
	height:60px;
	float:left;
	padding-left:10%;
	margin-left:0;
	padding-right:0;

}

#header-contacto{
	visibility:hidden;
	display:none;


}
}
@media (max-width: 900px) {
/*ENCABEZADO2 LARGO*/
#encabezado2{
	width:100%;
	padding-left:0%;
	padding-right:0%;

}
#buscarsimple{
	visibility:hidden;
	display:none;

}	
/*BOTON BUSQUEDA AVANZADA CON ENCABEZADO2 LARGO*/
#buscar{
	width:50px;
	height:53px;
	padding-top:0px;
	text-align:center;
	color:#FFF;
	float:right;
	font-weight:700;
	background-image:url(../jpg/buscar.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-right:3%;
	bottom:0px;
	padding-bottom:0px;
	margin-bottom:0;
	margin-top:7px;
	margin-right:0;
	padding-right:0;
	background-color:#dddddd; /*PARA QUE COINCIDA CON LA IMAGEN DE FONDO*/


}
/*BOTON BUSQUEDA AVANZADA CON ENCABEZADO2 CORTO
#buscar{
	width:50px;
	height:53px;
	margin-top:7px;
	padding-top:0px;
	text-align:center;
	float:right;
	margin-right:0%;
	bottom:0;
	padding-bottom:0px;
	margin-bottom:0;
	background-image:url(../jpg/buscar.png);
	background-repeat:no-repeat;
	background-position:center center;

}*/
#buscar p{
	display:none;
	visibility:hidden;

}

#buscador  ul li {
	display: block;
	padding:0 auto;
	padding:20px;
	margin:0 auto;

}
	
#buscador  ul li .activo a{
	display: block;
	margin:0 auto;
	padding:0 auto;
	text-decoration:none;

}

#buscador  ul li a {
	display: block;
	margin:0 auto;
	padding:0 auto;
	text-decoration:none;
		
}

#buscador ul li:hover .children {
	display: none;
	margin:0 auto;
	padding:0 auto;
}

#buscador ul li .children {
	width: 100%;
	position: relative;
	margin:0 auto;
	padding:0 auto;
}

#buscador ul li .children li a {
	/*margin-left:20px;*/

}
#buscador ul li .caret {
	float: right;
	margin:0 auto;
	padding:0 auto;
	
}
.busca-titu{
	height:30px;
	font-size:15px;
	font-weight:600;
	text-align:center;
	border-bottom:1px;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
		

}
.busca-boton{
	height:40px;
	width:120px;
	margin-top:15px;
	text-align:center;
	line-height:41px;
	font-size:15px;		

}

.busca-precio1{
	width:50px;
	height:30px;
	font-size:14px;

}
.busca-precio2{
	width:90px;
	height:30px;
	font-size:14px;

}
.busca-precio2 input{
	width:110px;
	height:30px;
	font-size:15px;
	float:left;
	line-height:32px;
	padding-left:5px;

}
.busca-precio1 input{
	width:110px;
	height:30px;
	font-size:15px;
	text-align:left;
	float:left;
	line-height:32px;
	padding-left:5px;

}
.busca-precio{
	height:30px;
	font-size:14px;

}
.busca-preciotxt1{
	width:70px;
	font-size:14px;
	text-align:left;
	padding:0;
		

}
.busca-preciotxt2{
	width:40px;
	text-align:right;
	padding-right:5px;
	font-size:14px;
	
}
.busca-precio textarea{
	height:30px;
	width:90px;
	font-size:14px;
	font-family: "Hind", sans-serif;
	line-height:30px;
	padding-left:5px;
	overflow:hidden;
	margin-left:5px;

}
.busca-opcion textarea{
	height:30px;
	width:calc(100% - 30px);
	font-size:14px;
	font-family: "Hind", sans-serif;
	line-height:30px;
	padding-left:10px;
	overflow:hidden;	

}
.busca-opcion select{
	height:30px;
	width:100%;
	font-size:14px;
	font-family: "Hind", sans-serif;
	margin-top:10px;
	background:url(../jpg/select.png);
	background-repeat:no-repeat;
	background-position:right;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-color:#FFF;

}
.busca-opcion select option{
	outline:none;
	-moz-outline:none;
	-webkit-outline:none;
	border:none;
	-moz-border:none;
	-webkit-border:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;

}
.busca-opcion select:focus{
	height:30px;
	width:100%;
	font-size:14px;
	font-family: "Hind", sans-serif;
	color:#333;
	margin-top:10px;
	background:url(../jpg/select.png);
	background-repeat:no-repeat;
	background-position:right;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;

}	

#logo{
	width:140px;
	height:90px;
	float:left;
	background-image:url(../jpg/logo2.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:3%;
	padding-top:10px;
}

#ingreso{
	width:110px;
	height:64px;
	float:right;
	margin-top:10px;
	margin-right:3%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:14px;
	text-align:center;
	padding-top:16px;
	background-image:url(../jpg/ingresar.png);
	background-repeat:no-repeat;
	background-position:5px 40px;
	cursor:pointer;

}
#ingreso p{
	font-size:14px;
	text-align:center;
	padding:0px;
}
#ingreso-registrarme{
	width:110px;
	height:64px;
	float:right;
	margin-top:10px;
	margin-right:3%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:14px;
	text-align:center;
	padding-top:16px;
	background-image:none;
	cursor:pointer;

}
#ingreso-registrarme p{
	font-size:14px;
	text-align:center;
	padding:0px;
}
#salir{
	width:110px;
	height:64px;
	float:right;
	margin-top:10px;
	margin-right:3%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:14px;
	text-align:center;
	padding-top:16px;
	background-image:url(../jpg/salir.png);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	visibility:hidden;
	display:none;
}
#bienvenido{
	width:130px;
	float:right;
	font-weight:400;
	font-size:13px;
	height:50px;
	text-align:left;
	line-height:16px;
	margin-right:-157px;
	margin-top:10px;
	vertical-align:top;
	padding-top:10;
	padding:0;
	padding-left:30px;
	background-image:url(../jpg/bienvenido.png);
	background-repeat:no-repeat;
	background-position:left top;

	
}
#recuperar-pedido{
	width:140px;
	height:30px;
	float:right;
	line-height:30px;
	margin-right:3%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:14px;
	text-align:center;
	cursor:pointer;
	margin-right:5px;
	margin-top:60px;
	padding-top:0;
	padding-right:17px;
	background-image:url(../jpg/recuperaped2.png);
	background-repeat:no-repeat;
	background-position:10px center;
	visibility:hidden;
	display:none;

}
#recuperar-pedido p{
	font-size:14px;
	text-align:right;
	padding:0px;
	display:none;
	visibility:hidden;
	line-height:30px;
}
#recuperar-pedido br{
	visibility:hidden;
	display:none;
}


/* ESTILOS DEL MENÚ ARTÍCULOS */
#menu2 .menu_bar {
	display:block;
	height:45px;
	width:138px;
	margin:0 auto;
	z-index:9999;
	left:0;
	margin-top:7px;
	background-image:url(../jpg/menu2.png);
	background-repeat:no-repeat;
	background-position:left;
	text-align:right;
	padding-right:15px;
	line-height:44px;
	border-radius:0px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-top-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	text-transform:uppercase;
	float:left;
	clear:left;
	visibility:visible;
		
}

#menu2 .menu_bar .bt-menu {
	display: block;
	overflow:hidden;
	font-size: 14px;
	text-decoration: none;
	font-weight:600;
	margin: 0 auto;
	padding:0 auto;
	z-index:9999;

}

#ver-pedido{
	width:90px;
	height:45px;
	margin-top:7px;
	font-size:14px;
	font-weight:400;
	text-align:center;
	line-height:44px;
	float:left;
	margin-left:5px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;



}
#ver-total{
	width:90px;
	height:45px;
	font-size:15px;
	text-align:left;
	margin-top:7px;
	float:left;
	line-height:25px;
	margin-left:5px;
	background-image:url(../jpg/total.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:28px;


}
#ver-total span{
	font-size:14px;
	text-align:left;
	font-weight:600;
	left:0px;

}



#opciones{
	width:130px;
	float:right;
	font-size:13px;
	margin-right:5px;
	padding-top:5px;
	margin-top:0px;
	visibility:hidden;
	

}
#suscribirme{
	width:90px;
	height:30px;
	float:left;
	line-height:30px;
	background-image:url(../jpg/suscribirme2.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	
}
#olvide{
	width:100px;
	height:30px;
	float:left;
	line-height:30px;
	background-image:url(../jpg/olvide2.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
}
#cambiar{
	width:100px;
	height:30px;
	float:left;
	line-height:30px;
	background-image:url(../jpg/cambiar2.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
}

#buscador {
	width: 60%;
	height: 100%;
	position: fixed;
	overflow: auto;
	overflow-x:hidden;
	margin-top:0px;
	text-align:center;
	top:0;

}
#contenido{
    margin: 0 auto;
    width:100%;
    vertical-align: middle;	
    min-height:100%;
	clear:left;
	
}

#bienvenido{
	width:100px;
	float:right;
	font-weight:400;
	font-size:13px;
	height:50px;
	text-align:left;
	line-height:16px;
	margin-right:0px;
	margin-top:-40px;
	vertical-align:top;
	padding-top:0;
	padding:0;
	padding-left:30px;
	background-image:url(../jpg/bienvenido.png);
	background-repeat:no-repeat;
	background-position:left top;

	
}
#recuperar-pedido{
	width:115px;
	height:35px;
	float:right;
	background-image:none;
	margin-right:3%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:14px;
	text-align:center;
	cursor:pointer;
	visibility:hidden;
	display:none;
	padding-top:0px;
	margin-top:0px;
	padding-right:0;
	clear:right;
}
#recuperar-pedido p{
	font-size:14px;
	text-align:center;
	padding:0px;
	line-height:35px;
	display:none;
	visibility:hidden;
}
#salir{
	width:115px;
	height:25px;
	float:right;
	margin-right:3%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-image:url(../jpg/salir.png);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	top:5;
	margin-bottom:5px;
	visibility:hidden;
	display:none;
}


#buscador {
	width: 90%;
	height: 100%;
	position: fixed;
	overflow-x:hidden;
	margin-top:0px;
	top:0;

}
	
#chat-negro, #chat-blanco, #chat-espera, #chat-blanco{
	visibility:hidden;
	display:none;
}

}
@media (max-width: 500px) {
 /* ESTILOS DEL MENÚ GENERAL */       
h2{
	font-size: 40px;
}
    
/* mostramos #nav-mobile */
#nav-mobile{ display: block;
	padding:0;
	float:left;
	margin-top:-55px;
}

/* Fijamos nuestro nav en 100% ancho y dejamos de flotarlo  */
#menu{
	width: 100%;
	float: none;
	padding-top: 60px;
	/*margin-top:30px;*/
	padding-left:0;
}

/* Convertimos nuestra lista de enlaces en un menú horizontal */
#menu ul{
	max-height: 0;
	overflow: hidden;
	padding:0 auto;
			
}
/* estilos para los LI del menu */
#menu li{
	float: none;
	margin:0;
	
}

/* Quitamos el borde del ultimo item del menú */
#menu li:last-child{
	border-bottom: 0;
}
#menu li a{
	padding: 15px 0;
	height: auto;
	line-height: normal;
	margin:0;
}

/* Agregamos una animación al despligue del menú */
#menu ul.open-menu{
	max-height: 400px;
	-webkit-transition: max-height .4s;
	-moz-transition: max-height .4s;
	-ms-transition: max-height .4s;
	-o-transition: max-height .4s;
	transition: max-height .4s;
}

#bienvenido{
	float:left;
	font-weight:400;
	font-size:13px;
	height:30px;
	text-align:center;
	font-family: "Hind", sans-serif;
	width:100%;
	line-height:35px;
	margin:0;
	padding:0;
	background-image:url(../jpg/bienvenido2.png);
	background-repeat:no-repeat;
	background-position:5px center;
	
	display: table-cell;
    vertical-align: middle;
	
	visibility:hidden;
	display:none;
	
}
/*
#articulos::-webkit-scrollbar{
	width: 12px;
	background-color:#4e4e4e;


}
#articulos::-webkit-scrollbar-track{
	background-color: #4e4e4e;
	-webkit-border-radius:10px;
    
}
#articulos::-webkit-scrollbar-thumb{
	background-color: #9a9b9d;
	border:4px solid #4e4e4e;
	width:5px;
	-webkit-border-radius:10px;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
#articulos::-webkit-scrollbar-thumb:hover{
	background-color: #9a9b9d;
	border:4px solid #4e4e4e;
	width:5px;
	-webkit-border-radius:10px;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
#buscador::-webkit-scrollbar{
	width: 12px;
	background-color:#dddddd;


}
#buscador::-webkit-scrollbar-track{
	background-color: #dddddd;
	-webkit-border-radius:10px;
    
}
#buscador::-webkit-scrollbar-thumb{
	background-color: #9a9b9d;
	border:4px solid #dddddd;
	width:5px;
	-webkit-border-radius:10px;
	 -webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
#buscador::-webkit-scrollbar-thumb:hover{
	background-color: #9a9b9d;
	border:4px solid #dddddd;
	width:5px;
	 -webkit-border-radius:10px;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
*/
#logo{
	width:140px;
	height:90px;
	float:left;
	background-image:url(../jpg/logo2.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:2%;
	padding-top:10px;
}
#opciones{
	width:100%;
	height:30px;
	float:left;
	font-size:13px;
	margin-right:0px;
	padding-top:0px;
	background-color:#FFF;/*PERSONALIZADO*/
	position:relative;
	visibility:hidden;
	text-align:center;
	display:table;
	
	

}
#suscribirme{
	width:28%;
	height:100%;
	float:left;
	/*line-height:15px;*/
	background-image:none;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:0px;
	margin: 0 auto;
	
	display: table-cell;
    vertical-align: middle;
	
	/*NO FUNCIONA EN APP*/
	/*Para centrar el texto
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;*/
}
#olvide{
	width:36%;
	height:100%;
	float:left;
	/*line-height:15px;*/
	background-image:none;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:0px;
	padding-top:0px;
	
	display: table-cell;
    vertical-align: middle;
	
	/*Para centrar el texto
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;*/
}
#cambiar{
	width:35%;
	height:100%;
	float:left;
	/*line-height:15px*/
	background-image:none;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:0px;
	padding-top:0px;
	
	display: table-cell;
    vertical-align: middle;
	
	/*Para centrar el texto
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;*/
}

/* ESTILOS DEL MENÚ ARTÍCULOS */
#menu2 .menu_bar {
	display:block;
	height:45px;
	width:125px;
	margin:0 auto;
	z-index:9999;
	left:0;
	margin-top:7px;
	background-image:url(../jpg/menu2.png);
	background-repeat:no-repeat;
	background-position:left;
	text-align:right;
	padding-right:7px;
	line-height:44px;
	border-radius:0px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-top-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	text-transform:uppercase;
	float:left;
	clear:left;
	visibility:visible;
		
}
#menu2 .menu_bar .bt-menu {
	display: block;
	overflow:hidden;
	font-size: 13px;
	text-decoration: none;
	font-weight:600;
	margin: 0 auto;
	padding:0 auto;
	z-index:9999;

}

#cerrar-buscador{
	width:70px;
	height:30px;
	float:left;
	cursor:pointer;
	line-height:40px;
	visibility:visible;
	display:block;

}

	
#ingreso{
	width:115px;
	height:25px;
	float:right;
	margin-right:1%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-image:url(../jpg/ingresar.png);
	background-repeat:no-repeat;
	background-position:5px 8px;
	cursor:pointer;
	visibility:visible;
	top:5;
	margin-bottom:5px;
}
#ingreso p{
	display:none;
	visibility:hidden;
}
#ver-pedido{
	width:50px;
	height:40px;
	margin-top:7px;
	font-size:12px;
	font-weight:400;
	text-align:center;
	line-height:16px;
	padding-top:5px;
	float:left;
	margin-left:4px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;



}
#buscarsimple{
	visibility:hidden;
	display:none;


}

/*BOTON BUSQUEDA AVANZADA CON ENCABEZADO2 LARGO*/
#buscar{
	width:40px;
	height:54px;
	padding-top:0px;
	text-align:center;
	float:right;
	font-weight:700;
	background-image:url(../jpg/buscar2.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-right:0%;
	bottom:0;
	padding-bottom:0px;
	margin-bottom:0;
	margin-top:6px;


}
/*BOTON BUSQUEDA AVANZADA CON ENCABEZADO2 CORTO
#buscar{
	width:40px;
	height:54px;
	margin-top:6px;
	padding-top:0px;
	text-align:center;
	float:right;
	margin-right:0%;
	bottom:0;
	padding-bottom:0px;
	margin-bottom:0;
	background-image:url(../jpg/buscar2.png);
	background-repeat:no-repeat;
	background-position:center center;

}*/
#ver-total{
	width:70px;
	height:45px;
	font-size:13px;
	text-align:left;
	margin-top:8px;
	float:left;
	line-height:25px;

	margin-left:3px;
	background-image:url(../jpg/total.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:28px;


}
#ver-total span{
	font-size:13px;
	text-align:left;
	font-weight:600;
	left:0px;

}
#buscador {
	width: 90%;
	height: 100%;
	position: fixed;
	right:-100%;
	overflow-x:hidden;
	margin-top:-0px;

}
#buscador  ul li {
	display: block;
	padding:0 auto;
	padding:10px;
	margin:0 auto;
}
	
#buscador  ul li .activo a{
	display: block;
	margin:0 auto;
	padding:0 auto;
	text-decoration:none;

}

#buscador  ul li a {
	display: block;
	margin:0 auto;
	padding:0 auto;
	text-decoration:none;
		
}

#buscador ul li:hover .children {
	display: none;
	margin:0 auto;
	padding:0 auto;
	
}
#buscador ul li .children {
	width: 90%;
	position: relative;
	margin:0 auto;
	padding:0 auto;
}

#buscador ul li .children li a {
	/*margin-left:20px;*/
	
}
#buscador ul li .caret {
	float: right;
	margin:0 auto;	
	padding:0 auto;
	
}
.busca-titu{
	height:30px;
	font-size:15px;
	font-weight:600;
	text-align:center;
		

}
.busca-boton{
	height:40px;
	border-radius:10px;
	width:120px;
	margin-top:15px;
	text-align:center;
	line-height:41px;
	font-weight:600;
	font-size:15px;


}
.busca-opcion{
	height:30px;
	font-size:14px;
	text-align:left;
		

}
.busca-precio1{
	width:50px;
	height:30px;
	font-size:14px;

}
.busca-precio2{
	width:50px;
	height:30px;
	font-size:14px;

}
.busca-precio2 input{
	width:50px;
	height:30px;
	font-size:15px;
	float:left;
	line-height:32px;

}
.busca-precio1 input{
	width:50px;
	height:30px;
	font-size:15px;
	text-align:left;
	float:left;
	line-height:32px;

}
.busca-precio{
	height:30px;
	font-size:14px;

}
.busca-preciotxt1{
	width:50px;
	font-size:14px;
	text-align:left;
	padding:0;
		

}
.busca-preciotxt2{
	width:55px;
	text-align:right;
	padding-right:5px;
	font-size:14px;
	
}
.busca-precio textarea{
	height:30px;
	width:40%;
	font-size:14px;	
	font-family: "Hind", sans-serif;
	line-height:30px;
	padding-left:5px;
	overflow:hidden;
	margin-left:5px;

}
.busca-opcion textarea{
	height:30px;
	width: 100%;
	font-size:14px;
	font-family: "Hind", sans-serif;
	line-height:30px;
	padding-left:10px;
	overflow:hidden;	

}
.busca-opcion select{
	height:30px;
	width:100%;
	font-size:14px;
	font-family: "Hind", sans-serif;
	color:#333;
	margin-top:10px;
	background:url(../jpg/select.png);
	background-repeat:no-repeat;
	background-position:right;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-color:#FFF;

}
.busca-opcion select option{
	outline:none;
	-moz-outline:none;
	-webkit-outline:none;
	border:none;
	-moz-border:none;
	-webkit-border:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;

}
.busca-opcion select:focus{
	height:30px;
	width:100%;
	font-size:14px;
	font-family: "Hind", sans-serif;
	color:#333;
	margin-top:10px;
	background:url(../jpg/select.png);
	background-repeat:no-repeat;
	background-position:right;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;

}
}


