/* Estilo Familias */
#menu1 {
	overflow: hidden;
	padding-bottom: 200px;
}

a.familia:link, a.familia:visited, a.familia:active {
	color: #333;
	display: block;
	line-height: 13px;
	text-decoration: none;/* text-transform:uppercase; */
	padding: 10px 10px;
	font-size: 14px;
}

a.familia:hover {
	color: #ff8500;
}

/* Estilo Subfamilias */
.subfamilias {
	clear: both;
	box-sizing: border-box;
	padding-left: 20px;
	margin: 10px 0;
}

a.subfamilia,
a.subfamiliaSel {
	color: #5f5f5f;
	line-height: 12px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 0;
}

a.subfamilia:hover,
a.subfamiliaSel {
	color: #ff8500;
}


/* Separador */
.Separador {

	/* background:url(/img/separador.png) no-repeat center 5px; */border-top: 1px solid #e3e3e3;
	color: #3081C0;
	display: block;
	font-size: 13px;
	font-weight: bold;/* height:25px; */
	text-decoration: none;
	text-transform: uppercase;
	margin: 20px 0;
}

.Separador2 {

	/* border-bottom: 1px solid #e3e3e3; */display: block;
	font-size: 13px;
	margin-bottom: 15px;
	text-decoration: none;
	padding: 0 10px;
	text-transform: uppercase;
	box-sizing: border-box;
	font-family: 'Lato-Bold';
}

/* Gamas */
.contenedora_gamas {
	background: #ffffff url(/img/fnd_gamas_menu.jpg) no-repeat right top;
	float: left;
	clear: both;
	height: 24px;
	overflow: hidden;
	position: relative;
	width: 950px;
	padding: 0px 0px 0px 10px;
}

.gamasSup li a:link, .gamasSup li a:visited, .gamasSup li a:active {
	background: url(../img/fnd_gamas_der.jpg) no-repeat right bottom;
}

.gamasSup li a:hover {
	color: #3081C0;
}

.gamaSup li {
	float: left;
}

.gamasSup li a.seleccionado {
	color: #3081C0;
}

.btnNov:link, .btnNov:visited, .btnNov:active {
	background: url(../img/btn_nuevo.png) no-repeat left top;
	display: block;
	height: 33px;
	bottom: 0px;
	right: 100px;
	position: absolute;
	width: 48px;
}

.btnOut:link, .btnOut:visited, .btnOut:active {
	background: url(../img/btn_outlet.png) no-repeat left top;
	display: block;
	height: 33px;
	bottom: 0px;
	right: 0px;
	position: absolute;
	width: 48px;
}

.btnOf:link, .btnOf:visited, .btnOf:active {
	background: url(../img/btn_oferta.png) no-repeat left top;
	display: block;
	height: 33px;
	bottom: 0px;
	right: 0px;
	position: absolute;
	width: 98px;
}