
#filmstrip {
	text-align: center;
}


#marca h1 {
	display: inline-block;
	margin-right: 20px;
	width: 200px;
}

#desc {
	margin-top: 2em;
	position: fixed;
	left: 288px;
	left: 255px;
	top: 50px;
	font-size: .7em;
	line-height: 1.4em;
	color: #333;
}


#filmstrip img {
	display: block;
}

body.news #navigator, body.news #filmstrip {
	display: none;
}

#filmstrip, #filmstrip2 { 
	white-space:nowrap;
	position:absolute; 
	z-index:2; 
	padding:5px;
	bottom:40px; 
	left:40px; 
	border-radius: 4px;
	background-color:#777; 
	background-color: rgba(70,60,40,.5);
}

#filmstrip2 {
	z-index:4;
	margin:5px;
	margin: -0px;
	padding: 5px;
	padding:  0px;
	background-color:transparent;

	/* yellow*/
/*	background-color: rgba(255,255,0,.4); */
}

#navigator { 
	height:60px; width:100px; 
	position:absolute; 
	bottom:0px; left:0px; 
	z-index:3; 
	border:3px solid #ddd;
	border:2px solid white; 
	border:2px solid #f5f5f5; 
}


body.news #piece {
	line-height: 1.4em;
	width: 500px;
}



h1 {
	margin:0px; 
	font-size: 20px;
}

#menux, #marca { position:fixed; top:30px; right:30px; z-index:3; }
#marca { left:30px; }
#menux { left:190; top:28px; }


body { 
	margin:0px; 
/*	font-size:11px;   */
/*	background-color: #F5F5F5; */
	background-color: #fff; 
}

body.scroll {
	overflow:hidden; 
}


a { 
	text-decoration:none; 
	color:#444; 
	color:#000;
}

h1, h2, h3 { font-weight:normal; }

li, ul { margin:0px; padding:0px;  list-style-type:none; }

ul li { display:inline; }

#mem { display:none; }

select {
	width: 340px;
}

#piece, select, option { 
	font-weight: 300;
	font-size: 13px;
}



#piece div {
	text-align: center;
}

#piece figure {
	background: red;
	margin: 10px;
}


#marca, #menux { z-index:2;  position:absolute; }


h1 a { font-size:15px; font-weight:bold; color: #777;  } 

h1 {
}



body, select {
	font-family: Helvetica, Arial; 
}


#piece { 
/*	top:120px; 
	left: 245px;*/
	top:74px; 
	left: 650px;
/*	right: 80px;*/
	position:absolute; 
/*	left: 400px;*/
/*	width: 100%;*/
/*	position: absolute; top: 0px; left: 0px;*/
	z-index:1; 
	
	font-size: .7em;
	line-height: 1.4em;
}






	#desc {
		width: 340px;
	}
	
	#filmstrip2 {
		
/*		background: rgba(255,0,0,.7);*/
	}
	
	#debug1 {
		position: absolute;
		left: 50%;
		width: 1px;
		background-color: black;
		height: 100%;
		z-index: 1000;
	}
	
	#debug2 {
		z-index: 1000;
		position: absolute;
		top: 50%;
		height: 1px;
		background-color: black;
		width: 100%;
	}