@font-face {
  font-family: 'lubalin';
  src: url("../fonts/lubalingraphstd-book.eot?km4tjd");
  src: url("../fonts/lubalingraphstd-book.eot?km4tjd#iefix") format("embedded-opentype"), url("../fonts/lubalingraphstd-book.woff2") format("woff2"), url("../fonts/lubalingraphstd-book.ttf?km4tjd") format("truetype"), url("../fonts/lubalingraphstd-book.woff?km4tjd") format("woff"), url("../fonts/lubalingraphstd-book.svg?km4tjd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; 
}

html{
	width:100%;
	margin-left: 0px;
	background-color: #222222;
}
body{
	width:100%;
	overflow-x:hidden;
	background-color: #222222;
	color:#CCCCCC;
	font-family: 'lubalin', Helvetica, Arial;
	font-size:16px;
}
h1{
	font-size: 1.6em;
	height:1px;
}
a{
	color:#999999;
	text-decoration: none;
	opacity:0.9;
}
a:hover{
	color:#FFFFFF;
	opacity:1;
}
a.selected{
	text-decoration: underline;
}
a.unselected{
	text-decoration: none;
}
.link_resaltado{
	color:#CCCCCC;
	text-decoration: underline;
}
.piece{
	float:left;
	background-color: #ccc;
	display: block;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:1px solid #222222;
}
.piece img{
	display: block;
	width:100%;
	height:100%;
	z-index:5;
}
#panel{
	display: none;
	position: fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	background-color: #222222;
	z-index: 10;
}
#panel img{
	position:relative;
	z-index:12;
}
.boton{
	position:fixed;
	top:10px;
	width:48px;
	height:48px;
	display:block;
	z-index:15;
}
.boton a{
	width:100%;
	height:100%;
	display: block;
	opacity:0.2;
}
.boton a:hover{
	opacity:1;
}
#datos{
	position: fixed;
	bottom:10px;
	background-color: #222222;
	text-align: center;
	padding:5px 5px 2px 5px;
	width: 40%;
	margin:0 0 0 -20%;
	left:50%;
	z-index:16;
	opacity:.8;
	border:1px solid #666666;
	display: block;
}
.dragme{
	position:relative;
	cursor: move;
}
ul{
	display: inline-block;
	list-style-type: none;
	margin-left:0;
	width:100%;
	padding-left: 0;
}
li{
	float:left;
	margin-left:0;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:10px;
	font-size: 0.85em;
}
.instagram{
	text-indent:-9999px;
	background-image:url(../img/instagram.png);
	width: 20px;
	height:20px;
	display:inline-block;
	opacity:0.5;
	line-height: 22px;
}