body{
    font-family: Verdana, sans-serif;
    font-size: 13pt;
    color: #4F545F;
    background-color: #aaacae;
    margin: 0ex;
}

#myHeader{
    background: url('../img/Fondo.jpg');
    background-position: center;
    padding: 2em;
    width: device-width;
    height: auto;
    /*position: fixed;*/
    /*background-size: 100% 100%;*/
    background-size:cover
}

#subHeader_1{
    color: white;
    font-size: 2.5em;
    font-weight: bolder;
    text-shadow: 2px 2px #6F263D;
}

#subHeader_2{
    color: white;
    font-size: 1.5em;
    font-weight: bolder;
    text-shadow: 2px 2px #000000;
}

h1{
    color: #6F263D;
    border-bottom: solid;
}

.sectionInfo{
    background-color: white;
    padding: 1em;
    margin: 0pt;
}


#menuBar{
    background-color: #6F263D;/*#b7e1db;*/
    /*position: fixed;
    top: 2em;
    width: device-width;*/
}

.nav-pills > li > a{
    font-weight: 785;
    color: white;
}

.nav-pills > li > a:hover{
    color: #001489;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
    color: white;
    background-color: #9b3c59;
    font-weight: bolder;
}

.nav-pills > li.active > a:hover {
    background-color: #9b3c59;
    color:white;
    font-weight: bold;
}

.hideElement{
    display : none;
}

#homeDiv{
    background-color: #888B8D;
    padding: 1em;
    font-size: 1em;
}




