




/* new captcha */
  #maria {
    display: block; width: 300px; padding: 20px 10px;
    margin: 50px auto 30px;
    border: 1px solid #d3d3d3; background: #f9f9f9; color: #000;
    font-size: 11px; text-decoration: initial; font-style: initial;
  }
    #mariaonde {
      padding: 5px 9px; margin-right: 10px;
      background: #FFF;
      border-radius: 2px; border: 2px solid #c1c1c1;
      height: 24px; width: 24px;
      font-style: initial; color: #FFF;
    }
      #mariaonde:hover { cursor: pointer; }
    #maria .emcasa {
      background: #00a1df;
    }



/* BTN */
  .post-btn {
       /*float: left; width: 100%; margin: 20px auto 40px;*/
       text-align: center; font-size: 14px;
  }
  .post-btn A, .entry P .post-btn A {
      padding: 10px 30px 10px 30px;
      background: #3c5694; color: #FFF;/* 127fa1 */
      border: 2px solid white;
  }
      .post-btn A:hover, .entry P .post-btn A:hover {
        background: #FFF; color: #3c5694;
        border-color: #3c5694;
      }

/* FILE */
    .post-file {
        width: 100%; float: left; font-size: 14px;
    }
        .post-file A {
            background: none; border: none; float: left;
            padding: 10px 30px 10px 60px;
            color: #2d93c5;
        }
        .fa-file-alt {padding-right: 10px;}


/* COLUMNS */
/* VER SHORTCODES 
.su-row {
  clear: both;
  zoom: 1;
  margin-bottom: 1.5em
}

.su-row:after,
.su-row:before {
  display: table;
  content: ''
}

.su-row:after {
  clear: both
}

.su-column {
  display: block;
  margin: 0 4% 0 0;
  float: left;
  box-sizing: border-box
}

.su-column-last {
  margin-right: 0
}

.su-row .su-column {
  margin: 0 0 0 4%
}

.su-row .su-column.su-column-size-1-1 {
  margin-left: 0;
  margin-right: 0
}

.su-row .su-column:first-child {
  margin-left: 0
}

.su-row .su-column.su-column-centered {
  margin-right: auto;
  margin-left: auto;
  float: none
}

.su-column embed,
.su-column iframe,
.su-column img,
.su-column object {
  max-width: 100%
}

.su-column-size-1-1 {
  width: 100%
}

.su-column-size-1-2 {
  width: 48%
}

.su-column-size-1-3 {
  width: 30.66%
}

.su-column-size-2-3 {
  width: 65.33%
}

.su-column-size-1-4 {
  width: 22%
}

.su-column-size-3-4 {
  width: 74%
}

.su-column-size-1-5 {
  width: 16.8%
}

.su-column-size-2-5 {
  width: 37.6%
}

.su-column-size-3-5 {
  width: 58.4%
}

.su-column-size-4-5 {
  width: 79.2%
}

.su-column-size-1-6 {
  width: 13.33%
}

.su-column-size-5-6 {
  width: 82.66%
}

.su-custom-gallery {
  margin-bottom: 1.5em
}
  

*/