body, html {
	height: 100%;
}
body {
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}
.center{margin: 0 auto;text-align: center;}
#colores ul, #dibujos ul {
	list-style: none;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
/* #colores ul li, #dibujos ul li {
	display: inline;
	margin-right: 10px;
} */
#colores ul li {
	display: inline;
	/*margin-right: 10px;*/
}
#colores ul li a {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
	border-radius: 100%;
	border: 4px solid #FFF;
	display: inline-block;
	margin-bottom: 10px;
	height: 40px;
	width: 40px;
}
#colores ul li a.selected {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}
#paleta {
	background-color: #FFF;
	top: 0;
	right: -140px;
	padding: 20px;
	position: fixed;
	z-index: 5;
	width: 140px;
	text-align: center;
	background-color: rgba(255,255,255,.7);
	-webkit-transition: right .5s; /* For Safari 3.1 to 6.0 */
    transition: right .5s;
}
#switch{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;top: 25%;
	background-color: rgba(255,255,255,.7);
	color: #999;
	text-align:center;
	z-index: 6;
	-webkit-transition: right .5s; /* For Safari 3.1 to 6.0 */
    transition: right .5s;
}
.accion{color:#999;font-size: 22px;margin-right: 7px}
.accion:hover{text-decoration: none;font-size: 26px;
	color:#999;
	-webkit-transition: font-size .2s; 
    transition: font-size .2s;}

#trazos .trazo {
	background-color: #000;
	border-radius: 100%;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 10px;
	overflow: hidden;
}
#trazos .trazo.activo {
	background-color: #C00;
}