/*inicia el movimiento de las redes sociales */  
.mov img,.mov2 img,.mov3 img,.banner2 img
{
 width:90px;
 height:60px;
margin: 10px;
border: 2px;
-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.mov img:hover,.mov2 img:hover,.mov3 img:hover {
-webkit-transform: rotate(-7deg);
-moz-transform: rotate(-7deg);
-ms-transform: rotate(-7deg);
transform: rotate(-7deg);
}
.mov2 img
{
 width:20%;
 height:100px;
 margin-left:7%;
    }
    .mov3 img
{
 width:35%;
 height:10%;
 margin-left:12%;
  border-radius:15px;
    }
     .banner2 img
{
 width:40%;
 height:2%;
 margin-left:13%; 
 margin-top:3%; 
 float:left;
 border-radius:10px;
    }
 /*finaliza el movimiento de las redes sociales*/  
 