a, #menu_gral #enlace_mapa a{
    color: #DFDFDF;
    font-family: Arial;
    margin-bottom: 10px;
    font-weight: normal;
}

a:hover{
    text-decoration: none;
}

#ocul{
    display: none;
    color: #EFEFEF;
    font-family: Arial;
    border: solid 1px #3B3B3B;
    padding: 10px;
}

#menu_gral{
    display: block;
    height: 90px;
    float: right;
    margin-top: 20px;
    vertical-align: text-bottom;
}

#menu_gral a{
    color: #C8D6EA;
    font-weight: bold;
}

#info{
  float: right;
  width: 74%;
  border: solid 1px #9B9B9B;
  padding: 10px 1%;
}


#enlaces, #notas{
  float: left;
  width: 20%;
  border: solid 1px #9B9B9B;
  padding: 10px 1%;
}

.enlace, .nota{
  display: block;
}

#pie{
  clear: both;
}

#logo{
  float: left;
  height: 105px;
  width: 208px;
  vertical-align: text-bottom;
}

#menu_gral #enlace_mapa{
  text-align: right; 
}

