/*Este c√≥digo se encarga de darle estilo a la p√°gina.*/

@font-face {
  font-family:traveling;
  src:url("fuente/traveling_typewriter.ttf");
}
body{
    font-family: traveling,Arial, Helvetica, Verdana;
    background: url("imagenes/patron.jpg") repeat;
    }
#wrapper {
  background-color: #fcfcfc;
  width: 1180px;
  margin: auto;
  border-radius: 30px;
  box-shadow: 0px 5px 10px black;
}
header {
        position:absolute;
        background: #021059; /* Old browsers */
        background: -moz-linear-gradient(top,  #021059 52%, #e5a629 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,#021059), color-stop(100%,#e5a629)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #021059 52%,#e5a629 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #021059 52%,#e5a629 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #021059 52%,#e5a629 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #021059 52%,#e5a629 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021059', endColorstr='#e5a629',GradientType=0 ); /* IE6-9 */
        border-top-left-radius:30px;
        border-top-right-radius:30px;
        width:1176px;
        height:100px;
  }  
  #text{
       position:absolute;
       padding:15px;
       left:145px;
       font-weight:bold;
       font-size:40px;
        color:#c4910e;
         }


#fac{
        position:absolute;
        top:0px;
        left:711px;
        height:100px;
        width:465px;
        border-top-right-radius:30px;
        border-bottom-left-radius:120px;
}
#unam{
        position:absolute;
        padding:2px;
        top:5px;
        left:20px;
        height:90px;
        width:100px;
}
nav{
    position:absolute;
    margin:auto;
    top:93px;
    width:1181px;
    z-index:1;
    }
nav > ul{
    cursor:pointer;
    padding:0px;
    font-size:15px;
    }
ul{list-style: none;}
nav > ul li span,a{
    background: #e5a629; /* Old browsers */
    background: -moz-linear-gradient(top,  #e5a629 0%, #ffffff 92%, #ffffff 92%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5a629), color-stop(92%,#ffffff), color-stop(92%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e5a629 0%,#ffffff 92%,#ffffff 92%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e5a629 0%,#ffffff 92%,#ffffff 92%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e5a629 0%,#ffffff 92%,#ffffff 92%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e5a629 0%,#ffffff 92%,#ffffff 92%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a629', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    color: #021059;
    text-align:center;
    text-decoration: none;
    padding-top:2px;
    padding-bottom:2px;
    display:block;
}
nav > ul > li{
    min-height:25px;
    min-width:168px;
    float:left;
}
nav > ul li ul{
    min-width:150px;
    display: none;
    position: absolute;
}
nav > ul li:hover > ul{display:block;}
    
nav > ul li ul li{position: relative;}
nav > ul li ul li ul{
    left: 110px;
    top: 0px;
}

article{
        overflow: scroll;
	position:absolute;
	top:130px;
        margin:auto;
        background-color:#fff;
        width:1176px;
        height:550px;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #021059 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#021059)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#021059 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#021059 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#021059 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ffffff 0%,#021059 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#021059',GradientType=0 ); /* IE6-9 */
}

#fondo{
    position:absolute;
    margin:auto;
    border-radius:30px;
    width:1155px;
    height:535px;
    padding:10px;
    }
footer{
        position:absolute;
        background-color:#021059;
        color:#3c3c3a;
        top:680px;
        width:1176px;
        padding-bottom:10px;	
        text-align:center;
        border-bottom-right-radius:30px;
        border-bottom-left-radius:30px;
}

#power{
    background: rgb(167,207,223); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=1 ); /* IE6-9 */    float:left;
    margin: 10px;
    padding:10px;
    width:154px;
    height:155px;
    border-radius:10px;
    overflow:hidden;
    font-size:12pt;
}
#doc_title
    {
    background: rgb(167,207,223); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=1 ); /* IE6-9 */
   z-index:1;
     }
form  {font-size:26px;}
#down
    {
        width:65px;
        display:block;
    }
#fondo_aguila{
    background: url("imagenes/nubes.jpg") repeat-y;
    background-size:1155px 555px;
    position:absolute;
    margin-left:auto;
    border-radius:30px;
    left:10px;
    height:550px;
    width:1155px;
    min-height:480px;
}
#fondo_rep{
    background: url("imagenes/pat_fondo.png") repeat-y;
    background-size:1155px 480px;
    position:absolute;
    margin-left:auto;
    border-radius:30px;
    left:10px;
    width:1155px;
    min-height:550px;
    }
#paper{
    background: url("imagenes/papel.jpg") repeat;
    background-size:960px 480px;
    position:absolute;
    margin-left:auto;
    border-radius:30px;
    min-height:550px;
    left:10px;
    width:1155px;
    }
#fondotemp{z-index:1;}

#link{
    width:100px;
    height:100px;
    border-radius:10px;
}
.link{
    background: rgb(167,207,223); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=1 ); /* IE6-9 */    float:left;
    margin: 10px;
    padding:10px;
    width:140px;
    height:187px;
    border-radius:10px;
    overflow:hidden;
    font-size:12pt;
    }
table{
           position: absolute;
           top: 26px;
           left: 20px;
           border-radius: 14px;
           font-size: 20px;
           width: 970px;
}

#boton{
    cursor:pointer;
    top: 87%;
    width: 140px;
    height: 60px;
    background-color: #002C59;
    border-radius: 28px;
    color: #F9F9F9;
    left: 987px;
    position: absolute;
      font-family:traveling;
      font-size:25px;
    }
.infolegal {
    cursor:pointer;
   position: absolute;
  font-family: traveling;
  font-size: 20px;
  top: 50px;
  left: 20px;
  width: 182px;
  height: 94px;
  border-radius:10px;
     background: rgb(30,87,153); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    color:#e8e7cc;
  }
  .volverlegal{
       cursor:pointer;
    top: 95%;
    width: 140px;
    height: 60px;
    background-color: #002C59;
    border-radius: 28px;
    color: #F9F9F9;
    left: 987px;
    position: absolute;
      font-family:traveling;
      font-size:25px;
      }
  p {
  text-align: justify;
  padding-left: 30px;
  padding-right: 30px;
  }