/*CSS Reset----------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}

body{
	background: #000;
	background-image: url(../imatges/fons/fons01.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Gadget, sans-serif;
}

.contenidor {
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
}

#los_vegas_halloween{
	width: 80%;
	padding-top: 2em;
	padding-bottom: 0.5em;
}

@font-face{
	font-family: 'horroween';
	src: url('../fonts/horroween.ttf');
}

@font-face{
	font-family: 'FundeadBB';
	src: url('../fonts/FundeadBB.ttf');
}

@font-face{
	font-family: 'Snow White';
	src: url('../fonts/Snow White.ttf');
}

h1{
	font-family: 'horroween', sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 2.5em;
	color: orange;
}

.any h1{
	font-family: 'Snow White', "Times New Roman", Times, serif;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 3em;
	color: orange;
}

#separador{
	width: 60%;
	padding-top: 1.5em;
	padding-bottom: 1.2em;
}

.vetllades{
	clear: both;
	display: block;
	text-align: center;
}

.vetllada{
	display: inline-block;
	padding: 1em;
}

.vetllada h2{
	font-family: 'FundeadBB', sans-serif;
	font-weight: bolder;
	font-size: 400%;
	color: orange;
}

.vetllada_en_curs{
	border-radius: 40px 40px 40px 40px;
	-moz-border-radius: 40px 40px 40px 40px;
	-webkit-border-radius: 40px 40px 40px 40px;
	border: 2px solid #8f898f;
}

.taronja{
	font-family: 'Snow White', "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 200%;
	color: orange;
}

.enllac_taronja{
	font-family: 'Snow White', "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 150%;
	color: orange;
	text-decoration: none;
}

.enllac_taronja:hover {
	color: gold;
}

.sessio {
	display: inline-block;
	vertical-align: top;
	padding-top: 2em;
	padding-right: 1em;
	padding-left: 1em;
}

.pelli{
	height: 200px;
	padding-bottom: 0.5em;
}

.taronja_petit{
	font-family: 'Snow White', "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 1.2em;
	color: orange;
}

.sessio a{
	color: orange;
	text-decoration: none;
}

.sessio a:hover{
	color: gold;
}

.imdb_rating{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 0.8em;
	color: Khaki;
	padding-top: 0.5em;
}

.los_vegas_petit{
	display: left;
}

.los_vegas_petit img{
	width: 300px;
}

.menu_anys{
	display: right;
}


/*MENÚ SUPERIOR*/
.menu_superior{
	background: #000;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.logo_esquerra{
	text-align: left;
	padding-left: 1em;
	float: left;
}

.logo_esquerra img{
	width: 300px;
}

/*BANDA MENÚ*/
.banda_menu{
	position: relative;
	width: 70%;
	margin: 0 auto;
	text-align: right;
	padding-top: 1em;
	padding-bottom: 1em;
}

.banda_menu ul{
	padding-top: 1em;
	padding-bottom: 1em;
}

.banda_menu li{
	margin: 0 0 0 -6px;
	padding: 0;
	display: inline-block;
}

.banda_menu li.actiu{
	color: white;
	font-family: 'Snow White', "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 2em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	text-decoration: none;
	font-weight: 200;
}

.banda_menu li a{
	font-family: 'Snow White', "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 1.5em;
	color: orange;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 200;
}

.banda_menu li a:hover{
	color: #fff;
}

.premis{
	padding-top: 1em;
	max-width: 50px;
	max-height: 50px;
}


