* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

@font-face {
  font-family: "High Tower Text";
  src: url("fonts/High Tower Text.woff");
   src: url("fonts/High Tower Text.eot");  
     src: url("fonts/High Tower Text.woff2");  
     src: url("fonts/High Tower Text.svg");  
}

body{
    background: rgba(234,228,214,0.77);
background: -moz-linear-gradient(top, rgba(234,228,214,0.77) 0%, rgba(234,228,214,0.77) 0%, rgba(242,234,228,0.77) 33%, rgba(245,236,235,0.79) 48%, rgba(255,248,247,0.88) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234,228,214,0.77)), color-stop(0%, rgba(234,228,214,0.77)), color-stop(33%, rgba(242,234,228,0.77)), color-stop(48%, rgba(245,236,235,0.79)), color-stop(100%, rgba(255,248,247,0.88)));
background: -webkit-linear-gradient(top, rgba(234,228,214,0.77) 0%, rgba(234,228,214,0.77) 0%, rgba(242,234,228,0.77) 33%, rgba(245,236,235,0.79) 48%, rgba(255,248,247,0.88) 100%);
background: -o-linear-gradient(top, rgba(234,228,214,0.77) 0%, rgba(234,228,214,0.77) 0%, rgba(242,234,228,0.77) 33%, rgba(245,236,235,0.79) 48%, rgba(255,248,247,0.88) 100%);
background: -ms-linear-gradient(top, rgba(234,228,214,0.77) 0%, rgba(234,228,214,0.77) 0%, rgba(242,234,228,0.77) 33%, rgba(245,236,235,0.79) 48%, rgba(255,248,247,0.88) 100%);
background: linear-gradient(to bottom, rgba(234,228,214,0.77) 0%, rgba(234,228,214,0.77) 0%, rgba(242,234,228,0.77) 33%, rgba(245,236,235,0.79) 48%, rgba(255,248,247,0.88) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae4d6', endColorstr='#fff8f7', GradientType=0 );
background-attachment: fixed;}
@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }



.principal{
    width: 75%;
    height: auto;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: auto;
    
} 

header{
    width: 100%;
    margin: auto;
    height: auto;
    background-color: transparent;
    color: black;
    justify-content: center;
    text-align: center;
    
    
    }


.menu ul{
    width: 100%;
    background: #f6db93;
    margin: auto;
    list-style: none;
    padding: 0;
    display: flex;
    text-align: center;
    height: auto;
    justify-content: center;
    
    

}


.menu ul ul{
    display: none;
    text-align: center;
}

.menu a{
    display: block;
    padding: 5px 80px;
    color: #336633;
    text-decoration: none;
    text-align: center;
    font-family: "High Tower Text";
    font-size: 1.3em;
    font-weight: bolder;
}

.menu a:hover{
    background: rgba(0,0,0,0.3);
}


/*.menu a span{
    margin-left: 10px;
}*/


.menu ul li:hover ul{
    display: block;
    position: absolute;
}

#contenido{
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: auto;
    background-color:transparent;
    z-index: 99;
}

#contenido h2{
      font-family: "High Tower Text";
    color: #336633;
}

#contenido p{
    font-family: "High Tower Text";
    font-size: 20px;
    color: #336633;
    font-weight: bold;

}


input[type=text] {
    border: 1px dotted #336633;
  border-radius: 10px;
  background-color:#f6db93; 
  -webkit-appearance: none;
    height: 25px;
    font-family: "High Tower Text";
    color: #336633;
    font-size: 20px;
    text-align: center;
}
input[type=password] {
    border: 1px dotted #336633;
  border-radius: 10px;
background-color:#f6db93; 
  -webkit-appearance: none;
    height: 25px;
    font-family: "High Tower Text";
    color: #336633;
    font-size: 20px;
    text-align: center;
}

input[type=button] {
    border: 1px dotted #336633;
  border-radius: 10px;
  background-color:#f6db93; 
  -webkit-appearance: none;
    height: 30px;
    font-family: "High Tower Text";
    color: #336633;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

#documentos{
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    height: auto;
    background-color:transparent;
    z-index: 99;
    align-content: center;
    
}

#docuementos a{
    text-decoration: none;
}

#botonera{
    background-color: transparent;
float: left;
  width: 15%;
height: auto;
    z-index: 100;
    
 }


#texto{
    background-color: transparent;
  width: 70%;
    text-align: left;
    padding: 5px;
    word-wrap: break-word;
   float: left;
    height: auto;
    font-family: "High Tower Text";
 }

#texto h2{
    text-align: center;
    color:#336633; 
}

#banner{
    background-color: transparent;
  width: 15%;
    float: right;
height: auto;
    
}




