body {
    margin-top: 70px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    background: #E59866 url(../images/background.jpg) repeat;
    font-family: sans-serif;
}


nav{
    position:fixed;
    background: rgba(0,0,0,0.6);
    color:#FFF;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0;
    height: 5%;
/*    font-variant-caps: all-small-caps;*/
    letter-spacing: 0.2em;
}
nav a {
    padding: 0 30px;
    color: white;
    text-decoration: none;
}
nav a:hover{
    background: gray;
    padding-top: 100%;
    padding-bottom: 14px;
    color: skyblue;
}
nav p {
    position: relative;
    margin-top: 1em;
}


header {
    background: rgba(229, 152, 102,0.7) url(../images/fondoheader.jpg) repeat;
    font-family: "Arial";
    
    text-align: left;
    /*border-radius: 20px;*/
    padding: 1px;
    padding-left: 50px;
    /*margin: 47px; */
    /*margin: 70px; */
}

header h1 {
    font-variant: small-caps;
    font-size:  250%;
    color: white;
}

h2 {
    color: white;
    background:rgba(229, 152, 102,0.7) url(../images/hojaverde.jpg) repeat; 
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    
}

#formulario1 {
background: rgba(229, 152, 102,0.7) url(../images/hoja.jpg) repeat;
  padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 20px;
   
  
}

#formulario2 {
background: rgba(229, 152, 102,0.7) url(../images/hoja.jpg) repeat;
  padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 20px;
   
  
}

footer {
    background-color: rgba(0,0,0,0.6);
    color:#FFF;
    height: 3em;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.2em;
}