
#chat-fondo{
	width:100%;
	height:100%;
	background-color:#000;/*Personalizado*/
    opacity:.4;
	margin:0 auto;
	padding:0;
	position:fixed;
	text-align:left;
	z-index:9998;
	top:0;
	left:0;

}
#chat-fondo-header{
	width:100%;
	height:120px;
	background-color:#000000;/*Personalizado*/
    opacity:.4;
	margin:0 auto;
	padding:0;
	position:fixed;
	text-align:left;
	z-index:9998;
	visibility:hidden;

}
#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;
	
	

}/*
#chat{
	width:80%;
    height:96%;
    background-color:#EEE;
	border-radius:6px;
	color:#444444;
	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;
	
	

}*/

#chat-body{
	visibility:hidden;
	display:none;

}
#cerrar_alerta{
	width:24px;
	height:24px;
	float:right;
	vertical-align:top;
	margin-top:10px;
	margin-right:10px;
	cursor:pointer;
}
#aviso-de-espera{
	width:80%;	
	position:fixed;
	height:96%;
	top:2%;	
	z-index:9999;
	visibility:hidden;
	display:none;
}
#aviso-de-espera-fondo{
	background-color:#ededed;
	opacity:0.7;
	width:100%;
	height:100%;
	z-index:9999;
	border-radius:6px;
	position:fixed;
	top:0;
	left:0;
	visibility:hidden;

}
#aviso-de-espera2{
	width:30%;
	height:60%;
	opacity:100;
	color:#FFF;
	background-color:#f05a28;
	z-index:9999;
	position:fixed;
	border-radius:10px;
	left:35%;
	margin-top:-25px;
	margin-left:-20px;
	top:20%;
	padding-top:55px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../png/aviso-espera.png);
	background-position:center 20px;
	background-repeat:no-repeat;
	overflow:auto, 90%;
	overflow-y:visible;
	overflow-x:hidden;
	
}
#aviso-de-espera2 img{
	margin:0 auto;
	
}
#aviso-de-espera2 h1{
	font-size:20px;
	font-weight:700;
	font-family: 'Cuprum', sans-serif;
	padding:0;
	margin-top:15px;
	text-align:center;
	
}
#aviso-de-espera2 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;
}
#verificar-ok{
	height:30px;
	background-color:#000;
	line-height:30px;
	font-size:14px;
	color:#FFF;
	width:40%;
	border-radius:3px;
	text-align:center;
	margin-top:10px;
	margin-left:30%;
	opacity:0.7;
	cursor:pointer;
	float:left;
	position:relative;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
}
#verificar-ok:hover{
	height:30px;
	background-color:#000;
	line-height:30px;
	font-size:14px;
	color:#FFF;
	width:40%;
	border-radius:3px;
	text-align:center;
	margin-top:10px;
	margin-left:30%;
	opacity:100;
	cursor:pointer;
	float:left;
	position:relative;
	-webkit-transition:  all .5s ease;
	-moz-transition:  all .5s ease;
	-o-transition:  all .5s ease;
	transition: all .5s ease;
	
}


@media (max-width: 1023px) {
#verificar-ok{
	width:90%;
	margin-left:5%;
	font-size:13px;
	position:relative;
	
}
#verificar-ok:hover{
	width:90%;
	margin-left:5%;
	font-size:13px;
	position:relative;
	-webkit-transition:  none .5s ease;
	-moz-transition:  none .5s ease;
	-o-transition:  none .5s ease;
	transition: none .5s ease;
	
}
	
#aviso-de-espera2{
	width:40%;
	height:70%;
	top:5%;
	left:20%;
	
		
}
#chat{
	width:100%;
	height:100%;
	border-radius:5px;
	font-size:16px;
	padding-bottom:30px;
	left:0%;
	top:0%;
	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:auto;
	overflow-x:hidden;
	

}
}
@media (max-width: 768px) {
#aviso-de-espera{
	width:90%;	
	position:fixed;
	height:85%;
	top:5%;	
	z-index:9999;
}/*
#chat{
	width:90%;
	height:80%;
	border-radius:5px;
	font-size:16px;
	padding-bottom:30px;
	left:5%;
	top:5%;
	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;
	

}*/

#chat-body{
	visibility:hidden;

}

#cerrar_alerta{
	width:24px;
	height:24px;
	float:right;
	vertical-align:top;
	top:15px;
	margin-right:10px;
	cursor:pointer;
}
#aviso-de-espera2{
	width:60%;
	height:70%;
	top:5%;
	left:15%;
	
		
}
}
@media (max-width: 600px) {
/*
#chat{
	height:80%;
}*/
}
@media (max-width: 450px) {
#aviso-de-espera2{
	width:70%;
	height:80%;
	top:5%;
	left:15%;
	background-image:none;
	padding-top:0px;
	padding-bottom:20px;
	margin-top:-0px;
	margin-left:-20px;
		
}
}

