body{
	font-family: 'PT Sans', sans-serif;
	padding:0;
	margin:0;

}
#table2 {
	font-size:10px;
	font-weight:700;
}
#table2 p{
	text-align:left;
	font-size:10px;
}
.ingresar a img{
	border-radius:5px;
}
.ingresar a{
	opacity: .70;
	-moz-opacity: .70;
	filter:alpha(opacity=70);
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
.ingresar a:hover{
	opacity: 100;
	-moz-opacity: 100;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
.olvidar a{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#666;
	text-align:left;
	text-decoration:none;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
.olvidar a:hover{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#000;
	text-align:left;
	text-decoration:none;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
}

.cambiar{
	text-align:right;
}

.cambiar a{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#666;
	text-align:right;
	text-decoration:none;
	padding-right:10px;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
}
.cambiar a:hover{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#000;
	text-align:right;
	text-decoration:none;
	padding-right:10px;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;

	
}
.obtener a{
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	padding-left:16px;
	padding-right:16px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:700;
	color:#FFF;
	text-align:center;
	background-color:#999;
	text-decoration:none;
	border-radius:5px;
	-webkit-transition:  background-color .6s ease;
	-moz-transition:  background-color .6s ease;
	-o-transition:  background-color .6s ease;
	transition: background-color .6s ease;

}
.obtener a:hover{
	background-color:#333;
	-webkit-transition:  background-color .6s ease in;
	-moz-transition:  background-color .6s ease in;
	-o-transition:  background-color .6s ease in;
	transition: background-color .6s ease in;
}
.continuar a{
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	padding-left:23px;
	padding-right:23px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:700;
	color:#FFF;
	text-align:center;
	background-color:#999;
	text-decoration:none;
	border-radius:5px;
	-webkit-transition:  background-color .6s ease;
	-moz-transition:  background-color .6s ease;
	-o-transition:  background-color .6s ease;
	transition: background-color .6s ease;

}
.continuar a:hover{
	background-color:#333;
	-webkit-transition:  background-color .6s ease in;
	-moz-transition:  background-color .6s ease in;
	-o-transition:  background-color .6s ease in;
	transition: background-color .6s ease in;
}
#email_cli {
	width:300px;
	height:30px;
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	color:#000;
	outline:0px;
	border:2px;
	border-style:solid;
	border-color:#dbdbdb;
	border-radius:5px;
	cursor:text;
	padding:2px;
	background-color:#FFF;
	margin-left:10px;

	
}
#email_cli:focus {
	width:300px;
	height:30px;
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	color:#000;
	outline:0px;
	border:2px;
	border-style:solid;
	border-color:#ababab;
	border-radius:5px;
	background-color:#FFF;
	cursor:text;
	padding:2px;
	margin-left:10px;

	
}

#email_cli2 {
	width:300px;
	height:30px;
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	color:#000;
	outline:0px;
	border:2px;
	border-style:solid;
	border-color:#dbdbdb;
	border-radius:5px;
	cursor:text;
	padding:2px;
	background-color:#FFF;
	margin-left:10px;
	
}
#email_cli2:focus {
	width:300px;
	height:30px;
	font-size:13px;
	color:#000;
	outline:0px;
	border:2px;
	border-style:solid;
	border-color:#ababab;
	border-radius:5px;
	background-color:#FFF;
	cursor:text;
	padding:2px;
	margin-left:10px;
	
}


#clave_cli {
	width:300px;
	height:30px;
	font-size:13px;
	color:#000;
	outline:0px;
	border:2px;
	border-style:solid;
	border-color:#dbdbdb;
	border-radius:5px;
	cursor:text;
	padding:2px;
	background-color:#FFF;
	margin-left:18px;

	
}
#clave_cli:focus {
	width:300px;
	height:30px;
	font-size:13px;
	color:#000;
	outline:0px;
	border:2px;
	border-style:solid;
	border-color:#ababab;
	border-radius:5px;
	cursor:text;
	padding:2px;
	background-color:#fff;
	margin-left:18px;

	
	
}
.salir a{
	cursor:pointer;
	webkit-box-shadow: 0px 0px 0px px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
	-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;
	
}
.salir a:hover{
	cursor:pointer;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.80);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.80);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.80);
	-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;
	
}



/*FONDOS DE LOS ALERTAS*/
#alerta-fondo{
	width:100%;
	height:100%;
	background-color:#eeeeee; /*Personalizado*/
	opacity:.80;
	margin:0 auto;
	padding:0;
	position:fixed;
	text-align:left;
	z-index:99998;
	top:0;
	left:0;
}
/*
#chat-fondo{
	width:100%;
	height:100%;
	background-color:#000; /*Personalizado
    opacity:.4;
	margin:0 auto;
	padding:0;
	position:fixed;
	text-align:left;
	z-index:9997;
	top:0;
	left:0;
}*/
#chat-fondo-verificar{
	width:100%;
	height:100%;
	background-color:#000; /*Personalizado*/
    opacity:.4;
	margin:0 auto;
	padding:0;
	position:fixed;
	text-align:left;
	z-index:99998;
	top:0;
	left:0;
}
#ingresar-fondo{
	width:100%;
	height:100%;
	background-color:#eeeeee; /*Personalizado*/
	opacity:.80;
	margin:0 auto;
	padding:0;
	position:fixed;
	text-align:center;
	z-index:9998;
	left:0;
	top:0;
}
#olvide-fondo{
	width:100%;
	height:100%;
	background-color:#eeeeee; /*Personalizado*/
	opacity:.80;
	margin:0 auto;
	padding:0;
	position:fixed;
	text-align:center;
	z-index:9998;
	top:0;
	left:0;
}
#cambiar-fondo{
	width:100%;
	height:100%;
	background-color:#eeeeee; /*Personalizado*/
	opacity:.80;
	margin:0 auto;
	padding:0;
	position:fixed;
	text-align:center;
	z-index:9998;
	top:0;
	left:0;
}
#alerta{
	width:50%;
	background-color:#EEE; /*Personalizado*/
	border-radius:5px;
	color:#444444; /*Personalizado*/
	font-size:16px;
	padding-bottom:30px;
	left:25%;
	top:10%;
	margin:0 auto;
	z-index:999999;
	position:fixed;
	vertical-align:top;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	overflow:auto, 80%;
	overflow-y:visible;
	overflow-x:hidden;
	text-align:left;
	

}

