ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*=== MENU COLORES ===*/
.bgkwickTop {
	display:block;
	width: 636px;
	height:21px;
	background:url("../img/bg-menucolores-sup.jpg") no-repeat;
}
.bgkwickBottom{
	display:block;
	width: 636px;
	height:21px;
	background: url("../img/bg-menucolores-inf.jpg") no-repeat;
	margin: 0;
}

#kwick {
	width: 635px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

#kwick .kwicks {
	display: block;
	background: #FFF url("../images/trac.gif") top right no-repeat;
	height: 100px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 137px;
	padding: 10px;
	background: #fff;
	border-right: 2px solid #FFF;
}

#kwick .kwick span {
	display: none;
}

#kwick .download {
	background: #78ba91 url(../img/telefonia-es.gif);
}

#kwick .documentation {
	background: #7389ae url(../img/redes-es.gif);
}

#kwick .blog {
	background: #c17878 url(../img/camaras-es.gif);
}

#kwick .trac {
	background: #a87aad url(../img/productos-es.gif);
	border-right: 0;
}

