/*- Menu Tabs D--------------------------- */
  #tabsD {
      font-size:9px;
      margin-bottom: 20px;
    }
      
    #tabsD ul {
		margin:0;
		list-style:none;
    }
      
    #tabsD li {
      margin:0;
      width: 30px;
      border: 1px dotted #666;   	
    	text-align: center;
      float:left;
      display:block;
      padding: 7px 17px 7px 10px;
      color:#666;
      background:#FFF;
      font-weight: normal;
      }

    #aLocal {
     color:#7E5822;
     
    }
    #tabsD #sinLink {
	   color:#FFF;
      /*background:#FFCC66;*/
      /*background:#8379ab;*/
      background:#312c41;
      text-align: center;
      width: 45px;
		margin-bottom: 20px;
    }
        
    #tabsD a:hover span {
      font-weight: bold;
    }
    
    
    