/*redefine*/

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

/*content*/

#contenedor {
	position: relative;
	z-index: 1000;
	width: 720px;
/*	margin: -20px 0px 0px 0px;  */
	top: 20px;
	left: 20px;
	padding: 0 30px 0 0;
/*	border-right: 1px solid #1c1c1c;*/
/*	background: #202020;*/
}

#kwick {
	position: relative;
	margin-bottom: 1px;
	padding: 1px 0;
}

#kwick .kwicks {
	display: block;
	background: #202020 url(right.gif) top right no-repeat;
	height: 100px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 125px; 	/* 125 */
	padding: 10px;  /* padding hacia abajo. Para que haya espacio*/
	background: #fff;
	border-right: 2px solid #ffffff; /* Color de las lineas entre bloques + 5px*/
}

#kwick .kwick span {
	display: none;
}

#kwick .que_es {
	background: #9ce782 url(../images/que_es_una_ludoteca.jpg);
}

#kwick .quienes_podemos_ir {
	background: #92bdfa url(../images/quienes_podemos_ir.jpg);
}

#kwick .cuando_podemos_ir {
	background: #92bdfa url(../images/cuando_podemos_ir.jpg);
}

#kwick .que_juegos_tenemos {
	background: #faa892 url(../images/que_juegos_tenemos.jpg);
}

#kwick .formas_de_pago {
	background: #faa892 url(../images/formas_de_pago.jpg);
}

#kwick .como_contactar {
	background: #e78282 url(../images/como_contactar.jpg);
	border-right: 0;
}
