
body             { background: #333; }
#divTotal {
   /* border: 5px solid #F33333;*/
    margin: 0 0;
}
body             { font-size: 10px; }
 #menu{
    height: auto;
    border-bottom: none /*borde hacia abajo*/
    }
    #menu ul {
        width: 100%;
        height: auto;
        background: none;
        float: none; 
        padding-top: 0;

    }
    #menu ul li{
    float: none;
    }
    #menu li a{
        line-height: 30px;
        display: block;
        background: #610B0B;
        padding: 0;
        text-align:center;
        border-right: none;
        font-size: 13px;
        margin-bottom: 4px;
    }

