body{
  padding: 0px;
  margin: 0px;
}
#main{
  background: #002137;
  background: linear-gradient(top, #000000 0, #0077C7 1050px) no-repeat;
  background: -webkit-linear-gradient(top, #000000 0, #0077C7 1050px) no-repeat;
  background: -moz-linear-gradient(top, #000000 0, #0077C7 1050px) no-repeat;
  background: -o-linear-gradient(top, #000000 0, #0077C7 1050px) no-repeat;
  background: -ms-linear-gradient(top, #000000 0, #0077C7 1050px) no-repeat;
  background: linear-gradient(top, #000000 0, #0077C7 1050px) no-repeat;
  -svg-background: linear-gradient(top, #000000 0, #0077C7 1050px) no-repeat;
  background-attachment: fixed !important;
  margin: 0 auto;
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor: default;
}
#content{
  background: #f3f8fb;
  max-width: 1200px;
  margin: auto;
  margin-bottom: -5px;
  margin-top: 20px;
  min-height: 750px;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -webkit-box-shadow: 0 8px 6px -6px #000;
     -moz-box-shadow: 0 8px 6px -6px #000;
          box-shadow: 0 8px 6px -6px #000;
}
.padd_10{
  padding-top: 10px;
  padding-bottom: 10px;
}
.div_titulo{
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.subtitulo{
  font-size: 30px;
    font-family:"Times New Roman", Times, serif;
  color: #333;
}
.subtitulo_2{
  font-size: 18px;
    font-family:"Times New Roman", Times, serif;
  color: #333;
}
.titulo_p{
  color: #333;
  font-size: 20px;
  font-family:"Times New Roman", Times, serif;
  text-shadow: #ffffff 1px 1px 0;
}
#content #text{
  padding: 15px;
}
#visible{
  visibility: hidden;
  cursor: pointer;
}
#visible:hover{
  visibility: visible;
}
#mapabolivia{
  width: 295px;
  height: 339px;
  float: left; 
  cursor: pointer; 
  margin-left: 20px;
  margin-top: 50px;
  /*border: dashed 1px #ccc;*/
}
#descripcion{
  float: left;
  /*max-width: 500px;*/
  width: 800px;
  margin-left: 20px;
  padding-top: 20px;
  /*border: #ccc solid 1px;*/
}

#subdirectorios{  
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}
#subdirectorios li{
  list-style: none;
  vertical-align: baseline;
  clear: both;
}
#subdirectorios li img{
  float: left;
}
#subdirectorios li a{
  color: #003c7f;
  font-size: 14px;
  text-decoration: none;
  display: block;
  color: #1f7244;
  font-weight: bold;
  float: left;
  padding: 10px 10px;
}
#subdirectorios li a:hover{
  text-decoration: underline;
}
h1, h2{
  text-transform: uppercase;
}
#lista_exel{
  padding: 0px;
  margin: 0px;
}
#lista_exel li{
  list-style: none;
  vertical-align: baseline;
  clear: both;
}
#lista_exel li a{
  color: #003c7f;
  font-size: 12px;
  text-decoration: none;
  display: block;
  color: #1f7244;
  font-weight: bold;
  float: left;
  padding: 8px 10px;
}
#lista_exel li a:hover{
  text-decoration: underline;
}
#lista_exel li img{
  float: left;
}
#jurisdiccion{
  min-width: 600px;
  height: 700px;
  overflow: auto;
  padding: 10px;
}

  .sub_enlace{
    background:url(../images/icons/butt.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
  }
  .sub_enlace:hover{
    cursor: pointer;
    background: url(../images/icons/butt_act.png) no-repeat;
  }
/*bucador*/
  #autocomplete{
    position: absolute;
    width:auto;
    border:  #ccc solid 1px;
    background: #fff;
  }
  #lista_autocomplete{
    padding: 0px;
    margin: 0px;
  }
  #lista_autocomplete li{
    padding: 0px;
    margin: 0px;
    list-style: none;
  }
  #lista_autocomplete li a{
    color: #003c7f;
    padding:5px;
    display: block;
    text-decoration: none;
  } 
  #lista_autocomplete li a:hover{
    background: #1F7244;
    color: #fff;
    cursor:pointer;
  }
  /*categoria autocomplete*/
    .categoria_t span, .categoria_h input, .categoria_h #autocomplete_cate{
    display: none !important;
  }
  .categoria_h .linkkk:before{
    content: "\f107";
  }
  .categoria_t .linkkk:before{
    content: "\f106";
  }
  #categoria{
    width: 100%;
    border: #e7e7e7 solid 1px;
    height: 35px;
    padding: 5px;
      border-radius:4px;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;    
  }
  #categoria span{
    display: block;
    width: 100%;
  }

  #categoria #left{
    float: left;
    width: 250px;
    font-size: 24px;
  }
  #categoria input[type=text]{
    border: none;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    background: transparent;
    font-size: 24px;
    padding: 0px;
    width: 100%;  
  }
  #categoria input[type=text]:focus{
    border: none;
  }
  #categoria #right{
    float: right;
    width: 30px;
    font-size: 30px;
    background: #dadbdb;
    text-align: center;
    height: 35px;
      border-radius:3px;
      -moz-border-radius:3px;
      -webkit-border-radius:3px;      
  } 
  #categoria #right:hover{
    background: #1F7244;
    cursor: pointer;
    color: #fff;
  }
  #autocomplete_cate{
    position: absolute;
    background: #fff;
    width: 340px;
    margin-top: 6px;
    border: #e7e7e7 solid 1px;
  } 
  #autocomplete_cate ul{
    padding: 0px;
    margin: 0px;
  }
  #autocomplete_cate ul li{
    list-style: none;
    padding: 0px;
    margin:0px;
  }
  #autocomplete_cate ul li a{
    font-size:16px;
    text-decoration: none;
    padding: 5px 10px;
    color: #333;
    font-weight: bold;
    display: block;   
  }
  #autocomplete_cate ul li a:hover{
    background: #1F7244;
    color: #fff;
  }
  div.div{
    clear: both;
    padding: 5px;
  }