/*este estilo es cuando esta metido en el lado izquierdo*/
#menu
{
    background-color: rgb(167,59,68);
    color: white;
    padding: 21px 0 10px 9px;
}

#izq #menu
{
    height: 100px;
    border: 5px solid rgb(174,149,52);
    margin-bottom: 3px;
}

#izq #menu a
{
    display:list-item;
    list-style: square inside;
    text-transform: uppercase;
    font-size: 12px;
    background-color: rgb(167,59,68);
    border-bottom: 1px dotted white;
    width:80%;
}
#izq #menu a:hover
{
    background: rgb(200,128,128);
    text-decoration: underline;
}
