/*
color cafe oscuro:   #231f20
color cafe claro:    #f8edd7
verde:               #1c6434
*/
*{
    margin: 0;
    
}
body{
    background-color: #231f20;
}

#cel_menu{
    display: none;
}

p{
    font-size: 1.2em;
}

#logo{
   
    position: absolute;
    text-align: left;
     z-index: 10;
    margin-left: 5%;
    min-width: 175px;
}
nav{
    background-color: #231f20;
    overflow: hidden;
    

}
ul{
    
    margin-top: 0;
}
#lista1{
    width:  100%;
    
}
#bar_menu{
    width: 74%;
    margin-left: 18%
    
}
#bar_menu li{
    padding-top: 2.5em;
    padding-bottom: 1em;
    float:left;
    list-style-type: none;
    margin-left: 2%;
    width: 14%;
    text-align: center;    
}
a{
   color: #ffffff;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
}
li:hover{
   background-color: #231f40;
    background: -webkit-linear-gradient(top, #231f20, #231f40);
    background: -moz-linear-gradient(top, #FFFFFF, #231f40);
}
.icon-facebook {
    position: absolute;
    margin-left: 95%;
    margin-top: .3em;
    color: #ffffff;
    font-size: 1.5em;
}


footer{
    padding-top: 2%;
    text-align: center;
    color: #ffffff;
    background-color: #231f20;
    margin-top: 2%;   
}


@media (max-width: 700px){
    header{
    height: 65px;
    background-color: #231f20;
}
   #cel_menu{
    display: block;
    margin-left: 35%;
    color: #ffffff;
    position: absolute;
    height: 45px;
    padding-top: 20px;
    list-style-type: none;
    width: 30%;
    text-align: center;
    z-index: 1;
    font-size: 1.5em;
    }
    #bar_menu{
        margin-left: 30%;
        width: 30%;
        position: absolute;
        display: none;
    }
    .primer{
        margin-top: 65px;
    }
    #bar_menu li{
        display: block;
        width: 100%;
        padding:0;
        border: solid 2px;
        background-color: #231f20;
        margin-bottom: 2px
        
        
        }
    #bar_menu a{
        text-align: left;
        padding: 0;
        margin: 0;
    }
    #logo{
   
    position: absolute;
    text-align: left;
    width: 30%;
    z-index: 10;
    margin-left: 5%;
    min-width: 100px;
    }
    .icon-facebook{
        margin-left: 90%;
    }
}


