*{
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	border:0;
}
body{
	background-color:#EEE;
}
#header{
	background:url(header-bg.jpg) top center repeat-x;
	width:100%;
	height:96px;
	text-align:center;
}
#header img{
	margin:18px 0 0 0;
}
#container{
	width:100%;
	/*
	border-left:1px solid #999;
	border-right:1px solid #999;
	*/
}
#lista-pelis{
	/*width:310px;*/
	width:98%;
	margin:0 auto;
	text-align:left;
	list-style:none;
	padding:1%;
	text-align:center;
}
#lista-pelis a, #lista-pelis a:visited{
	text-decoration:none;
	float:left;
	height:19px;
	/*width:305px;*/
	width:100%;
	font-size:14px;
	line-height:13px;
	padding-top:6px;
	/*padding-left:5px;*/
	/*background-color:#CCC;*/
	border:#DDD 1px solid;
	margin:0 auto 5px auto;
	color:#000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:url(bg-off.jpg) top left repeat-x;
}
#lista-pelis a:hover, #lista-pelis a:visited:hover{
	color:#000;
	/*background-color:#DDD;*/
	background:url(bg-on.jpg) top left repeat-x;
}
.estrena{
	font-weight:bold;
}
#poster{
	padding-top:5px;
	text-align:center;
}
#poster img{
	border:2px #666 solid;
}
#more{
	/*width:320px;*/
	width:100%;
	margin:10px auto;
	text-align:center;
	font-size:12px;
}
#more a, #more a:visited{
	text-decoration:none;
	color:#666;
}
#more a:hover, #more a:visited:hover{
	text-decoration:underline;
	color:#666;
}
.cinema{
	/*width:306px;*/
	margin:0 auto 5px auto;
	width:98%;
	font-weight:bold;
	text-align:center;
}
.cinemaMobil{
	border:1px #666 solid;
	background-color:#CCC;
	margin:5px auto;
	/*width:306px;*/
	width:98%;
}
.nom-cinema{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.horari{
	margin:0;
	list-style:none;
	padding:10px;
}
.horari li{
	font-size:12px;
	line-height:12px;
}
#tornar-menu{
	/*width:320px;*/
	width:100%;
	margin:10px auto;
	text-align:center;
}
#tornar-menu a, #tornar-menu a:visited{
	font-size:12px;
	color:#000;
}
#tornar-menu a:hover, #tornar-menu a:visited:hover{
	font-size:12px;
	color:#000;
}
#footer{
	width:100%;
	margin:0px auto;
	/*
	border-left:1px solid #999;
	border-right:1px solid #999;
	*/
	padding:10px 0 5px 0;
	text-align:center;
	border-bottom:5px solid #999;
	font-size:10px;
	color:#666;
	clear:both;
}
#footer span{
	float:left;
	width:95%;
	margin:0 2.5%;
	border-top:1px #666 dashed;
	padding:4px 0 0 0;
}
#veureSinopsi{
	/*width:320px;*/
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size:12px;
}
#veureSinopsi a{
	color:#000;
}
#sinopsis{
	display:none;
	/*width:310px;*/
	width:98%;
	margin:5px auto;
	text-align:justify;
	font-size:14px;
	padding:5px;
}
