
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menuFer {
position: absolute;
top: 17px;
left:5px;
width: 15em;
font-size:0.8em;
color:#4A3F0F;
}

#menuFer dt {
cursor: pointer;
background-image:url(../images/fondo_boton.jpg);
background-repeat:repeat-x;
height: 20px;
line-height: 20px;
margin: 2px 0;
border-bottom: 1px solid #F0CA32;
border-right: 1px solid #F0CA32;
border-top: 1px solid #CDCABE;
border-left: 1px solid #CDCABE;
text-align: center;
font-weight: bold;
}

#menuFer dd {
position: absolute;
z-index: 100;
left: 14em;
margin-top: -1.4em;
width: 25em;
background: #F1E7B8;
border-bottom: 1px solid #F0CA32;
border-right: 1px solid #F0CA32;
border-top: 1px solid #CDCABE;
border-left: 1px solid #CDCABE;
}

#menuFer ul {
padding: 2px;
}
#menuFer li {
text-align: center;
height: 18px;
line-height: 18px;
}
#menuFer li a, #menuFer dt a {
color:#006600;
text-decoration: none;
display: block;
font-size:0.9 em;
}

#menuFer li a:hover {
text-decoration: underline;
}


#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;
}


a.menuferti {
	color:#4A3F0F;
	font-size:0.95em;
}

a.menuferti:link {
	text-decoration: none;
	color:#4A3F0F;
}
a.menuferti:visited {
	color: #4A3F0F;
	text-decoration: none;
}
a.menuferti:hover {
		color:#4A3F0F;
}