#verificar-espera1{
	width:40%;
	height:40%;
	opacity:100;
	color:#FFF;
	background-color:#f05a28;
	z-index:999999;
	position:fixed;
	border-radius:10px;
	left:30%;
	top:10%;
	margin-left:-20px;
	padding-top:55px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../jpg/verificar1.png);
	background-position:center 20px;
	background-repeat:no-repeat;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	overflow:auto, 80%;
	overflow-y:visible;
	overflow-x:hidden;
	text-align:left;
}

#verificar-espera2{
	width:40%;
	height:50%;
	opacity:100;
	color:#FFF;
	background-color:#f05a28;
	z-index:999999;
	position:fixed;
	border-radius:10px;
	left:30%;
	top:10%;
	margin-left:-20px;
	padding-top:55px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../jpg/verificar2.png);
	background-position:center 20px;
	background-repeat:no-repeat;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	overflow:auto, 80%;
	overflow-y:visible;
	overflow-x:hidden;
	text-align:left;
}

#verificar-espera3{
	width:40%;
	height:40%;
	opacity:100;
	color:#FFF;
	background-color:#f05a28;
	z-index:999999;
	position:fixed;
	border-radius:10px;
	left:30%;
	top:10%;
	margin-left:-20px;
	padding-top:55px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../jpg/verificar1.png);
	background-position:center 20px;
	background-repeat:no-repeat;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	overflow:auto, 80%;
	overflow-y:visible;
	overflow-x:hidden;
	text-align:left;

}
#sesion-terminada{
	width:30%;
	height:32%;
	opacity:100;
	color:#FFF;
	background-color:#f05a28;
	z-index:9999;
	position:fixed;
	border-radius:10px;
	left:35%;
	top:10%;
	margin-left:-20px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	overflow:hidden;
	text-align:left;
}
#alerta-continuar-pedido{
	width:30%;
	height:40%;
	opacity:100;
	color:#FFF;
	background-color:#f05a28;
	z-index:99999;
	position:fixed;
	border-radius:10px;
	left:35%;
	top:10%;
	margin-left:-20px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	overflow:hidden;
	text-align:left;
}
#actualizando-base{
	width:calc(40% - 40px);
	height:calc(44% - 40px);
	opacity:100;
	color:#FFF;
	background-color:#FFF;
	z-index:9999;
	position:fixed;
	border-radius:10px;
	margin-left:30%;
	margin-top:10%;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	overflow:hidden;
	text-align:left;
	overflow:auto, 44%;
	overflow-y:visible;
	overflow-x:hidden;
}/*
@media (max-width: 1300px){
#actualizando-base{
	width:calc(40% - 40px);
	height:calc(50% - 40px);
	margin-left:30%;
	overflow:auto, 50%;
	overflow-y:visible;
	overflow-x:hidden;
}
}
@media (max-width: 1000px){
#actualizando-base{
	width:calc(50% - 40px);
	height:calc(50% - 40px);
	margin-left:25%;
}
}
@media (max-width: 790px){
#actualizando-base{
	width:calc(70% - 40px);
	height:calc(50% - 40px);
	margin-left:15%;
}
}
@media (max-width: 600px){
#actualizando-base{
	width:calc(78% - 40px);
	height:calc(85% - 40px);
	margin-left:11%;
	overflow:auto, 85%;
	overflow-y:visible;
	overflow-x:hidden;
}
}*/
#verificar-espera1 h1, #verificar-espera2 h1, #verificar-espera3 h1, #sesion-terminada h1, #alerta-continuar-pedido h1{
	font-size:20px;
	font-weight:700;
	font-family: 'Cuprum', sans-serif;
	padding:0;
	margin-top:15px;
	text-align:center;
	
}
#actualizando-base h1{
	font-size:14px;
	font-weight:700;
	font-family: 'PT Sans', sans-serif;
	padding:0;
	margin-top:0px;
	text-align:center;
	color:#000;
	
}
#actualizando-base P{
	padding:0;
	font-size:14px;
	font-weight:400;
	text-align:left;
	font-family: 'PT Sans', sans-serif;
	color:#333;
	
}
#verificar-espera1 p, #verificar-espera2 p, #verificar-espera3 p, #sesion-terminada p, #alerta-continuar-pedido p{
	padding:0;
	font-size:14px;
	font-weight:400;
	text-align:center;
	
}

