/*-----------------------------------
  MENU
-----------------------------------*/
#menu{
 display: block; height: 26px; width: 680px;
 overflow: hidden;
 position: absolute; right: 0px; bottom: 0px;
}
#menu ul { padding:0;  margin:0; }
#menu li {  float: left;  list-style:none;  margin:0;  padding:0; }
#menu li#bot_products a {
 position:absolute; bottom: 0px; right: 378px;
 display: block; width: 105px; height: 26px; text-indent: -10000px;
 background: url(../images/buttons/products.jpg) no-repeat;
}
#menu li#bot_projects a {
 position:absolute; bottom: 0px; right: 233px;
 display: block; width: 148px; height: 26px; text-indent: -10000px;
 background: url(../images/buttons/projects.jpg) no-repeat;
}
#menu li#bot_news a {
 position:absolute; bottom: 0px; right: 105px;
 display: block; width: 128px; height: 26px; text-indent: -10000px;
 background: url(../images/buttons/news.jpg) no-repeat;
}
#menu li#bot_contact a {
 position:absolute; bottom: 0px; right: 0px;
 display: block; width: 105px; height: 26px; text-indent: -10000px;
 background: url(../images/buttons/contact.jpg) no-repeat;
}

#menu li#bot_products a:hover, #menu li#bot_projects a:hover, #menu li#bot_news a:hover, #menu li#bot_contact a:hover {
 background-position: left -26px;
}
#menu li#bot_products a.seccion_actual, #menu li#bot_projects a.seccion_actual,
#menu li#bot_news a.seccion_actual, #menu li#bot_contact a.seccion_actual { background-position: left -26px; }
