.large-header {
  background-image: none !important;
}

.largeCol table {
  margin-bottom: 12px;
}

.material_conteudo p {
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

.ui-dialog {
  text-align: left !important;
}
.ui-front {
  z-index: 1000 !important;
}

/* Search Form
====================================*/
#search-form .search-text-box {
  width: 35px;
  background-color: transparent;
  background-image: url("../images/ic_search.png");
  background-position: 6px 4px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: none;
  color: transparent;
  font-size: 13px;
  line-height: 18px;
  padding: 8px 0 9px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px;
}

#search-form .search-text-box:focus {
  font-size: 13px;
  background-color: #f2f2f2;
  padding: 8px 15px 9px 35px;
  width: 140px;
  border: none;
  color: #888;
  cursor: text;
}



div.creditos-div {
  color: #b2b2b2 ! important;
  font-size: 11px !important;
  margin-bottom: 3px !important;
}

p.associados-p {
  color: #b2b2b2 ! important;
  font-size: 11px !important;
  margin-bottom: 3px !important;
}

p.blog-baseline-associados {
  margin-bottom: 12px !important;
}



div#contact-form div.smallCol p {
  margin-bottom: 0;
}