#cerrar_alerta2{
	width:28px;
	height:28px;
	float:right;
	margin-top:-45px;
	margin-right:-10px;
	cursor:pointer;
}
/*
#chat{
	width:80%;
    height:96%;
    background-color:#EEE; /*Personalizado
	border-radius:6px;
	color:#444444; /*Personalizado
	font-size:16px;
	left:10%;
	top:2%;
	margin: 0 auto;
	z-index:9999;
	position:fixed;
	vertical-align:top;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	overflow:auto, 80%;
	overflow-y:visible;
	overflow-x:hidden;
	

}*/
#verificar-iniciar{
	height:30px;
	background-color:#000;
	line-height:30px;
	font-size:15px;
	color:#FFF;
	width:40%;
	margin-left:30%;
	border-radius:3px;
	bottom:0;
	text-align:center;
	margin-top:10px;
	opacity:0.7;
	cursor:pointer;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
}
#verificar-iniciar:hover{
	opacity:100;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
}
#sesion-terminada-aceptar{
	height:30px;
	background-color:#000;
	line-height:30px;
	font-size:15px;
	color:#FFF;
	width:40%;
	margin-left:30%;
	border-radius:3px;
	bottom:0;
	text-align:center;
	margin-top:20px;
	opacity:0.7;
	cursor:pointer;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
}
#sesion-terminada-aceptar:hover{
	opacity:100;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
}
#continuar-pedido-aceptar{
	height:30px;
	background-color:#000;
	line-height:30px;
	font-size:15px;
	color:#FFF;
	width:40%;
	margin-left:30%;
	border-radius:3px;
	bottom:0;
	text-align:center;
	margin-top:20px;
	opacity:0.7;
	cursor:pointer;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
}
#continuar-pedido-aceptar:hover{
	opacity:100;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
}
#verificar-si{
	height:30px;
	background-color:#000;
	line-height:30px;
	font-size:14px;
	color:#FFF;
	width:40%;
	margin-left:8%;
	border-radius:3px;
	text-align:center;
	margin-top:10px;
	opacity:0.7;
	cursor:pointer;
	margin-right:4%;
	float:left;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
}
#verificar-si:hover{
	opacity:100;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
}
#verificar-espero{
	height:30px;
	background-color:#000;
	line-height:30px;
	font-size:14px;
	color:#FFF;
	width:40%;
	border-radius:3px;
	text-align:center;
	margin-top:10px;
	opacity:0.7;
	cursor:pointer;
	float:left;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
}
#verificar-espero:hover{
	opacity:100;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
}

#verificar-mastarde, #verificar-espero2{
	height:30px;
	background-color:#000;
	line-height:30px;
	font-size:14px;
	color:#FFF;
	width:50%;
	border-radius:3px;
	text-align:center;
	margin-top:10px;
	opacity:0.7;
	cursor:pointer;
	float:left;
	margin-left:25%;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
}
#verificar-mastarde:hover, #verificar-espero2:hover{
	opacity:100;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
}
#alerta-verificar{
	visibility:hidden;

}
#alerta-verificar2{
	visibility:hidden;

}

#alerta-verificar3{
	visibility:hidden;
}

#alerta-sesion-terminada{
	visibility:hidden;
}
#alerta-pedido{
	visibility:hidden;
}
#alerta-actualizando{
	visibility:hidden;

}
#alerta-body{
	visibility:hidden;

}
/*
#chat-body{
	visibility:hidden;

}*/
#ingresar-body{
	visibility:hidden;

}
#alerta-body-pedido{
	visibility:hidden;

}
#olvide-body{
	visibility:hidden;

}
#titu-alerta{
	color:#444444; /*Personalizado*/
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	height:40px;
	text-align:left;

}
#txt-alerta{
	color:#444444; /*Personalizado*/
	font-size:15px;
	font-weight:400;
	line-height:20px;
	text-align:left;

}

#cambiar-clave{
	width:50%;
	background-color:#EEE; /*Personalizado*/
	border-radius:5px;
	color:#444444; /*Personalizado*/
	font-size:16px;
	padding-bottom:30px;
	top:10%;
	left:25%;
	z-index:9999;
	position:fixed;
	text-align:left;
	vertical-align:top;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	overflow:auto;
	overflow-x:hidden;
	display:block;
	

}
#alerta-ingresar{
	overflow:auto;
	overflow-x:hidden;

	width:50%;
    background-color:#EEE; /*Personalizado*/
	border-radius:6px;
	color:#444444; /*Personalizado*/
	font-size:16px;
	left:25%;
	top:10%;
	padding-bottom:30px;
	margin:0 auto;
	z-index:9999;
	position:fixed;
	vertical-align:top;
	text-align:left;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	
	

}

#alerta-olvide{
	width:50%;
	background-color:#EEE; /*Personalizado*/
	border-radius:5px;
	color:#444444; /*Personalizado*/
	font-size:16px;
	padding-bottom:30px;
	top:10%;
	left:25%;
	z-index:9999;
	position:fixed;
	text-align:left;
	vertical-align:top;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	overflow:auto, 80%;
	overflow-y:visible;
	overflow-x:hidden;
	

}
#cambiar-body{
	visibility:hidden;

}
#titu-cambiar{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	height:40px;

}
#txt-cambiar{
	color:#444444;
	font-size:15px;
	font-weight:400;
	

}
#clave1{
	color:#000;
	font-size:14px;
	font-weight:400;
	background-color:#FFF;
	height:30px;
	line-height:30px;
	width:320px;
	padding-left:5px;
	padding-right:5px;
	margin-left:10px;
	border-radius:5px;
	outline:none;
	border:2px;
	border-color:#dbdbdb;
	border-style:solid;


}
#clave1:focus{
	border-color:#ababab;


}
#clave2{
	color:#000;
	font-size:14px;
	font-weight:400;
	background-color:#FFF;
	height:30px;
	line-height:30px;
	width:320px;
	padding-left:5px;
	padding-right:5px;
	margin-left:10px;
	border-radius:5px;
	outline:none;
	border:2px;
	border-color:#dbdbdb;
	border-style:solid;


}
#clave2:focus{
	color:#000;
	font-size:14px;
	font-weight:400;
	background-color:#FFF;
	height:30px;
	line-height:30px;
	width:320px;
	padding-left:5px;
	padding-right:5px;
	margin-left:10px;
	border-radius:5px;
	outline:none;
	border:2px;
	border-color:#ababab;
	border-style:solid;
	


}
#clave22{
	color:#000;
	font-size:14px;
	font-weight:400;
	background-color:#FFF;
	height:30px;
	line-height:30px;
	width:320px;
	padding-left:5px;
	padding-right:5px;
	margin-left:18px;
	border-radius:5px;
	outline:none;
	border:2px;
	border-color:#dbdbdb;
	border-style:solid;

}
#clave22:focus{
	color:#000;
	font-size:14px;
	font-weight:400;
	background-color:#FFF;
	height:30px;
	line-height:30px;
	width:320px;
	padding-left:5px;
	padding-right:5px;
	margin-left:18px;
	border-radius:5px;
	outline:none;
	border:2px;
	border-color:#ababab;
	border-style:solid;


}
#email_cliente{
	font-family: 'PT Sans', sans-serif;
	color:#000;
	font-size:14px;
	font-weight:400;
	background-color:#FFF;
	height:30px;
	line-height:30px;
	width:356px;
	padding-left:5px;
	padding-right:5px;
	margin-left:10px;
	border-radius:5px;
	outline:none;
	border:2px;
	border-color:#dbdbdb;
	border-style:solid;


}
#email_cliente:focus{
	font-family: 'PT Sans', sans-serif;
	color:#000;
	font-size:14px;
	font-weight:400;
	background-color:#FFF;
	height:30px;
	line-height:30px;
	width:356px;
	padding-left:5px;
	padding-right:5px;
	margin-left:10px;
	border-radius:5px;
	outline:none;
	border:2px;
	border-color:#ababab;
	border-style:solid;



}

