<div id="chat_boton" style="color: green; text-align: center; cursor: pointer; font-size: 20px; font-weight: bold; font-family: tahoma; position: fixed; width: 150px; height: 25px; background-color: white; border: 1px solid green; border-radius: 5px; bottom: 10px; right: 10%;" onClick="document.getElementById('chat_codigo').style.display=''; document.getElementById('chat_boton2').style.display=''; document.getElementById('chat_boton').style.display='none';" onMouseover="document.getElementById('chat_boton').style.opacity='0.7';" onMouseOut="document.getElementById('chat_boton').style.opacity='1';">
Abrir Chat
</div>
<div id="chat_boton2" style="display: none; text-align: center; color: red; cursor: pointer; font-size: 20px; font-weight: bold; font-family: tahoma; position: fixed; width: 150px; height: 25px; background-color: white; border: 1px solid red; border-radius: 5px; bottom: 10px; right: 10%;" onClick="document.getElementById('chat_codigo').style.display='none'; document.getElementById('chat_boton').style.display=''; document.getElementById('chat_boton2').style.display='none';" onMouseover="document.getElementById('chat_boton2').style.opacity='0.7';" onMouseOut="document.getElementById('chat_boton2').style.opacity='1';">
Cerrar Chat
</div>
<div style="display: none; bottom: 45px; right: 10%; position: fixed;" id="chat_codigo">
// AQUI EL CODIGO DE TU CHAT
</div>