#menu_deslizante_contenedor {
	float:right;
	margin-right:0em;
	overflow:hidden;
}

.menu_deslizante_contenedor_total{
	display: block !important;
}

#menu_deslizante {
	display:table;
	float:right;
	margin-right:-19em;
}

.menu_fila{
	display:table-row;
}

#menu_boton{
	display:table-cell;
	background-position: center 30%;
	background-repeat:no-repeat;
	color:#FFF;
	float:left;
	margin:.4em;
	cursor:pointer;
}
.menu_texto{
	height:50%;
	width:100%;
	padding-top:62%;
	margin-bottom:0;
	text-align:center;
    font-size: .8em;
    text-transform: uppercase;	
}


.menu_boton_columna2{
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity 0.3s, visibility 0.3s;  
}

.menu_boton_columna3{
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.menu_boton_columna4{
  opacity: 0;
  filter: alpha(opacity=0);
  
}

#menu_arrastrar 	{
	font-size:1.8em;
	float:left;
	position:relative;
	top:.2em;
	background-image: url('../images/slide_areas.png');
	height: 463px;
	width:38px;
	cursor: pointer;
	background-position-x:0px;
}

.menu_arrastrar_2 	{
	background-position-x:38px !important;
}


#menu_botones{
	display:table;
	float:left;
	margin-top: 15px;	
}