#cerrar_alerta3, #cerrar_alerta{
	width:24px;
	height:24px;
	float:right;
	vertical-align:top;
	top:15px;
	margin-right:10px;
	cursor:pointer;
}

#pedido-gracias{
	width:40%;
	color:#666;
	text-align:left;
	vertical-align:top;
	font-weight:700;
	vertical-align:bottom;
	float:left;
	margin-left:3%;
	margin-top:15px;
	
	
}
#pedido-gracias h1{
	color:#000;
	font-size:16px;
	text-align:left;
	vertical-align:top;
	font-weight:700;
	padding:0;
	margin:0;
	float:left;
	
}
#pedido-gracias h3{
	color:#000;
	font-size:15px;
	text-align:left;
	vertical-align:top;
	font-weight:400;
	padding:0;
	margin:0;
	float:left;
	
}

#pedido-numero{
	width:40%;
	float:left;
	color:#666;
	font-size:16px;
	text-align:center;
	vertical-align:top;
	font-weight:700;
	line-height:40px;
	border:2px;
	border-color:#dbdbdb;
	border-style:solid;
	background-color:#FFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-left:3%;
	margin-top:15px;
	clear:left;
	
}
#pedido-numero span{
	color:#000;
	font-size:21px;

	
}

#pedido-contacto{
	width:40%;
	float:right;
	color:#333;
	font-size:14px;
	text-align:left;
	vertical-align:top;
	font-weight:400;
	margin-right:3%;
	margin-top:-58px;
	padding-left:20px;
	line-height:20px;
	
}

#pedido-contacto span{
	font-weight:700;
	color:#000;
	padding-top:5px;
	padding-right:5px;

	
}

#lista-fondo{
	width:100%;
	height:100%;
	background-color:#000000;/*Personalizado*/
    opacity:.4;
	margin:0 auto;
	padding:0;
	position:fixed;
	text-align:left;
	z-index:9998;
	top:0;
	left:0;
}
#lista{
	width:70%;
    height:calc(96% - 50px);
    background-color:#EEE; /*Personalizado*/
	border-radius:6px;
	color:#444444; /*Personalizado*/
	font-size:16px;
	left:15%;
	top:2%;
	padding-bottom:50px;
	margin: 0 auto;
	z-index:9999;
	position:fixed;
	vertical-align:top;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	overflow:auto, 80%;
	overflow-y:visible;
	overflow-x:hidden;		

}


#lista h1{
	text-align:left;
	color:#999;
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	background-image:url(../jpg/milista.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:55px;
	height:70px;
	line-height:70px;
	width:calc(90% - 55px);
	margin-left:5%;
	margin-top:10px;
	border-bottom:1px;
	border-bottom-color:#999;
	border-bottom-style:solid;
	

}
#milista-articulo{
	width:85%;
	margin-left:5%;
	background-color:#FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	margin-top:5px;
	height:60px;
	padding-left:5px;
	padding-right:5px;
	
}
#milista-foto{
	width:60px;
	height:60px;
	float:left;
	margin-right:10px;
	background-color:#FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	line-height:56px;
	
}
#milista-foto img{
	cursor:pointer;
	max-height:40px;
	width:auto;
	max-width:40px;
	border-radius:5px;
	-moz-border-radius:5px;
	vertical-align:middle;
	
	
}
#milista-codigo{
	color:#000;
	font-size:12px;
	float:left;
	margin-right:10px;
	height:20px;
	line-height:20px;
	margin-top:10px;
	
}
#milista-nombre{
	color:#999;
	font-size:12px;
	float:left;
	height:20px;
	line-height:20px;
	width:50%;
	margin-top:10px;
	
}
#milista-eliminar{
	color:#fff;
	font-size:13px;
	float:right;
	height:30px;
	line-height:30px;
	margin-right:10px;
	border-radius:5px;
	background-color:#666;
	padding-left:30px;
	padding-right:5px;
	margin-top:15px;
	background-image:url(../jpg/milista-eliminar.png);
	background-position:3px center;
	background-repeat:no-repeat;
	cursor:pointer;
	opacity:0.7;
	/*-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;*/ /*ELIMINO LAS TRANSICIONES PARA EVITAR QUE LOS BOTONES TARDEN EN DESAPARECER*/
	
}
#milista-eliminar:hover, #milista-detalle:hover{
	opacity:100;
	/*-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;*/

}
#milista-detalle{
	color:#fff;
	font-size:13px;
	float:right;
	height:30px;
	line-height:30px;
	margin-right:10px;
	border-radius:5px;
	background-color:#000;
	padding-left:25px;
	padding-right:5px;
	margin-top:15px;
	background-image:url(../jpg/milista-detalle.png);
	background-position:3px center;
	background-repeat:no-repeat;
	cursor:pointer;
	opacity:0.7;
	/*-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;*/
	
}
#lista-body{
	visibility:hidden;

}



