


.block {
	float:left;
}

.ads {
	height: 80px;
	margin: 40px 0 20px 0;
}

.header {
	clear: both;
	height: 70px;
}

.button {
	background: #8ec204;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(181,232,42)), to(rgb(142,194,4)));
    background : -moz-gradient(linear, left top, left bottom, from(rgb(181,232,42)), to(rgb(142,194,4)));
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.25);
    border-radius : 15px;
    -moz-border-radius : 15px;
    -webkit-border-radius : 15px;
	padding: 6px 12px;
}

/*LAVALAMP START*/

.lavalamp {
    position: relative;

    background: #fff;
   
	padding-left:0px;
	

    background : -webkit-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(204,204,204)));
    background : -moz-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(204,204,204)));
	height: 50px;

	margin-bottom:15px;
	
	font-weight:bold;
	float:left;
	width:933px;
	font-family:Arial, Helvetica, sans-serif;
	

}
.lavalamp a:hover{
text-decoration:none;
}
.magenta {


		background-image:url(bg_menu.gif);
	background-repeat:repeat-x;
	
}

.cyan {
	background : rgb(64,181,197);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(64,181,197)), to(rgb(7,165,187)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(64,181,197)), to(rgb(7,165,187)));
	border: 1px solid #2f8893;
	
}

.yellow {
	background : rgb(255,199,79);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(255,199,79)), to(rgb(255,188,43)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(255,199,79)), to(rgb(255,188,43)));
	border: 1px solid #c08c1f;
	
}

.orange {
	background : rgb(255,133,64);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(255,133,64)), to(rgb(255,107,24)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(255,133,64)), to(rgb(255,107,24)));
	border: 1px solid #c04f11;
	
}

.dark {
	background : rgb(89,89,89);
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(89,89,89)), to(rgb(54,54,54)));
	background : -moz-gradient(linear, left top, left bottom, from(rgb(89,89,89)), to(rgb(54,54,54)));
	border: 1px solid #272727;
	
}




a {
    text-decoration: none;
    color: #262626;
    line-height: 20px;
}

ul {
    margin: 0;
    padding: 0;
    z-index: 300;
    
	padding-top:6px;
}

ul li {
    list-style: none;
    float:left;

    text-align: center;
	-moz-border-radius:8px 8px 8px 8px;
	
	
    }

ul li a {
 
    text-align: center;
    }

ul li a:hover {
   
    text-align: center;
	

    }
#inicio{
	background-image:url(../images/inicio.png);
	background-repeat:no-repeat;
	background-position:center -37px;
	}
#inicio:hover{
	
		background-image:url(../images/inicio.png);
	background-repeat:no-repeat;
	background-position:center 0px;
	}
#ventas{
	background-image:url(../images/ventas.png);
	background-repeat:no-repeat;
	background-position:center -37px;
	}
#ventas:hover{
	
		background-image:url(../images/ventas.png);
	background-repeat:no-repeat;
	background-position:center 0px;
	}
#intercambio{
	background-image:url(../images/intercambio.png);
	background-repeat:no-repeat;
	background-position:center -37px;
	}
#intercambio:hover{
	
		background-image:url(../images/intercambio.png);
	background-repeat:no-repeat;
	background-position:center 0px;
	}
#alquiler{
	background-image:url(../images/alquiler.png);
	background-repeat:no-repeat;
	background-position:center -37px;
	}
#alquiler:hover{
	
		background-image:url(../images/alquiler.png);
	background-repeat:no-repeat;
	background-position:center 0px;
	}
.floatr {s
    position: absolute;
    top: 10px;
    z-index: 50;
    width: 70px;
    height: 30px;
    border-radius : 8px;
    -moz-border-radius : 8px;
    -webkit-border-radius : 8px;
    background : rgba(0,0,0,.16);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}


/////////////////////////////////////////

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 421px;
    background: url("../image/bg.gif") no-repeat top;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../image/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../image/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            
        }
        

