
.links , a:link {
  text-align: right;
  margin-bottom: 30px;
  color:black;
  font-size: 16px;
}

a:hover {
  color: blue;

}

.container {
  width:72%;
}

#menu {
  margin: 40 0 40 0px;
}
/* IMAGENS */

#imgHeader {
  width: 100%;
  height: 60px;
  margin-bottom: 25px;
}

#imgFooter{
    width: 100%;
    height: 120px;
    margin-top: 30px;
}

p {
    margin: 0 0 0px;
    margin-top: 20px;
}


h4 {
  color: blue;
}

h1,h2,h3,h4 {
  text-align: left;
  padding: 10px;
  font-family: "Arial", Times, serif;
}

h1 {
font-size: 50px;
color:#0e0e0e;
font-style: bold;
}

h2{
font-size: 40px;
font-family: "Arial", Times, serif;
}


.texto {
  margin-top: 5%;
  background-color: #e6e6e6;
}


.texto p {
  margin-top: 15px;

}

.col {
  margin-top: 4%;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 8px;

}



.glyphicon {
    position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.links, a:link {
    text-align: right;
    margin-bottom: 30px;
    color: black;
    font-size: 13px;
    margin: 2px;
}

span {
  margin-right: 10px;
}

hr {
  margin-bottom: 20px;
  background-color: #99b3e6;
  height: 2px;

}

#hr_superior {
  margin-top: 20px;
  margin-bottom: -10px;
}

#hr_inferior{
  margin-top: -10px;
  margin-bottom: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #f9f9f9;
    background-color: #000000;
}

/* ################## BARR LATERAL ##################  */

/* HISTORICO */
#historico p{
  margin-top: 50px;
}