#cerrar_lista{
	width:24px;
	height:24px;
	float:right;
	vertical-align:top;
	margin-top:10px;
	margin-right:10px;
	cursor:pointer;
}
#cerrar_detalle{
	width:24px;
	height:24px;
	float:right;
	vertical-align:top;
	margin-top:0px;
	margin-right:0px;
	cursor:pointer;

}
#milista-chat{
	height:40px;
	line-height:40px;
	width:calc(30% - 36px);
	float:left;
	clear:left;
	margin-left:35%;
	background-color:#e13a03;
	margin-top:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	opacity:0.7;
	cursor:pointer;
	padding-left:36px;
	background-image:url(../jpg/milista-chat.png);
	background-position:10px center;
	background-repeat:no-repeat;
	/*-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;*/
}
#milista-chat a{
	text-decoration:none;
	color:inherit;
	
}
#milista-email a{
	text-decoration:none;
	color:inherit;
	
}
#milista-email{
	height:40px;
	line-height:40px;
	width:calc(30% - 36px);
	margin-left:35%;
	float:left;
	clear:left;
	background-color:#000;
	margin-top:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	opacity:0.7;
	cursor:pointer;
	padding-left:36px;
	background-image:url(../jpg/milista-mail.png);
	background-position:10px center;
	background-repeat:no-repeat;
	/*-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;*/
}
#milista-email:hover, #milista-chat:hover{
	opacity:100;
	/*-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;*/
}
#producto-detalle{
	width:50%;
	height:85%;
	left:25%;
	top:5%;
	padding-top:20px;
	margin:0 auto;
	vertical-align:top;
	background-color:#FFF;
	z-index:99997;
	position:fixed;
	border-radius:6px;
	-moz-border-radius:6px;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	overflow-y:visible;
	overflow-x:hidden;
	visibility:hidden;
}
#producto-detalle-fondo{
	visibility:hidden;	
}
#msg-pop{
	width:40%;
	position:fixed;
	left:30%;
	height:auto;
	background-color:#FFF; /*Personalizado*/
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	//top:125px;
	color:#333;
	padding-top:30px;
	padding-bottom:30px;
	z-index:99999;
	border-bottom:1px;
	border-bottom-color:#666;
	border-bottom-style:solid;
	border-left:1px;
	border-left-color:#666;
	border-left-style:solid;
	border-right:1px;
	border-right-color:#666;
	border-right-style:solid;
    visibility:hidden;
}
#msg-pop2{
	width:30%;
	position:fixed;
	left:0%;
	height:auto;
	background-color:#FFF; /*Personalizado*/
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	bottom:0%;
	color:#333;
	padding-top:30px;
	padding-bottom:30px;
	z-index:99999;
	border-top:1px;
	border-top-color:#666;
	border-top-style:solid;
	border-left:1px;
	border-left-color:#666;
	border-left-style:solid;
	border-right:1px;
	border-right-color:#666;
	border-right-style:solid;
    visibility:hidden;

}
#msg-pop p, #msg-pop2 p{
	width:90%;
	margin-left:5%;
	
}
#cerrar_pop{
	width:24px;
	height:24px;
	float:right;
	vertical-align:top;
	margin-top:-10px;
	margin-right:20px;
	cursor:pointer;
}
.cerrar-negro{	
}
.cerrar-blanco{
	visibility:hidden;
	display:none;
}

/*SUSCRIPTOS ALERT*/
#suscriptos-pop{width:300px;max-width:300px;height:400px;position:fixed;left:0;top:calc(50% - 200px);background-color:transparent; /*Personalizado*/border-top-right-radius:10px;border-bottom-right-radius:10px; color:#333;z-index:99999;font-family: 'Hind', sans-serif; background-image:url(../jpg/suscriptos-img.jpg);background-position:center top;background-repeat:no-repeat;
    /*visibility:hidden;*/
}
#suscriptos-pop #cerrar_alerta3{margin-top:10px; background-color:#fff; padding:5px; border-radius:50%;
}
#suscriptos-txt{float:left;width:90%; height:100%;text-align:center;margin-left:5%;margin-top:70px;
}
#suscriptos-txt p{width:100%;font-size:22px;text-transform:uppercase;color:#FFF;font-weight:400;padding-bottom:20px;
}
#suscriptos-txt input{float:left;width:100%;margin-top:10px;border:0;outline:0;text-align:center;padding-top:10px;padding-bottom:10px;background-color:#f1f1f1;font-size:14px;
}
#suscriptos-txt img{margin-top:20px;cursor:pointer;
}
#suscriptos-txt input::-webkit-input-placeholder /* WebKit */ {font-family: 'Hind', sans-serif; /*Personalizado*/color:#333;opacity:100;
}
#suscriptos-txt input:-moz-placeholder /* Firefox 18- */{font-family: 'Hind', sans-serif; /*Personalizado*/color:#333;opacity:100;
} 
#suscriptos-txt input::-moz-placeholder /* Firefox 19+ */{font-family: 'Hind', sans-serif; /*Personalizado*/color:#333;opacity:100;
} 
#suscriptos-txt input:-ms-input-placeholder /* IE 10+ */{font-family: 'Hind', sans-serif; /*Personalizado*/color:#333;opacity:100;
} 
#suscriptos-txt input::-webkit-input-placeholder{font-family: 'Hind', sans-serif; /*Personalizado*/color:#333;opacity:100;	
}
#suscriptos-alert #alerta-fondo{ display: none; }
@media (max-width: 1200px) {
#milista-codigo{
	height:20px;
	line-height:20px;
	margin-top:0;
	
}
#milista-nombre{
	height:30px;
	line-height:15px;
	clear:left;
	margin-top:-40px;
	margin-left:70px;	
	
}

