/*body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 30;
left: 100;
margin: 0 auto;
z-index:100;
width: 100%; /* precision for Opera */
}
/*Items del menu*/
#menu dl {
float: left;
width: 104.8px;
}
/*Cambiar color de los items*/
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background:  #CC9966;
border: 1px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #663300;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #FFF3CC ; border-bottom: solid medium  #FC0;
}


