.lavaLampBottomStyle {
  position: relative;
  overflow: hidden;
  height: 35px;
  padding: 0px;
  
 /*
  
  width: 421px;
  margin: 10px 0;
  border: 1px solid gray;
  background-color: white;
 */
  
}
.lavaLampBottomStyle li {
  float: left;
  list-style: none; 
  height:30px; 
}
.lavaLampBottomStyle li.back { 
 /*
  border-bottom-width:3px; 
  border-bottom-style:solid; 
  border-bottom-color:#da77ba;
  */ 
  background-image:url(../../imagenes/menu/slider.png); 
  background-position:bottom center; 
  background-repeat:no-repeat;
  /*border-bottom: 5px solid blue;*/ 
  width:9px;
  height:32px;
  /*height: 30px;*/
  z-index: 8;
  position: absolute;
}
.lavaLampBottomStyle li a { 
  font-family:Arial; 
  font-size:12px; 
  font-weight:bold;

  text-decoration: none;
  color:#FFFFFF;
  outline: none;
  text-align: center;
  top: 3px;
  /*text-transform: uppercase;*/
  letter-spacing: 0;
  z-index: 10;
  display: block;
  float: left;
  height: 30px;
  position: relative;
  overflow: hidden;
  margin: auto 5px;
 /* margin: auto 10px;*/
}   
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}                     