.watsap{
	animation-name: move;
	animation-direction: initial;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    position: fixed;
    z-index:100;
    border-radius: 10px;
    margin-top: -80px;
}

@keyframes move{
    
    100%{
     background-color: green;
  
    }
    
}

.wat{
	color: green;
	animation-name: mov;
	animation-direction: initial;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes mov{
   
    100%{
     
     color: white;

    }
    
}


.encabe{
   color: black;
   text-align: center;
}
.encabe:hover{
	background-color: black;
	transition: 3s; 
	border-radius: 10px;
}

.titulo{
	text-align: center;
    color: #000000  ;

}
.naranja{
	background-color:#FF8000;
	border-radius: 5px;
}

.naranja:hover{
	color:#FF8000;
	background-color: black; 
}
.imagen{

}

.imagen:hover{
   opacity: 0.6;
   background-color:#FF8000;
}
.foto{
	margin-bottom: 10px;
}











