.legenda {
	margin-top: 4px;
}

@font-face { font-family: Custom; src: url('/TiemposText-Regular.otf'); } 

header {
	width: 540px;
	position: fixed;
	top: 46px;
	top: 36px;
	left: 50%;
	padding-left: -260px;
	margin-left: -260px;
	background: rgba(255,255,255,.4);
}

header div {
	padding: 20px;
}

header h1 .photography {
	font-size: 18px;
}

header h1 {
	font-family: Custom;
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 0px;
}

.lateral {
	background: rgba(255,255,255,.8);
	background: white;
	position: fixed;
	top: 0px;
	left: 0px;
}

.spacer {
	padding-right: 30px;
}

#piece {
	margin-top: 180px;
	width: auto;
	text-align: center;
}

#piece figure {
	display: inline-block;
	margin: 0px;
}



#piece img {
	margin-right: 7px;
}

#lateral2 {
	left: 50%;
	margin-left: 475px;
}


body {
	margin: auto;
	margin-top: 0px;
	text-align: center;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-family: Georgia;
	font-family: Monaco, Courier, monospace;
	font-family: 'ApexNew-Light';
	font-family: 'ApexNew-Book';
	font-family: Times, Times new roman, serif;
	font-size: 12px;
	letter-spacing: 2px;
}

div#contact{
	font-size: 12px;
	margin-top: 200px;
	line-height: 1.4em;
	width: 600px;
	margin: auto;	
}


nav {
	line-height: 1.8em;
}

nav a {
	margin-right: .35em;
	margin-left: .35em;
	font-size: 12px;
	padding: 2px 4px;
}

h1 {
	font-size: 25px;
	font-weight: normal;
}

h1 a {
	color: #000;
	letter-spacing: 3px	;
}

a {
	text-decoration: none;
	color: black;
}

#piece ul li  {
	display: inline-block;
	display: inline;
	display: inline-block;
	opacity: .5;
	margin: 0px;
	background: red;
}


::-webkit-scrollbar-thumb:vertical { 
	background-color:#050505;
}

::-webkit-scrollbar-thumb:horizontal { 
	background-color:#050505;
}

::-webkit-scrollbar { 
	background-color:#ffffff;
}