   body {
       margin: auto;
       max-width: 600px;
       font-family: 'Titillium Web', sans-serif;
       background-color: white;
       padding: 0 3px 5px 3px;
   }
   h1 {
       display: none;
   }
   img {
      margin-top: 10px;
   }
   .caja {
       width: 99%;
       margin-top: 5px;
       box-shadow: 2px 2px 3px rgba(0,0,0,.60);
       border-radius: 0 15px 15px 0;
       border: 2px solid #ddd;
       background-image: linear-gradient(135deg, #fff 45%, #ddd);
       padding: 0;
   }
   .caja h2 {
       margin: 0;
       padding-top: 2px;
       padding-bottom: 2px;
       padding-left: 40px;
       background-image: url(../images/bullet-red.png);
       background-repeat: no-repeat;
       background-position: 18px 6px;
   }
   .caja p {
       margin: 0;
       margin-top: 7px;
       margin-bottom: 10px;
       margin-left: 10px;
   }
    .caja ul {
       margin-top: 0;
}
    #contactos {
       background-color: white;
       position: sticky;
       top: 0;
}
    footer p {
        margin: 5px;
        font-size: 14px;
}
    footer img {
        margin: 15px 0 0 220px; 
        
}
   .full-width {
      width: 100%;
      box-sizing: border-box;
   }
   
   .button, button {
     display: inline-block;
     height: 48px;
     padding: 0 30px;
     color: #555;
     text-align: center;
     font-size: 20px;
     font-weight: 600;
     line-height: 50px;
     letter-spacing: .1rem;
     text-transform: none;
     text-decoration: none;
     white-space: nowrap;
     background-color: transparent;
     border-radius: 15px;
     border: 1px solid #bbb;
     cursor: pointer;
     box-sizing: border-box;
     margin-bottom: 5px;
   }
   
   .button:hover, button:hover {
     color: #333;
     border-color: #888;
     outline: 0; }
   
   .button.button-primary,
   button.button-primary {
     color: #FFF;
     background-color: #0f75bc;
     border-color: #0f75bc; }
   
   .button.button-primary:hover,
   .button.button-primary:focus,
   button.button-primary:hover,
   button.button-primary:focus {
     color: #FFF;
     background-color: #0b5990;
     border-color: #0b5990; }