/* CSS Document */
#lista-slider-1 {
	width: 98%;
	background-color: #f5f5f5;
	padding:10px;
}
.k-personaje {
	width:70px;
	height:80px;
	border: 1px solid #CCC;
	background-color:#FFFFFF;
	text-align:center;
	margin:15px;
	box-shadow: 3px 3px 1px #888888;
	display:inline-flex;
	padding:10px;
	cursor:pointer;
}

.k-personaje .item-m {
	font-style: normal; 
	color: rgb(34, 34, 34); 
	font-family: arial, sans-serif;
	text-align:center;
	line-height:18px;
	border-top:3px solid #EF405B;
	margin-top:10px;
	padding-top:5px;
}
.clear {
	clear:both;
}