.lavaLamp {
	position: relative;
	height: 29px;
	width: auto;
	overflow: hidden;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	background-image: url(images/fondo.gif);
	background-repeat: repeat-x;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	background-image: url(images/lava2.gif);
	background-repeat: no-repeat;
	background-position: right -30px;
        }
            .lavaLamp li.back .left {
	height: 30px;
	margin-right: 9px;
	background-image: url(images/lava2.gif);
	background-repeat: no-repeat;
	background-position: left top;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	color: #666;
	outline: none;
	text-align: center;
	height: 30px;
	top: 7px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin-top: auto;
	margin-right: 3px;
	margin-bottom: auto;
	margin-left: 3px;
        }
	.lavaLamp li a:hover {
	color: #333;
	}
