 #menuAuxiliarIzq{
    width: 54px;
    height: 18px;    
    position: relative;
  }
  
  #cerrado{
    width: 54px;
    height: 18px;
    background-image: url(../images/casita/casitaClose.png);
    background-repeat: no-repeat;    
  }
  
  #abierto{
    width: 54px;
    height: 100px;
    display: none;
    background-image: url(../images/casita/casitaOpen.png);
    background-repeat: no-repeat;
  }
  
  #puntaMenu{
    width: 54px;
    height: 15px;
    background-image: url(../images/casita/casitaPunta.png);
    background-repeat: no-repeat;
  }
  
  #icoHome{
    width: 19px;
    height: 15px;    
    background-image: url(../images/casita/home.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 19px;
    top: 7px;
  }  
  #icoHome:hover{
    background-image: url(../images/casita/homeOver.png);
    cursor: pointer;
  } 
  
  #icositemap{
    width: 31px;
    height: 20px;    
    background-image: url(../images/casita/sitemap.png);
    background-repeat: no-repeat;    
    position: absolute;
    left: 13px;
    top: 30px;
    display: none;
  }  
  #icositemap:hover{
    background-image: url(../images/casita/sitemapover.png);
    cursor: pointer;
  }
  
#icoMasFuente{
    width: 22px;
    height: 14px;    
    background-image: url(../images/casita/masfuente.png);
    background-repeat: no-repeat;    
    position: absolute;
    left: 19px;
    top: 60px;
    display: none;
  }  
  #icoMasFuente:hover{
    background-image: url(../images/casita/masfuenteover.png);
    cursor: pointer;
  }  
  
  #icoFuente{
    width: 14px;
    height: 14px;    
    background-image: url(../images/casita/fuente.png);
    background-repeat: no-repeat;    
    position: absolute;
    left: 19px;
    top: 80px;
    display: none;
  }
  #icoFuente:hover{
    background-image: url(../images/casita/fuenteover.png);
    cursor: pointer;
  }
  
    #icoMenosFuente{
    width: 21px;
    height: 14px;    
    background-image: url(../images/casita/menosfuente.png);
    background-repeat: no-repeat;    
    position: absolute;
    left: 19px;
    top: 100px;
    display: none;
  }
  #icoMenosFuente:hover{
    background-image: url(../images/casita/menosfuenteover.png);
    cursor: pointer;
  }
  