@import url(http://fonts.googleapis.com/css?family=Open+Sans);

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


body{
	background: #808080;
	padding: 0px;
	
}
header{
	width: 100%;
	height: 100%;
	float: center;
	background:#808080;
	position: relative;

	
}
#logo{
	position: relative;
	width: 90%;
	margin: auto;
	background: #bbb;
}
#logo img{
	width: 100%;
	height: 100%
}

#logo .contenedor{
	position: absolute;
	top:40%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
}

#logo h1{
	font-size: 18px;
	color:#087700;
	text-decoration: solid;
	text-shadow:
		0 0 5px rgba(0,178,255,1),
		0 0 10px rgba(0,178,255,1),
		0 0 20px rgba(0,178,255,1),
		0 0 40px rgba(38,104,127,1),
		0 0 80px rgba(38,104,127,1),
		0 0 90px rgba(38,104,127,1),
		0 0 100px rgba(38,104,127,1),
		0 0 140px rgba(38,104,127,1),
		0 0 180px rgba(38,104,127,1);
}

#logo p{
	font-size: 12px;
	text-decoration: solid;
}

/*MENU HORIZONTAL*/
section{
	width: 90%
	margin-left:20px;
	margin-bottom: 1px;
	background: #bbb;
}

.menu-h{
	width: 90%;
	margin-left: 5%;
	min-height: 20px;
	background: #bbb;
}

.menu-h	ul{
	list-style: none;
	display: flex;
	justify-content: flex-end;
	position: relative;

}
.menu-h a{
	color: #fff;
	display: block;
	padding: 8px;
	text-decoration: none;
	background: #000399;
	font-family: arial;
	font-size: 12px;
	border-radius: 10px 10px;
}
.menu-h a:hover{
	background: #000;
}
.menu-h ul ul{
	display: none;
	position: absolute;
}
.menu-h ul li:hover ul{
	display: block;
}
/*MENU HORIZONTAL*/

/*CONTENIDO Cabecera*/
#contenedor{
	
	width: 90%;
	margin: auto;
	background: #ccc;
}
.contenido{
	width: 90%;
	margin:auto;
}

#menu-v{
	display: none;
}

.contenido h1{
	padding-top: 20px;
	text-align: center;
	margin-top: 0px;
	font-size: 40px;
}

.contenido h2{
	padding-top: 20px;
	text-align: center;
	margin-top: 0px;
	font-size: 30px;
}

.contenido h4{
	font-family: arial;
	text-align: center;
	margin-bottom: 30px;
}

.contenido p{
	margin-bottom: 10px;
	background: #bbb;
	font-family: arial;
	font-size: 10px;
	text-align: center;
	text-decoration-color: #000fff;
}

/*CONTENIDO Productos*/

.contenido #categorias{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}
#categorias{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}
.catego-section{
	display: inline-flex;
	justify-content: center;
	padding: 0px;

}

.catego-section b{
	text-align: center;
	font-family: arial;
	font-size: 10px;
	color: #000fff;
	margin-left: 30px;
}

.catego-section p{
	text-align: center;
	width: 100px;
	font-family: arial;
	font-size: 10px;
	color: #514e4d;
}

.img-lamp img{
	width: 130px;
	height:110px;
	flex-wrap: wrap;
	background-color: #ccc;
	border:3px solid #ccc;
	transition:0.5s;
}	

.lamp:hover{
	transform: scale(1.3);
}


.paginacion{
	margin: 10px 0px 0px 140px;
	background-color: #ccc; 
	padding-top: 20px;
	padding-bottom: 20px;

}

.paginacion ul{
	list-style-type: none;
	text-align: center;

}

.paginacion ul li{
	display: inline-block;
	margin-right: 10px;

}

.paginacion ul li a{
	display: block;
	padding: 10xp 20xp;
	color: #fff;
	background: #10a7a3;
	text-decoration: none;

}

.paginacion ul li a:hover{
	background: #000399;

}

.paginacion ul li .active {
	background: #000399;
	font-weight: bold;


}



/*CONTENIDO*/

 /*PIE DE PAGINA*/

footer{
	width: 90%;
	margin-left: 5%;
	min-height: 50px;
	background: #000399;
	border-radius: 0 0 20px 20px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-family: arial;
}






@media(min-width: 480px){
	#logo h1{
	font-size: 30px;
	color:#087700;

	}

	#logo p{
	font-size: 16px;
	margin-left: 40px;
	}

	.menu-h a{
	font-size: 14px;
	}
}

@media(min-width: 768px){
	#logo h1{
	font-size: 40px;
	color:#087700;

	}

	#logo p{
	font-size: 20px;
	margin-left: 40px;
	}

	.menu-h a{
	font-size: 16px;
	}
}

@media(min-width: 1024px){
	#logo h1{
	font-size: 60px;
	color:#087700;

	}

	#logo p{
	font-size: 30px;
	margin-left: 40px;
	}

	.menu-h a{
	font-size: 20px;
	}


	#menu-v{
	display: block;	
	width: 200px;
	height: 100%;
	background: #ccc;
	float: left;
	padding-left: 10px;
	}

	#menu-v ul{
	list-style: none;
	padding: 10px;
	}

	#menu-v a{
	display: block;
	color: #fff;
	background: #000;
	padding: 10px;
	text-decoration: none;
	margin-bottom: 8px;
	border-radius: 5px;
	font-family: arial;	
	font-size: 18px;
	}

	#menu-v a:hover{
	background: #069;
	}

	#menu-v a:hover img{
	animation: 1s rotacion 1;
	}

	.img-lamp img{
	width: 130px;
	height:115px;
	}	
	
	.catego-section{
	padding: 10px;

	}

	#categorias{
	min-height: 500px;
	}
	
	
}


@keyframes rotacion{
	0%{
		transform: rotate(270deg);
	}


}