ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
margin-bottom:0px;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
font-weight:bold;
background-color: #333366;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #666;
text-decoration: none;
}




/*menu izquierdo*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
color:#fff;
}
#menu {
	position: relative;
	top: 0px;
	left: 5px;
}
dl#menu {
width: 15em;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
border: 1px solid gray;
background: #201C64;
padding-left:10px;
}
dl#menu dd {
border: 1px solid #201C64;
}
dl#menu li {
text-align: center;
background: #fff;
}
dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 20px;
text-align: middle;

background: #fff;
padding-left:10px;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #eee;
}

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}
