body {
  font-family: Arial, sans-serif;
  background: #273B52;
  color: #777;
  font-size: 14px;
  text-align:left;
}

h1 {
  color:white;
  text-align:center;
  margin: 70px 0 0 0;
  font-size: 50px;
  font-weight: normal;
  text-transform: uppercase;
}
input {
  padding: 3px;
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
  font-weight: 200;
  font-size: 24px;
  width: 97%;
}

#registrar {
  width: 260px;
  margin: 10px auto ;
  background-color:white;
  padding: 26px 24px 46px;
  border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Para Safari y Chrome */
	-moz-border-radius: 5px; /* Para Firefox */
	-khtml-border-radius:5px; /* Navegadores de Linux */
	behavior: url(border-radius.htc); /* Para IE */

}
.boton {
  border-color: #13455B;
  color: #EAF2FA;
  font-weight: bold;
  background: #21759B url(img/button-grad.png) repeat-x scroll left top;
  padding: 3px 10px;
  border: none;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  width: 24%;
  float: right;
  border-radius: 11px; /* CSS3 */
	-webkit-border-radius: 11px; /* Para Safari y Chrome */
	-moz-border-radius: 11px; /* Para Firefox */
	-khtml-border-radius:11px; /* Navegadores de Linux */
	behavior: url(border-radius.htc); /* Para IE */
}