/* footer */

div[class*="dfMc-"] .footerCtn{
   .border-radius(4px);
   position: relative;
   height: 24px;
   width:100%; 
   background: @bg;
   /*margin-bottom: 5px;
   margin-top: 5px;*/
   .logo{
      background-image: url(@iconsheet);
      width: 129px;
      height: 24px;
      margin: 0 auto;
      line-height:24px;
      display: block;
      .tipoCredito(@bg);
      span{
         display: none; 
      }
   }
   &.rugbychampagne{
      .logo{
         background: url('../images/DF_RugbyChampagne.png') center center no-repeat;
         width: 245px;
}
   }
   &.sportsdata{
      .logo{
         background: url('../images/DF_sportsData.png') center center no-repeat;
         width: 195px;
      }
   }
}

.dfMc-Model .dfMc-Module .footerCtn,.dfMc-Model .dfMc-Page .footerCtn, .dfMc-Module .dfMc-Module .footerCtn {
   display: none;
}
.dfMc-Module .footerCtn&.maxSize-479{
   display: none;
}  
/* fin footer */