body {
  padding-bottom: 140px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
/* Header styles
-------------------------------------------------- */
.top_bar{
  background-color: #1E2241;
  color: white;
  font-size: 12px;
  padding: 3px 0px;
}
.img_header{
  background: url(http://maps.fenavi.org/wp-content/uploads/2017/08/foto2.jpg) no-repeat center 40%; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 180px;
}
.img_header2{
  background: url(https://myzone-26ex1sw6hijbg4oa.netdna-ssl.com/wp-content/uploads/2017/04/Frangos_Embrapa.jpg) no-repeat center 40%; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 180px;
}
.img_header3{
  background: url(https://myzone-26ex1sw6hijbg4oa.netdna-ssl.com/wp-content/uploads/2017/04/Frangos_Embrapa.jpg) no-repeat center 40%; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 180px;
}
/* Navegacion 
-------------------------------------------------- */
.current-menu-item > a{
  background: #E8EBF4;
}
.menu{
  background-color: #1E4971;
    color: white;
    text-align: right;
    font-weight: 300;
    font-size: 24px;
    cursor: pointer;
    height: 70px;
}
.sidenav ul{
  list-style-type: none;
  padding-left: 0px;
  text-align: left;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #1E4971;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-right: 1px solid white;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    color: white;
    border-bottom: 1px solid #27547d;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: none;
}
#main {
    transition: margin-left .5s;
    font-size: 24px;
    text-align: right;
    padding: 16px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 16px;
    height: 124px;
    background-color: #E8EBF4;
    text-align: center;
    /* font-size: 12px; */
    font-size: 10px;
}
.container .text-muted {
  margin: 20px 0;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
/* Sidebar styles
-------------------------------------------------- */
.sidebar{
  margin-top: 40px;
}
.sidebar h3{
 color: #888;
}
.widget{
  padding: 10px 0px 30px;
}
/* Post styles
-------------------------------------------------- */
article.post{
  margin: 20px 0px 40px;
}