/************************* Menú de artíulos ***************************/
/* * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
} */

/* body {
	padding: 5%;
} */

.menu {
	display: flex;
}

.menu p {
	margin-right: 2rem;
	cursor: pointer;
}

.content {
	margin-top: 2rem;
}

[data-content] {
	display: none;
}

.active[data-content] {
	display: block;
}

/* ------------------------------------------------ */

img.blanconegro{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,#greyscale");
  filter: gray;
}

img.blanconegro:hover{
  cursor:pointer;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}


#Layer2 {
    /* menu categorias computadora,pc tableta o opad */

    position: absolute;
    width: 100%px;
    height: 100%px;
    z-index: 100;
    left: 0px;
    top: 350px;
}

#Layer3 {
    /* menu categorias mobil */
    position: absolute;
    width: 230px;
    height: 100%px;
    z-index: 100;
    left: -5px;
    top: 209px;
}

/*********************** Menú de artíulos *****************************/
