#btnChatPy{
	position:fixed; right:2%; bottom: 2%; width: 65px; background-color:transparent; z-index:9999;
}
#imgAbrirChat{
	border-radius:50% !important; display:inline-block; cursor:pointer; background-color:#777b86; width:61px; height:61px; margin:0 auto; position:relative; bottom:2%; right:2%; float:right;
}
#imgAbrirChat img{
	width:30px; height:30px; position:absolute; top:50%; left:50%; margin-top:-15px; margin-left:-15px;
}
#imgFecharChat{
	border-radius:50% !important; background-color:#777b86; cursor:pointer; width:61px; height:61px; margin:0 auto; position: relative; bottom: 2%; right: 2%;float: right; display:none;
}
#imgFecharChat img{
	width:20px; height:20px; position:absolute; top:50%; left:50%; margin-top:-10px; margin-left:-10px;
}
#BlocoChatPY{
	position:fixed; right:2%; bottom: -100%; width: 375px; height: 520px; background-color:transparent; z-index:9999;
}
#ChatPY{
	border-radius:5px;background-color:#ffffff;width: 100%;height: 420px; display:none;
}
#iframeChatPY{
	position:absolute; border-radius:5px;
}