
      * {padding: 0px; margin: 0px;}
      
      html, body {height: 100%;}
      
      header {
        padding: 20px;
        width: 100%;
        background: #ffba24;
      }
      
      header h1 {
        background: url('http://138.100.136.142:8080/150777.png') no-repeat;
        width: 628px;
        height: 55px;
        text-indent: -999999px;
      }
      
      .wrapper {
        max-width: 580px;
        margin: 0px auto;
        padding: 40px 10px 10px 10px;
        position: relative;
        font-family: arial, helvetica, 'san-serif';
      }
      .ojos {
        position: absolute;
        bottom: 10px;
        left: 10px;
      }
      
      .dialog {
        padding: 20px;
        margin-left: 120px;
        margin-bottom: 80px;
        background: #ffba24;
        border-radius: 10px;
        position: relative;
      }
      
      .dialog p {
        padding: 10px;
        font-size: 14px;
        line-height: 18px;
      }
      
      .dialog h4 {
        font-size: 24px;
        color: #FFF;
        margin-bottom: 20px;
      }
      
      .dialog:after {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        bottom: -30px;
        left: 20px;
        border-left: 40px solid #ffba24;
        border-top: 30px solid #ffba24;
        border-bottom: 30px solid transparent;
        border-right: 40px solid transparent;
      }
      
      
      
    