#chatParhi{
	padding:0px;
	margin:0px;
	
	/* display:block;color:black;background-color:orange;position: fixed;z-index: 300;bottom: -534px;padding: 5px;text-align: center;border-radius:12px 0px 0px 0px;border-right:none;border-bottom:none;transition:1s */
}
#btn-cargar-chat{
	position:fixed;
	bottom:0px;
	left:0px;
	padding:5px;
	border-radius:0px 10px 0px 0px;
	
	background-color:orange;
	border-top:2px solid gray;
	border-right:2px solid gray;
	width:134px;
	cursor:pointer;
	transition-delay:1s;
	z-index:99;
}
.hide-btn{
	bottom:-32px !important;
	transition:1s;
}
.show-btn{
	bottom:0px !important;
	transition:1s;
}

.hide-btnMin{
	bottom:-32px !important;
	transition:1s;
}
.show-btnMin{
	bottom:658px !important;
	transition:1s;
}

.show-chatContainer{
	bottom:0px !important;
	transition:1s;
}
.hide-chatContainer{
	bottom:-692px !important;
	transition:1s;
}
