/* incio whatssap boton  */

.float{
	position:fixed;
	
  	padding-top: 8px;
  	padding-left: 4px;
	width:60px;
	height:60px;
	bottom:100px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:10px;
	text-align:center;
	
    font-size:35px;
	box-shadow: 2px 2px 3px #000;
	z-index:9;
	margin-top: 65px;
}

.newj ul{

	list-style: none;
	background: rgba(0, 0, 0, 0.5);
	font-style: bold;
}



.float:hover{
  background-color: #a90000;
  color:#fff;
  
  width:70px;
  height:70px;
  font-size:45px;
}
/* fin boton  whatssap*/














