/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
 @media screen and (min-width: 1280px) {
    .imagenfooter{ width: 589px; }
 }

 @media screen and (max-width: 1279px) {
    .imagenfooter{ width: 100%; }
 }

  @media screen and (min-width: 1280px) {
    .logocs{ margin-bottom: 10px;}
 }

 @media screen and (max-width: 1279px) {
    .logocs{ text-align: center;}
 }