html {
  min-height: 100%;
  position: relative;
}
body {
  
  margin: 0;
  margin-bottom: 40px;
  background:url('../imgg/fondo.png')no-repeat fixed;
  background-size:100% 100%;
}
footer {
  background-color:#d9230f;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: red;
}



#bar1 {
    background-color: #d9230f;
    min-height: 20px;
    width: 100%;
    margin: 0;
    border: 0;
    padding:0;
    display: inline-block;
}

#bar2{
    background-color: #525252;
    min-height: 60px;
    width: 100%;
    margin:0;
    border: 0;
    padding:0;
    display: inline-block;
}

#logof {
    /*background-color: #fff;*/
    position: absolute;
    left: 70px;
    top: 0px;
    border-radius: 0 0 10px 10px;
    height: 40px;
    box-shadow: 12 2px 4px rgba(0,0,0,0.175);
}


#toc div {
    background-color: #525252;
    display: inline-block;
    min-height: 15px;
    width: 100%;
}

#toc div:hover{
    background-color: #70a7bb;
    cursor: pointer;
}

#toc p{
    margin-left: 14px;
    color: white;
}

#toc a{
    color: white;
    text-decoration: none;
}

#toc a:visited{
    color: #fff;
}
