
body {
 background-color : #7A6C2C;
}


table {
 background-image : url('fondotabla.jpg');
 background-repeat : no-repeat;
 background-position: 50% 50%;
}

A:hover
{
    BACKGROUND-COLOR: #C8B766;
   
}
