  /* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 60px; width: 580px;
	background: transparent;
	margin:0 auto;
    padding: 15px; margin: 10px 0;
	
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
		padding-top:5px;
		
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url(../img/Boton_menu.png)  no-repeat right -45px;
            width: 300px; height: 45px;
			z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url(../img/Boton_menu.png)  no-repeat top left;
                height: 45px;
				width: 300px;
                margin-right: 0px;
				padding-right:90px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 12px;
            color: #d4f3ff; outline: none;
			line-height:80px;
            text-align: center;
            height: 50px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
			width: auto;
        }
        .lavaLamp li a:hover {
            /*color:;*/
			
        }

