

.whatsappvisible
{
  position:fixed; 
  z-index:999; 
  width:70px; height:70px; 
  right:15px; top:55%;
}

.whatsapphidden 
{
  position:fixed; 
  z-index:999;
  background: #20B038;
  width:140px; height:60px;  
  right:0px; top:55%; 
  padding: 9px 18px 9px 9px;    
  border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  text-align: right;
}

.whatsapphidden a 
{
	color: #ffffff;
}

.linhafoto {
	outline-offset: -8px;
	outline: 1px solid #fff;
}

