
/* CSS base procedente de los tutoriales de css.alsacreations.com */
<!-- 

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
top: 0;
left: 0;
float:left;
}
#menu {
width: 15em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu dt a {
text-align:center;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}
#contenedor {
position: relative;
top:0;
left:0;
margin-left:15em;
padding:10px;
}
 #localizadormenu{
   position:fixed;
     margin:0;
	 padding:0;
	    background-color:#D5C18D;
		height: 1.6em;
		width: 100%;
		z-index:11;
 }
 
 #localizadormenu p{
   margin-top: 0px;
   margin-left:2%;
   font-size:1.2em;
   font-weight: bold;
   color:#FFFFFF;
   }
  
    #localizadormenu a{
z-index:12;
  color:#373F68;
font-stretch: ultra-condensed;
font-weight: bold;}

#localizadormenu a:hover {color: #B5B19A}
