#general{

background: url(imagenes/FONDO.jpg) no-repeat;
background-attachment: fixed;
background-position:top;


}

#FONDOMENU{
    background:url(imagenes/background-menu.gif) no-repeat top left bottom right;

}
 .lavaLampWithImage {
	position: relative;
	height: 64px;
	width: 530px;
}
.lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("imagenes/lava.png") no-repeat right -30px;
                        width: 19px; height: 100px;
                        z-index: 8;
                        position: absolute;
						 top: 40px;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("imagenes/lava.png") no-repeat top left;
                            height: 30px;
                            margin-right: 2px; /* 7px is the width of the rounded shape */
							 top: 18px;
                        }
                    .lavaLampWithImage li a {
	font: 15px Trebuchet MS;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align:left;
	top: 20px;
	letter-spacing: 1;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

   

