html{
  height: 100%;
}
body{
    background-position:center;
    background:#013252;
    line-height: 1;
    min-height:100%;
    width:100%;
    position:absolute; 
    top:0; 
    bottom:0; 
    right:0; 
    left:0;
    overflow: hidden;
    margin:0px auto;
}
.entrada{
    box-shadow:0 0 7px rgba(0, 0, 0, .2);
    -moz-box-shadow:0 0 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow:0 0 7px rgba(0, 0, 0, .2);
    margin:0 auto;
    margin-top: 5%;
    width:75%;
    height: 80%;
    border:1px solid black ;
}
p, strong {
    color: #ffffff;
}