body{background: #000;}
.achicarimagen{
  width: 200px;
}

#header {
  position: relative;
  background-color: #383838;
 }

#header a.nav-link {
  color: #fff;
}


@media  (max-width: 991px) {
  #navigationNav {
    color: #ffffff;
    background: #313131 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#313131)) !important;
    background: linear-gradient(to bottom, #454545 0%, #313131 100%) !important;
   }
  #navbarMainNav{
    color: #ffffff;
    background: #313131 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#313131)) !important;
    background: linear-gradient(to bottom, #454545 0%, #313131 100%) !important; }
  }

.textura{
  background: url("assets/images/pattern11.png") repeat transparent;
  background-color: rgba(0, 0, 0, 0.7);
  background-attachment: fixed;
}

#section_reputation table .fas{
  color: #fefda1;
  font-size: 14px;
}

table tr td{
  padding: 2px 0 0 10px;
  vertical-align: top;
  color: #adb5bd;
  font-size: 16px;
}
table.ing tr td{
font-size: 14px;
}

.grecaptcha-badge, .recaptcha-logo, iframe{
  display: none;

}