
.img_esquina a {
width: 64px;
	z-index: 100;
height: 65px;
background: transparent url(../images/whats.png) ;
display:scroll;
position:fixed;
bottom:180px;
right:22px;
	
}
.img_esquina2 a {
width: 80px;
	z-index: 99997;
height: 80px;
background: transparent url(../images/whats2.png) ;
display:scroll;
position:fixed;
bottom:105px;
right:12px;
	
}
	.img_esquina3 a {
width: 80px;
	z-index: 99998;
height: 80px;
background: transparent url(../images/whats3.png) ;
display:scroll;
position:fixed;
bottom:105px;
right:12px;
	
}
	/* vcard */
.img_vcard a {
	width: 64px;
		z-index: 90;
	height: 65px;
	background: transparent url(../images/vcard.png) ;
	display:scroll;
	position:fixed;
	bottom:120px;
	right:22px;
		
	}

	

	

			.img_vcard a:hover {
		width: 64px;
		height: 65px;
		background: transparent url(../images/vcard.png) ;
		display:scroll;
		position:fixed;
		z-index: 90;
		bottom:120px;
		right:22px;
			
		}
		

		.img_vcardm a {
			width: 64px;
				z-index: 100;
			height: 65px;
			background: transparent url(../images/vcard.png) ;
			display:scroll;
			position:fixed;
			bottom:120px;
			right:22px;
				
			}
		/* vcard fin */
.img_esquina a:hover {
width: 64px;
height: 65px;
background: transparent url(../images/whats.png) ;
display:scroll;
position:fixed;

bottom:180px;
right:22px;
	z-index: 9999999;
}
.img_face a {
width: 64px;
	z-index: 101;
height: 65px;
background: transparent url(../images/face.png) ;
display:scroll;
position:fixed;
bottom:40px;
right:22px;
	
}
.img_face a:hover {
	width: 64px;
		z-index: 101;
	height: 65px;
	background: transparent url(../images/face.png) ;
	display:scroll;
	position:fixed;
	bottom:40px;
	right:22px;
		
	}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: -5px;
	right: 105%;
  }
  
  .tooltip:hover .tooltiptext {
	visibility: visible;
  }