h4 {
	margin: 15px;
}

#marcas {
	width: 96%;
	height: 100%;
	margin: 10px auto;
	/*border: 1px solid #2332be;*/

}

#marcas ul {
	margin: 10px auto;
	height: 100%;
	width: 98%;
}

#marcas li {
	float: left;
	margin: 20px 15px;
	border: 1px solid #e6ecf0;
	width: 200px;
	height: 150px;
	list-style-type: none;
	
	text-align: center;
	overflow: hidden;

}

#marcas li img {
	margin: 35px auto;
	position: relative;
	/*top: -100px;*/
	top: -95%;
	z-index: 5;
	
	background-repeat: no-repeat;
	
}

#marcas li a {
	display: block;
	width: 198px;
	height: 148px;
	border: 1px solid #e6ecf0;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#marcas li a:hover {
	border: 1px solid #2332be;
	z-index: 10;

}

.enlace {
	z-index:100;
	background: url(cuadro.png);
	text-align:center;
	z-index:1;
	width: 250px;
	border: groove 1px #2332be;
	display:block;
	margin: 10px auto 0;
}