#milista-articulo{
	height:60px;
	
}
#milista-foto img{
	line-height:60px;
	
}
#milista-detalle{
	margin-top:-45px;
	margin-right:100px;
}
#milista-eliminar{
	margin-top:-45px;
}
}
@media (max-width: 1100px) {
#sesion-terminada, #alerta-continuar-pedido{
	width:50%;
	height:52%;
	left:25%;
	top:10%;
}	
#pedido-gracias{
	width:90%;
	text-align:left;
	vertical-align:top;
	font-weight:700;
	vertical-align:bottom;
	float:left;
	margin-left:5%;
	margin-top:25px;
	
}
#pedido-gracias h1{
	font-size:16px;
	text-align:left;
	vertical-align:top;
	font-weight:700;
	padding:0;
	margin:0;
	float:left;
	
}
#pedido-gracias h3{
	font-size:15px;
	text-align:left;
	vertical-align:top;
	font-weight:400;
	padding:0;
	margin:0;
	float:left;
	
}

#pedido-numero{
	width:60%;
	float:left;
	font-size:16px;
	text-align:center;
	vertical-align:top;
	font-weight:700;
	line-height:40px;
	border:2px;
	border-color:#dbdbdb;
	border-style:solid;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-left:20%;
	margin-top:15px;
	clear:left;
	
}
#pedido-numero span{
	font-size:21px;

	
}

#pedido-contacto{
	width:90%;
	float:left;
	font-size:14px;
	text-align:left;
	vertical-align:top;
	font-weight:400;
	margin-right:5%;
	margin-top:20px;
	padding-left:20px;
	line-height:20px;
	
}

#pedido-contacto span{
	font-weight:700;
	padding-top:5px;
	padding-right:5px;

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

#lista{
	width:96%;
	left:2%;	

}


#milista-codigo{
	font-size:12px;
	height:20px;
	line-height:25px;
}
#milista-nombre{
	width:70%;
	line-height:10px;
	height:40px;
	font-size:12px;
	margin-top:-50px;
}
#milista-detalle{
	height:20px;
	float:left;
	margin-top:-25px;
	margin-left:150px;
	margin-right:0;
	line-height:20px;
	padding-left:20px;
	background-image:url(../jpg/milista-detalle2.png);
}
#milista-eliminar{
	margin-top:-25px;
	height:20px;
	float:left;
	margin-left:70px;
	line-height:20px;
	padding-left:20px;
	background-image:url(../jpg/milista-eliminar2.png);
}
#milista-articulo{
	height:70px;
	
}

#milista-foto{
	height:70px;
	line-height:65px;
	
}

#verificar-espera2{
	height:50%;
}
#verificar-si{
	width:70%;
	clear:left;
	margin-left:15%;
	margin-right:0%;
}
#verificar-espero{
	width:70%;
	clear:left;
	margin-left:15%;
}
#verificar-espero:hover{
	width:70%;
	clear:left;
	margin-left:15%;
	-webkit-transition:  none .5s ease;
	-moz-transition:  none .5s ease;
	-o-transition:  none .5s ease;
	transition: none .5s ease;
	
}
#verificar-mastarde, #verificar-espero2{
	width:70%;
	margin-left:15%;
	
}
#verificar-mastarde:hover, #verificar-espero2:hover{
	width:70%;
	margin-left:15%;
	-webkit-transition:  none .5s ease;
	-moz-transition:  none .5s ease;
	-o-transition:  none .5s ease;
	transition: none .5s ease;
	
}

#lista{
	width:90%;
	left:5%;
	height:90%;
	padding-bottom:30px;

}
#producto-detalle{	
	width:94%;
	left:3%;

}
#alerta-ingresar{
	overflow:auto, 70%;
	overflow-x:hidden;

	width:80%;
	height:65%;
    background-color:#EEE; /*Personalizado*/
	border-radius:6px;
	color:#444444; /*Personalizado*/
	font-size:16px;
	left:10%;
	top:5%;
	padding-bottom:30px;
	margin:0 auto;
	z-index:9999;
	position:fixed;
	vertical-align:top;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	
	

}
#alerta-olvide{
	overflow:auto, 65%;
	overflow-x:hidden;

	width:80%;
	height:55%;
    background-color:#EEE; /*Personalizado*/
	border-radius:6px;
	color:#444444; /*Personalizado*/
	font-size:16px;
	left:10%;
	top:5%;
	padding-bottom:30px;
	margin:0 auto;
	z-index:9999;
	position:fixed;
	vertical-align:top;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	
	

}
#cambiar-clave{
	overflow:auto, 81%;
	overflow-x:hidden;

	width:90%;
	height:80%;
    background-color:#EEE; /*Personalizado*/
	border-radius:6px;
	color:#444444; /*Personalizado*/
	font-size:16px;
	left:5%;
	top:5%;
	padding-bottom:30px;
	margin:0 auto;
	z-index:9999;
	position:fixed;
	vertical-align:top;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	
	

}

