#lateral {
	float: left;
	width: 260px;
	border: none;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
}

#lateral-titulo {
	width: 100%;
	background: #84309c;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

#categorias {
	width: 100%;
}

#categorias ul {
	width: 100%;
	background: #f0efcd;
	list-style-type: none;
}

#categorias ul li {
	width: 100%;
	border-bottom: 1px solid rgba(90,41,120,0.4);;
}

#categorias ul li img {
	margin-right: 10px;
}

#categorias ul li a {
	width: 100%;
	color: rgba(90,41,120,0.8);
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	box-sizing: border-box;
}

#categorias li a:hover {
	color: #fff;
	background: rgba(90,41,120,0.8);
}

#princesas {
	width: 100%;
}

#princesas ul {
	width: 100%;
	background: #f0cdea;
	list-style-type: none;
}

#princesas ul li {
	width: 100%;
	border-bottom: 1px solid rgba(90,41,120,0.4);;
}

#princesas ul li img {
	margin-right: 10px;
}

#princesas ul li a {
	width: 100%;
	color: rgba(90,41,120,0.8);
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 10px;
	box-sizing: border-box;
}

#princesas li a:hover {
	color: #fff;
	background: rgba(90,41,120,0.8);
}

#subcategorias {
	width: 100%;
}

#subcategorias ul {
	width: 100%;
	background: #efdff4;
	list-style-type: none;
}

#subcategorias ul li {
	width: 100%;
	border-bottom: 1px solid rgba(90,41,120,0.4);;
}

#subcategorias ul li img {
	margin-right: 4px;
}

#subcategorias ul li a {
	width: 100%;
	color: rgba(90,41,120,0.8);
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 10px;
	box-sizing: border-box;
}

#subcategorias li a:hover {
	color: #fff;
	background: rgba(90,41,120,0.8);
}

.bestcoloringgames {
	width: 100%;
	height: auto;
	padding: 20px 0;
	box-sizing: boerder-box;

}

.bestcoloringgames a img {
	width: 100%;
}

