@CHARSET "UTF-8";

#menu-contenidor {
	width: 100% !important;
	overflow: visible !important;
	position: absolute !important;
	height: auto !important;
	background-color: #fff !important;
	z-index: 2001 !important;
	border: none !important;
}

#pagina.menu-visible #menu-contenidor .menu {
	max-height: 6000px;
	
	-webkit-transition: max-height 2s linear;
	-moz-transition: max-height 2s linear;
	-ms-transition: max-height 2s linear;
	-o-transition: max-height 2s linear;
	transition: max-height 2s linear;
}

.menu {
	position: relative; 
	max-height: 0;
	overflow: hidden;
	
	-webkit-transition: max-height 0.3s ease-out;
	-moz-transition: max-height 0.3s ease-out;
	-ms-transition: max-height 0.3s ease-out;
	-o-transition: max-height 0.3s ease-out;
	transition: max-height 0.3s ease-out;
}

#pagina.menu-visible #contingut {
	display: none;
}
#pagina.menu-visible #peu {
	display: none;
}