/* CSS Document */
html {
	overflow-x:hidden;
	height: 100%;
}
body {
	margin:0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
img {
	border: 0px;
}
#web {
	position:absolute;
	left:50%;
	margin-left: -500px;
	height: 100%;
	background-color: #1A1A1A;
}
/*//
// Cabecera y menus
//*/
#menu { width: 1000px; border: 0; height: 65px; background-color: white; }
#logotipo {
	position:relative;
	float:left;
	border:0px;
	z-index:10;
}
#campaign {
	position:absolute;
	margin-top:35px;
	left:120px;
	cursor: pointer;
	z-index:9;
}
#denim { 
	position:absolute;
	margin-top:35px;
	left:228px;	
	cursor: pointer;

}
#collection { 
	position:absolute;
	margin-top:35px;
	left:381px;	
	cursor: pointer;
}
#kids { 
	position:absolute;
	margin-top:35px;
	left:510px;	
	cursor: pointer;
}
#company { 
	position:absolute;
	margin-top:35px;
	left:712px;	
	cursor: pointer;
}
#radio { 
	position:absolute;
	margin-top:35px;
	left:818px;	
	cursor: pointer;
}
#subseccion img {
	margin: 2px;
}
/*//
// Apartados
//*/
#cabecera {
	position:absolute;
	z-index:11;
}
#subseccion {
	width: 1000px;
	border: 0;
	background-color: #ffffff;
	display: none;
}

/*//
// Contenido
//*/
#contenido {
	position: absolute;
	width: 1000px;
	height: 100%;
	z-index: 10;
}
.ajax-loading {
	padding: 20px 0;
	background: url(images/ajax-loader.gif) no-repeat center;
}
#flashvideo {
	position: relative;
	margin-left: 140px;
	margin-top: 70px;
	width: 720px;
	height: 615px;
}
.noFloat {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
}
/*//
// Legals y register
//*/
#bottom_menu {
	margin-top: 30px;
	text-align: center;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	margin: 0 auto;
}
#bottom_menu a {
	margin: 5px;
}
#legals_menu {
	height: 40px;
	margin: 0;
	display: none;
}
.legals_popup_title {
	text-align: left;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;

	background: #000000;
}
.legals_popup_title div {
	margin-left: 20px;
}
.legals_popup_text {
	text-align: left;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	margin: 20px;
}
.legals_popup_close {
	text-align: right;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	margin-right: 20px;
	margin-bottom: 20px;
}
#copyright_popup {
	position: fixed;
	_position: absolute;
	left: 50%;
	margin-left: -165px;
	top: 50%;
	_top: expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight)
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight));
	margin-top: -207px;
	width: 330px;
	border: 1px solid #000000;
	background: url('../images/transparent.png');
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/transparent.png');*/
	z-index: 30;
	display: none;
}
#privacy_popup {
	position: fixed;
	_position: absolute;
	left: 50%;
	margin-left: -210px;
	top: 50%;
	_top: expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight)
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight));
	margin-top: -205px;
	width: 421px;
	border: 1px solid #000000;
	background: url('images/transparent.png');
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/transparent.png');*/
	z-index: 30;
	display: none;
}
#register_popup {
	position: fixed;
	_position: absolute;
	top: 50%;
	_top: expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) + 70
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight) + 70);
	margin-top: -252px;
	left: 50%;
	margin-left: -162px;
	width: 324px;
	border: 1px solid #000000;
	background: url('images/transparent.png');
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/transparent.png');*/
	z-index: 31;
	display: none;
}
#register_popup .legals_popup_text div {
	text-align: left;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	margin-top: 5px;
	width: 171px;
	margin-left: 56px;
}
#register_popup .legals_popup_text div input {
	width: 171px;
	height: 19px;
	background: transparent url('images/registerField.gif') no-repeat;
	border: 0;
	font-weight: normal;
	#margin-left: -76px;
}
#register_popup .legals_popup_text #register_popup_cond {
	position: relative;
	font-size: 12px;
}
#reg_gender {
	background: url('images/registerField.gif') no-repeat;
	height: 19px;
}
#register_popup #reg_gender #reg_male {
	position: relative;
	float: left;
	width: 85px;
	height: 19px;
	margin: 0;
	color: black;
	background: #666666;
	text-align: center;
	cursor: pointer;
}
#register_popup #reg_gender #reg_male div, #register_popup #reg_gender #reg_female div {
	width: 85px;
	height: 0;
	font-size: 0;
}
#register_popup #reg_gender #reg_female {
	position: relative;
	float: left;
	width: 85px;
	height: 19px;
	margin: 0;
	color: black;
	text-align: center;
	cursor: pointer;
}
#conditions_popup {
	position: fixed;
	_position: absolute;
	left: 50%;
	margin-left: -487px;
	top: 50%;
	_top: expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) - 200
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight) - 200);
	margin-top: -100px;
	width: 324px;
	border: 1px solid #000000;
	background: url('images/transparent.png');
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/transparent.png');*/
	z-index: 33;
	display: none;
}
#register_popup #register_popup_cond input {
	margin:0;
	margin-left: 0;
	border: 0;
}
#reg_gender_input {
	height: 0;
	font-size: 0;
}