
body {
  margin: 10px 50px;
  color: #112233;
  background: #e0e0e0;
  font: Verdana, Arial, sans-serif;
}
h2 {
  color: #556677;
  text-align: center;
}
h3 {
  color: #778899;
  text-align: center;
}
#divRegistro {
  width: 300px;
}
.i {
  display: block;
  width: 200px;
  margin-bottom: 10px;
}
.b {
  display: block;
  margin: 20px 50px;
  width: 100px;
}
.ok {
  color: #007000;
  font-weight: bold;
}
.error {
  color: #a00000;
  font-weight: bold;
}
.ok b, .error b {
  color: #000000;
}
.errores {
  margin: 20px 0;
  color: #a00000;
}
a {
  color: #112233;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
#iPassport {
  cursor: pointer;
}