@media (max-width: 795px) {


/*SUSCRIPTOS ALERT*/
#suscriptos-pop{width:80%;}
}
#milista-chat{
	width:40%;
	margin-left:25%;
	font-size:13px;
}
#milista-email{
	width:40%;
	margin-left:25%;
	font-size:13px;
}
#sesion-terminada-aceptar{
	width:60%;
	margin-left:20%;
	
}
#sesion-terminada-aceptar:hover{
	width:60%;
	margin-left:20%;
	-webkit-transition:  none .5s ease;
	-moz-transition:  none .5s ease;
	-o-transition:  none .5s ease;
	transition: none .5s ease;
	
}
#sesion-terminada, #alerta-continuar-pedido{
	width:40%;
	height:35%;
	left:30%;
	margin-left:-10px;
	padding-left:10px;
	padding-right:10px;

}
#verificar-espera1 h1, #verificar-espera2 h1, #verificar-espera3 h1, #sesion-terminada h1, #alerta-continuar-pedido h1{
	font-size:18px;
	margin-top:10px;
	
}
#msg-pop{
	width:80%;
	left:10%;
}
#msg-pop2{
	width:80%;
}
}
@media (max-width: 768px) {
#sesion-terminada, #alerta-continuar-pedido{
	width:70%;
	height:70%;
	left:15%;
}
#email_cli {
	width:90%;
	height:30px;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	outline:0px;
	border:2px;
	border-style:solid;
	border-color:#dbdbdb;
	border-radius:5px;
	cursor:text;
	padding:2px;
	margin-left:0px;

	
}
#email_cli:focus {
	width:90%;
	height:30px;
	font-size:14px;
	outline:0px;
	border:2px;
	border-style:solid;
	border-color:#ababab;
	border-radius:5px;
	cursor:text;
	padding:2px;
	margin-left:0px;

	
}

#email_cli2 {
	width:90%;
	height:30px;
	font-size:14px;
	outline:0px;
	border:2px;
	border-style:solid;
	border-color:#dbdbdb;
	border-radius:5px;
	cursor:text;
	padding:2px;
	margin-left:0px;
	
}
#email_cli2:focus {
	
	width:90%;
	height:30px;
	font-size:14px;
	outline:0px;
	border:2px;
	border-style:solid;
	border-color:#ababab;
	border-radius:5px;
	cursor:text;
	padding:2px;
	margin-left:0px;
}


#clave_cli {
	width:90%;
	height:30px;
	font-size:14px;
	outline:0px;
	border:2px;
	border-style:solid;
	border-color:#dbdbdb;
	border-radius:5px;
	cursor:text;
	padding:2px;
	margin-left:0px;

	
}
#clave_cli:focus {
	
	width:90%;
	height:30px;
	font-size:14px;
	outline:0px;
	border:2px;
	border-style:solid;
	border-color:#ababab;
	border-radius:5px;
	cursor:text;
	padding:2px;
	margin-left:0px;


	
}
.salir a{
	cursor:pointer;
	webkit-box-shadow: 0px 0px 0px px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
	-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;
	
}
.salir a:hover{
	cursor:pointer;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.80);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.80);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.80);
	-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;
	
}
#alerta{
	width:90%;
	border-radius:5px;
	font-size:16px;
	padding-bottom:30px;
	left:5%;
	top:5%;
	margin:0 auto;
	position:fixed;
	vertical-align:top;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	overflow:auto, 80%;
	overflow-y:visible;
	overflow-x:hidden;
	

}
#alerta-body{
	visibility:hidden;

}
#ingresar-body{
	visibility:hidden;

}
#olvide-body{
	visibility:hidden;

}
#titu-alerta{
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	height:40px;
	text-align:left;

}
#txt-alerta{
	font-size:14px;
	font-weight:400;
	line-height:20px;
	text-align:left;

}

/*
#alerta-ingresar{
	width:90%;
	border-radius:5px;
	font-size:16px;
	padding-bottom:30px;
	top:5%;
	left:5%;
	position:fixed;
	text-align:left;
	vertical-align:top;
	webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
	overflow:auto, 80%;
	overflow-y:visible;
	overflow-x:hidden;
	

}*/

#cambiar-body{
	visibility:hidden;

}
#titu-cambiar{
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	height:40px;

}
#txt-cambiar{
	font-size:15px;
	font-weight:400;
	

}
#clave1{
	font-size:14px;
	font-weight:400;
	height:30px;
	line-height:30px;
	width:90%;
	padding-left:5px;
	padding-right:5px;
	margin-left:0px;
	border-radius:5px;
	outline:none;
	border:2px;
	border-color:#dbdbdb;
	border-style:solid;


}
#clave1:focus{
	font-size:14px;
	font-weight:400;
	height:30px;
	line-height:30px;
	width:90%;
	padding-left:5px;
	padding-right:5px;
	margin-left:0px;
	border-radius:5px;
	outline:none;
	border:2px;
	border-color:#ababab;
	border-style:solid;
	

}
#clave2{
	font-size:14px;
	font-weight:400;
	height:30px;
	line-height:30px;
	width:90%;
	padding-left:5px;
	padding-right:5px;
	margin-left:0px;
	border-radius:5px;
	outline:none;
	border:2px;
	border-color:#dbdbdb;
	border-style:solid;


}
#clave2:focus{
	font-size:14px;
	font-weight:400;
	height:30px;
	line-height:30px;
	width:90%;
	padding-left:5px;
	padding-right:5px;
	margin-left:0px;
	border-radius:5px;
	outline:none;
	border:2px;
	border-color:#ababab;
	border-style:solid;



}
#clave22{
	font-size:14px;
	font-weight:400;
	height:30px;
	line-height:30px;
	width:90%;
	padding-left:5px;
	padding-right:5px;
	margin-left:0px;
	border-radius:5px;
	outline:none;
	border:2px;
	border-color:#dbdbdb;
	border-style:solid;

}
#clave22:focus{
	font-size:14px;
	font-weight:400;
	height:30px;
	line-height:30px;
	width:90%;
	padding-left:5px;
	padding-right:5px;
	margin-left:0px;
	border-radius:5px;
	outline:none;
	border:2px;
	border-color:#ababab;
	border-style:solid;


}
#email_cliente{
	font-size:14px;
	font-weight:400;
	height:30px;
	line-height:30px;
	width:90%;
	padding-left:5px;
	padding-right:5px;
	margin-left:0px;
	border-radius:5px;
	outline:none;
	border:2px;
	border-color:#dbdbdb;
	border-style:solid;


}
#email_cliente:focus{
	font-size:14px;
	font-weight:400;
	height:30px;
	line-height:30px;
	width:90%;
	padding-left:5px;
	padding-right:5px;
	margin-left:0px;
	border-radius:5px;
	outline:none;
	border:2px;
	border-color:#ababab;
	border-style:solid;



}

