﻿body {
  background: #e6e6e6;
}


   .wrap
    {position: relative;
       
       
       
          overflow: hidden;
        
    
      
        cursor: pointer;
        transition: transform .2s; /* Animation */
    }

 .wrap img {
  
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
    
      .wrap:hover img
    {
     
        -ms-transform: scale(1.3); /* IE 9 */
        -webkit-transform: scale(1.3); /* Safari 3-8 */
        transform: scale(1.3);
    }

.DivSuperior {
    background-image: url(../Imagenes/divSup.jpg);
    background-size: cover;
    background-position: center;
    height: 190px;
}

.DivSuperior2 {
    background-image: url(../Imagenes/divSup.jpg);
    background-size: cover;
    background-position: center;
    height: 190px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}