div#menu{	position: fixed;	top: 0;	left: 0;	right: 0;	z-index: 9999;	height: 60px;	background-color: #222;	/*background: linear-gradient(to bottom, #444, black);*/	box-shadow: 0px 0px 6px 0px #000;	overflow: hidden;}div#menu_contents{	margin: 0 auto 0 auto;	padding: 0 2% 0 2%;}div#menu_portada{	display: block;}	a#menu_logo	{		float: left;		display: block;		margin: 0 7% 0 0;		width: 170px;		height: 60px;		background-image: url(../img/logo.svg);		/*background-image: url(../img/logo_navidad.svg);*/		background-size: contain;		background-position: center center;		background-repeat: no-repeat;		font-size: 0;	}		div#menu_buscador	{		position: relative;		display: block;		text-align: center;		overflow: hidden;	}	div#menu_buscador input	{		float: none;		margin: 10px 0 10px 0;		height: 40px;		width: 100%;		box-sizing: border-box;		border: none;		border-radius: 4px;		background-color: #f7f7f7;		padding: 0 12px 0 12px;		box-shadow: inset 0px 0px 3px -1px #333;		color: #999;		font-size: 15px;	}	div#menu_buscador button	{		position: absolute;		display: block;		top: 10px;		right: 0;		width: 40px;		height: 40px;		box-sizing: border-box;		border: none;		border-left: 1px solid #ddd;		border-top-left-radius: 0px;		border-top-right-radius: 4px;		border-bottom-left-radius: 0px;		border-bottom-right-radius: 4px;		background: none;		background-color: #F7F7F7;		background-image: url(../img/css_input_buscar_fondo.svg);		background-position: center;		background-repeat: no-repeat;		background-size: 24px auto;		line-height: 40px;		padding: 0 0 0 0;		text-align: center;		font-size: 0;		cursor: pointer;	}		div#menu_botones	{		float: right;		display: block;		margin: 0 0 0 7%;		border-right: 1px solid #000;	}			div#menu_botones a		{			display: block;			position: relative;			float: left;			position: relative;			margin: 0px 0px 0px 1px;			width: 70px;			height: 60px;			box-sizing: border-box;			border-left: 1px solid #000;			background-color: transparent;			background-position: top 10px center;			background-repeat: no-repeat;			background-size: 24px auto;			padding: 36px 0 0 0;			line-height: 24px;			text-align: center;			font-size: 10px;			letter-spacing: 1px;			color: white;		}			div#menu_botones a:hover,		div#menu_botones a:active		{			background-color: #444;		}		a#menu_botones_catalogo	{	background-image: url(../img/menu_catalogo.svg);	}		a#menu_botones_buscar	{	background-image: url(../img/menu_buscar.svg);		}		a#menu_botones_lotes		{	background-image: url(../img/menu_lotes.svg);		}		a#menu_botones_perfil		{			}					div#menu_botones_perfil_novedades			{				position: absolute;				top: 2px;				right: 9px;			}			div#menu_botones_perfil_novedades span			{				display: inline-block;				box-shadow: 1px 1px 3px #000;				border-radius: 50%;				background-color: red;				padding: 0 5px 0 5px;				line-height: 16px;				font-size: 10px;				font-weight: bold;				color: white;			}			div#menu_botones_perfil_foto			{				position: absolute;				top: 8px;				left: 19px;				width: 32px;				height: 32px;				border-radius: 50%;				background-color: transparent;				background-size: cover;				background-repeat: no-repeat;				background-position: center center;			}					div#menu_botones_perfil_nombre			{				height: 24px;				white-space: nowrap;				text-overflow: ellipsis;				overflow: hidden;			}