body {

  padding-top: 100px;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: underline;
}
header{
  left:0;
  right:0;
  top:0;
  height:70px;
  z-index:11;
  background:#fd0;
  position:fixed;
  -webkit-box-shadow:1px 0 3px 0 rgba(0,0,0,.2);
  box-shadow:1px 0 3px 0 rgba(0,0,0,.2);
  padding-top: 4px;
}

header img {
  max-height: 60px;
}
header a {  
  font-size: 14px;
  margin: 20px 30px;
}



footer {
  background-color: #FAFAFA;
  color: #666;
  font-size: 11px;
  border-top: 1px solid #666;
  padding: 20px;

}

footer a {  
  color:#666;
}

#Main {

  min-height: 600px;

}


.resultado {
  margin-top: 30px;
}




#captcha_cont .g-recaptcha {
    float: left;
    width: 310px;

}

#captcha_cont #helpCaptcha {
  float: left;
}

.popover img {
  max-width:250px;
}

.helpContainer {
  min-width: 200px;
}

#tab_factuas {
      padding-top: 20px !important;
      padding-bottom: 20px !important;
      border:1px solid #ddd;
      border-radius:10px 10px 10px 10px;
}


#comprobante_input {
  min-width: 265px !important;

}