#cerrar_alerta{
	width:24px;
	height:24px;
	float:right;
	vertical-align:top;
	top:15px;
	margin-right:10px;
	cursor:pointer;
}
#pedido-gracias{
	width:90%;
	text-align:left;
	vertical-align:top;
	font-weight:700;
	vertical-align:bottom;
	float:left;
	margin-left:3%;
	margin-top:0px;
	
}
#pedido-gracias h1{
	font-size:16px;
	text-align:left;
	vertical-align:top;
	font-weight:700;
	padding:0;
	margin:0;
	float:left;
	
}
#pedido-gracias h3{
	font-size:15px;
	text-align:left;
	vertical-align:top;
	font-weight:400;
	padding:0;
	margin:0;
	float:left;
	
}

#pedido-numero{
	width:90%;
	float:left;
	font-size:16px;
	text-align:center;
	vertical-align:top;
	font-weight:700;
	line-height:40px;
	border:2px;
	border-color:#dbdbdb;
	border-style:solid;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-left:3%;
	margin-top:15px;
	clear:left;
	
}
#pedido-numero span{
	font-size:21px;

	
}

#pedido-contacto{
	width:90%;
	float:left;
	font-size:14px;
	text-align:left;
	vertical-align:top;
	font-weight:400;
	margin-right:5%;
	margin-top:20px;
	padding-left:3%;
	line-height:20px;
	
}

#pedido-contacto span{
	font-weight:700;
	color:#000;
	padding-top:5px;
	padding-right:5px;

	
}
#verificar-si{
	width:80%;
	clear:left;
	margin-left:10%;
	margin-right:0%;
}
#verificar-espero{
	width:80%;
	clear:left;
	margin-left:10%;
}
#verificar-mastarde, #verificar-espero2{
	width:80%;
	margin-left:10%;
	
}
#verificar-espero:hover{
	width:80%;
	clear:left;
	margin-left:10%;
	-webkit-transition:  none .5s ease;
	-moz-transition:  none .5s ease;
	-o-transition:  none .5s ease;
	transition: none .5s ease;
}
#verificar-mastarde:hover, #verificar-espero2:hover{
	width:80%;
	margin-left:10%;
	-webkit-transition:  none .5s ease;
	-moz-transition:  none .5s ease;
	-o-transition:  none .5s ease;
	transition: none .5s ease;
	
}	
}
@media (max-width: 780px) {

#verificar-iniciar{
	width:70%;
	margin-left:15%;
	
}
#verificar-iniciar:hover{
	width:70%;
	margin-left:15%;
	-webkit-transition:  none .5s ease;
	-moz-transition:  none .5s ease;
	-o-transition:  none .5s ease;
	transition: none .5s ease;
	
}
}
@media (max-width: 600px) {
#milista-eliminar{
	margin-top:-0px;
	margin-left:0;
	width:35%;
}
#milista-detalle{
	margin-top:-20px;
	width:35%;
	margin-left:50%;
}
#milista-articulo{
	height:95px;

}

/*#alerta-ingresar{
	height:50%;

}*/
/*
#cambiar-clave{
	height:80%;
	
}*/
#alerta-olvide{
	height:80%;
}
#alerta{
	height:80%;
}
#verificar-espera1, #verificar-espera2, #verificar-espera3{
	width:80%;
	height:70%;
	left:10%;
}

#verificar-si{
	width:70%;
	clear:left;
	margin-left:15%;
	margin-right:0%;
}
#verificar-espero{
	width:90%;
	clear:left;
	margin-left:5%;
}
#verificar-mastarde, #verificar-espero2{
	width:90%;
	margin-left:5%;
	
}
#verificar-espero:hover{
	width:90%;
	clear:left;
	margin-left:5%;
	-webkit-transition:  none .5s ease;
	-moz-transition:  none .5s ease;
	-o-transition:  none .5s ease;
	transition: none .5s ease;
}
#verificar-mastarde:hover, #verificar-espero2:hover{
	width:90%;
	margin-left:5%;
	-webkit-transition:  none .5s ease;
	-moz-transition:  none .5s ease;
	-o-transition:  none .5s ease;
	transition: none .5s ease;
	
}
/*
#milista-chat{
	width:45%;
	margin-left:4%;
	margin-right:2%;
	font-size:13px;
}
#milista-email{
	width:45%;
	font-size:13px;
}*/
}
@media (max-width: 460px){
#milista-chat{
	width:70%;
	margin-left:5%;
	margin-right:0;

}
#milista-email{
	clear:left;
	width:70%;
	margin-left:5%;
	margin-top:5px;
}
#sesion-terminada, #alerta-continuar-pedido{
	width:70%;
	height:70%;
	left:15%;
	padding-left:10px;
	padding-right:10px;

}

}
@media (max-width: 400px){
#verificar-si{
	width:90%;
	clear:left;
	margin-left:5%;
	margin-right:0%;
}
#milista-nombre{
	height:40px;
	line-height:10px;
	font-size:10px;
	
}

#milista-foto{
	line-height:0px;
}
#milista-foto img{
	margin-top:5px;
}
#lista h1{
	text-align:left;
	color:#999;
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	background-image:url(../jpg/milista.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:55px;
	height:70px;
	line-height:70px;
	width:90% ;
	margin-left:5%;
	margin-top:10px;
	border-bottom:1px;
	border-bottom-color:#999;
	border-bottom-style:solid;
	

}

}