body{
    text-align: center;
    position: relative;
    padding-bottom: 8em;
}

header{
    width: 100%;
    /*background: #295c6d;*/
    background-image: url('../bg-menu.jpg');
    background-position: top;
    background-repeat: no-repeat;
    float: left;
    box-shadow: 0px 3px 5px #000;
        -moz-box-shadow: 0px 3px 5px #000;
        -webkit-box-shadow: 0px 3px 10px #000;
    margin-bottom: 20px;
}

header #subheader{
    width: 980px;
    margin: auto;
    padding: 5px 0px 5px 0px;
}

header #subheader img{
    display: inline;
    float: left;
    /*padding: 30px 0px;*/
}

header #subheader h3{
    float: left;
    display: inline;
    width: 660px;
    /*padding: 20px 0px;lo centra verticalmente*/
    text-align: center;
    color: #fff;
}

.parrafosDIV{
      position: relative;
      width: 60%;     
      top: 0%;
      left: 20%;
      text-align: justify;
      font-family: Calibri;
      font-size: 1.5rem;
    }

.foot{
      left: 0%; 
      font-size: 13px; 
      position: absolute;
      bottom: 0;
      width: 100%;
}

