.kwicks {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.kwicks li{
	width: 215px;
	height: 90px;
	margin-bottom: 3px;
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#kwick1 {
	background-color: #BEC133;
	width: 220px;
	height: 75px;
}
#kwick2 {
	background-color: #BEC133;
	width: 220px;
	height: 75px;
}
#kwick3 {
	background-color: #BEC133;
	width: 220px;
	height: 75px;
}
#kwick4 {
	background-color: #BEC133;
	width: 220px;
	height: 75px;
}
.tablacentrado  {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
