body {
  font-.family: "AntiqueOliveRegular", Arial, sans-serif;
  color: #777;
background-color:#f3f3f3;
  font-size: 14px;
  text-align:left;
  margin:0px !important;
}

h1 {
  color:#00529a;
  text-align:center;
  margin: 70px 0 0 0;
  font-size: 50px;
  font-weight: normal;
}
input {
  padding: 3px;
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
  font-weight: 200;
  font-size: 24px;
  width: 97%;
  border-radius:5px;
  
}table {  width: 100%;}

#registrar {
  width: 350px;
  margin: 70px auto ;
  height:163px;
  background-color:#f2f2f2;
  padding: 26px 24px 46px;
  border-radius: 20px; /* CSS3 */
	-webkit-border-radius: 20px; /* Para Safari y Chrome */
	-moz-border-radius: 20px; /* Para Firefox */
	-khtml-border-radius:20px; /* Navegadores de Linux */
	behavior: url(border-radius.htc); /* Para IE */
}
.btn{
color:#fff;
background-color:#0a589e;
border-radius:5px;
border:none;
size:14px;
width: 100px !important;
height:35px;
margin-top:20px;
}
#inicio{
width:100%;

}
.logo{
float:left;
width:100px;
}
.titulo{
float:left;
width:30%;

}
#contenidoreporte{
background-color:#fff;
}
.sesion{
 background-color:#125ea1;
 height:620px;
 background: -moz-linear-gradient(left center , #125ea1,#4a84b7, #04559b) repeat scroll 0% 0% transparent;
    background: -moz-linear-gradient(left, #125ea1,#4a84b7, #04559b1);/* F 3.6+ */
    background: -ms-linear-gradient(left, #125ea1,#4a84b7, #04559b);/* IE 10+ */
    background: -webkit-linear-gradient(left, #125ea1,#4a84b7, #04559b);/* FF 3.6+ */
    background: -o-linear-gradient(left,, #125ea1,#4a84b7, #04559b);/* Safari 5.1+, Chrome 10+ */
    background: linear-gradient(left, #125ea1,#4a84b7, #04559b);/* ESTILO ESTANDAR */

}
#error{
color:red;
}