body{
    background: url(../img/pimientos.jpg);
    background-attachment: fixed;
    /*background-size: 100%;*/
}

#logo{
    background:#235E3D;
}

#menu ul li:hover{
    background: #235E3D;
}

.button-more{
    background: #235E3D;
}

