.float{
	position:fixed;
	width:50px; /* ANCHO BOTON */
	height:50px; /* ALTO BOTON */
	bottom:80px; /* DESPLAZA ARRIBA O ABAJO EL BOTON (10)*/
	right:15px; /* DESPLAZA EL BOTON A LA IZQUIERDA O DERECHA */
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px; /* ORIGIMAL A 30 */
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:11px; /* MODIFICA EL TAMAŅO Y CENTRADO DEL INTERIOR DEL ICONO (16) */
}

/* BOTON FACEBOOK */
.face{
	position:fixed;
	width:50px; /* ANCHO BOTON */
	height:50px; /* ALTO BOTON */
	bottom:160px; /* DESPLAZA ARRIBA O ABAJO EL BOTON (10)*/
	right:15px; /* DESPLAZA EL BOTON A LA IZQUIERDA O DERECHA */
	background-color:#9CF;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  /*font-size:10px;  ORIGIMAL A 30 */
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.face:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-face{
	width: 50px;
	margin-top: 1px;
	margin-right: 0px;
	float: right;
}

/* BOTON INSTAGRAM */
.intagram{
	position:fixed;
	width:50px; /* ANCHO BOTON */
	height:50px; /* ALTO BOTON */
	bottom:240px; /* DESPLAZA ARRIBA O ABAJO EL BOTON (10)*/
	right:15px; /* DESPLAZA EL BOTON A LA IZQUIERDA O DERECHA */
	background-color:#fdf175;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  /*font-size:10px;  ORIGIMAL A 30 */
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.intagram:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-intagram{
	width: 40px;
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}

/* BOTON TIKTOK */
.titok{
	position:fixed;
	width:50px; /* ANCHO BOTON */
	height:50px; /* ALTO BOTON */
	bottom:320px; /* DESPLAZA ARRIBA O ABAJO EL BOTON (10)*/
	right:15px; /* DESPLAZA EL BOTON A LA IZQUIERDA O DERECHA */
	background-color:#858585; /* COLOR DEL BORDE ICONO */
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.titok:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-titok{
	width: 40px;
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}



 

@media screen and (max-width:700px) {
    
.titok{
bottom:250px; /* DESPLAZA ARRIBA O ABAJO EL BOTON (10)*/
left:15px; /* DESPLAZA EL BOTON A LA IZQUIERDA O DERECHA */
}
    
.intagram{
bottom:170px; /* DESPLAZA ARRIBA O ABAJO EL BOTON (10)*/
left:15px; /* DESPLAZA EL BOTON A LA IZQUIERDA O DERECHA */
}
  
.face{
bottom:90px; /* DESPLAZA ARRIBA O ABAJO EL BOTON (10)*/
left:15px; /* DESPLAZA EL BOTON A LA IZQUIERDA O DERECHA */
}
    
.float{
bottom:10px; /* DESPLAZA ARRIBA O ABAJO EL BOTON */
left:15px; /* DESPLAZA EL BOTON A LA IZQUIERDA O DERECHA */
}




    