@charset "utf-8";
/* CSS Document */
#navegador a:nth-of-type(4) {
	background-color: white;
	color:black;
}
#secciones{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#secciones section {
	position: relative;
	width: 12%;
	height: auto;
	display: inline-block;
	margin: 2em;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, inset 22px 1px 15px 5px rgba(178,178,178,0); 
	box-shadow: 0px 10px 13px -7px #000000, inset 22px 1px 15px 5px rgba(178,178,178,0);
}
#secciones > section > img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width:1000px) {
	#secciones section {
		width: 25%;
		height: auto;
	}
}
@media (max-width:700px) {
	#secciones section {
		width: 30%;
		height: auto;
	}
}
