document, body {
	background-color: black;
	margin:0;
	padding:0;
	font-size: 14px;
	line-height: 18px;
	font-family: Verdana, Arial;
	color: #fff;
	/*overflow:hidden;*/
}
div, h1, h2, h3, ul, li {
	margin:0;
	padding:0;
}
ul, li {
	list-style:none;
}
a {
	text-decoration:none;
	color:orange;
}
a:hover {
	color:red;
}

.wrapper {
	width:1000px;
	margin: 0 auto;
	position:relative;
}

#header { border-bottom:2px solid blue; padding-top:10px; z-index:999; }
#header h1 { margin:0; padding:0; }
#header h1 a {
	display:block;
	width:388px;
	height:100px;
	overflow:hidden;
	background-image:url('/images/logo_es.png');
	background-position:0 0;
}
#header h1 a.logo-ca {
	background-image:url('/images/logo_ca.png');
}
#header h1 a:hover {
	background-position:0 100px;
}
#header h1 a span { display:none;}
#header h2 { float:right; line-height:100px; font-size:30px; font-weight:normal; }

h3 { font-size:25px; text-transform:uppercase; text-align:center; line-height:30px; margin:20px 0 30px 0; font-weight:normal; }

ul.models { 
	margin-top:100px;
}
ul.models li {
	display:inline-block;
	margin-right:25px;
}
ul.models li img {
	
}

#container { position:relative; top:115px; }
.gift-box {
	position: absolute;
	left: 100px;
	top: 0;
	width: 650px;
	height: 850px;
	overflow: visible;
}
#gift-box { z-index: 300; }
#instruccions { z-index: 100; left:-100px; }

.gift-box>div {
	position: absolute;
	left: 225px;
	top: 220px;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 200px;
	overflow: hidden;
	font-size: 13px;
}
.gift-box>img {
	position: absolute;
	left: 225px;
	top: 220px;
}
.gift-box>div>img{
	position:absolute;
	left:0;
	top:0;
}

button {
	margin: 1px;
	cursor: pointer;
	position:absolute; 
	width:70px;
	right:65px;
	top:5px;
	display:none;
}

#controls {
	position:absolute;
	top:10px;
	right:0;
	z-index:900;
	text-align:right;
}
#controls a {
	display:block;
	margin-bottom:5px;
}
#controls a span, #controls a em {
	color:white;
	font-size:12px;
	line-height:45px;
	padding-right:5px;
	display:none;
}
#controls a:hover span { display:inline;}
#controls a img { vertical-align:middle;}
#controls a#tanca, #controls a#plega, #controls a#stop { display:none;}
#help {
	font-size: 12px;
	width: 320px;
	margin-top: 100px;
	border: 1px solid #888;
}
.crop #help {
	width:250px;
	MARGIN-TOP:60px;
}
#help div { margin:10px;}
#help img { width:20px; vertical-align:middle;}
#help2 { text-align: center; width: 100%; display: none; position: absolute; top: 50px;}

#login { margin: 0 auto; width: 525px; }
#login label { display:inline-block; width:200px; }
#login input { width:300px; border:1px solid #ccc; }
#login input[type="submit"] { background-color:#999; color:black; cursor:pointer; padding: 4px; }
#login input[type="submit"]:hover { background-color:#ddd; }
#login p.error { color:red; text-align:center; }