/* CSS Document */
@import url("reset.min.css");
/**** INICIAL ****/

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000;
}
a{
	cursor:pointer;
	color:#FFF;
}
a:link,
a:visited
{
	text-decoration:none;
}
a:hover,
a:active
{
	color:#FFF;	
}
.clearfix
{
	clear:both;	
}

.cursorRem{
	cursor:default;	
}


/**** Fonts ****/
@font-face {
	font-family:"28DaysLater";
	src:url("fonts/28days/28_Days_Later.eot?") format("eot"),
		url("fonts/28days/28_Days_Later.woff") format("woff"),
		url("fonts/28days/28_Days_Later.ttf") format("truetype"),
		url("fonts/28days/28_Days_Later.svg#") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:"Helvetica77";
	src:url("fonts/cn/Cn.eot?") format("eot"),
		url("fonts/cn/Cn.woff") format("woff"),
		url("fonts/cn/Cn.ttf") format("truetype"),
		url("fonts/cn/Cn.svg#") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:"Helvetica77B";
	src:url("fonts/cnB/CnB.eot?") format("eot"),
		url("fonts/cnB/CnB.woff") format("woff"),
		url("fonts/cnB/CnB.ttf") format("truetype"),
		url("fonts/cnB/CnB.svg#") format("svg");
	font-weight:normal;
	font-style:normal;
}


/**** ESTRUCTURA ****/

/** HEADER **/
.header{
	width:100%;
	height:100px;
	position:fixed;
	top:0;left:0;	
	background:url(../img/back_header.png) repeat-x;
	z-index:9997;
}	
	.login{		
		width:980px;
		height:40px;
		text-align:center;
		margin:0 auto;		
		font-family:helvetica;
		font-size:10px;
		font-weight:500;	
		z-index:9999;	
	}
		.login_box{
			width:262px;
			height:160px;
			float:right;
			background-image:url(../img/login.png);
			background-position:bottom;	
			position:absolute;
			top:0;
			left:50%;
			margin-left:-490px;			
			margin-top:-120px;			
			-moz-border-radius-bottomleft:15px;-moz-border-radius-bottomright:15px;	
			-webkit-border-bottom-left-radius:15px;-webkit-border-bottom-right-radius:15px;
			border-bottom-right-radius:15px;border-bottom-left-radius:15px;						
			box-shadow: 0px 10px 30px #000;-webkit-box-shadow: 0px 10px 30px #000;-moz-box-shadow: 0px 10px 30px #000;
		}	
		.login_box_opened{
			width:262px;
			height:160px;
			float:right;
			background-image:url(../img/login.png);
			background-position:bottom;	
			position:absolute;
			top:0;
			left:50%;
			margin-left:-490px;			
			margin-top:0px;			
			-moz-border-radius-bottomleft:15px;-moz-border-radius-bottomright:15px;	
			-webkit-border-bottom-left-radius:15px;-webkit-border-bottom-right-radius:15px;
			border-bottom-right-radius:15px;border-bottom-left-radius:15px;						
			box-shadow: 0px 10px 30px #000;-webkit-box-shadow: 0px 10px 30px #000;-moz-box-shadow: 0px 10px 30px #000;			
		}			
		
			.login_box_menu{
				width:225px;
				height:30px;
				margin-left:12px;
				padding:0px 5px 0px 5px;				
			}
				.login_box_menuL{
					float:left;				
				}
				.login_box_menuC{
					float:left;
					padding:2px 0px 0px 10px;
					font-size:14px;					
				}
				.login_box_menuR{
					float:right;
					cursor:pointer;						
				}
				
			.login_options{
				width:225px;
				height:113px;
				margin-left:12px;
				padding:8px 5px 5px 5px;
			}
				.login_options-ul{
					list-style:none; margin:0; padding:0;					
				}
				.login_options-li{
					width:200px; height:25px; background-color:#FFF;					
					-webkit-border-radius: 6px;
					-moz-border-radius: 6px;
					border-radius: 6px;	
					padding:5px 0px 0px 10px;			
					font-weight:bold;font-size:12px;					
					text-align:left;
					margin:0px 0px 5px 10px;  
					vertical-align:middle;
					border:1px solid #000; color:#000;											
				}
					.login_options-li:nth-child(2){
						height:23px; 
						padding:7px 0px 0px 10px;	
					}
					.login_options-li:nth-child(3){
						
						background-color:#000;
						height:10px; width:80px;
						text-align:center;
						padding:5px 0px;
						margin:8px 0px 0px 70px;
							
					}
					.login_options-li:nth-child(3) a{
						display:block;
					}
					.login_options-li img{
						vertical-align:middle;
						margin-right:10px;
					}
				.login_input{
					width:212px;
					height:20px;					
					padding-left:10px;
					padding-top:2px;					
					font-style:italic;
					color:#999;								
					-webkit-border-radius: 6px;
					-moz-border-radius: 6px;
					border-radius: 6px;					
					margin-bottom:8px;					
					font-weight:500;
					font-size:12px;						
					border:0;				
				}
					.login_inputActive{
						font-style:normal;
						color:#000;						
					}
				.submitLi{
					height:25px;					
				}
					.submit{
						width:97px;
						height:18px;
						color:#fff;
						background-color:#000;
						margin:0;
						border:0;
						cursor:pointer;
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						border-radius: 5px;		
					}
				
				.loginError{
					text-align:left;
					font-weight:600;
					color:red;
					height:10px;					
				}
				.loginForgot{
					text-align:left;
					font-weight:600;
					height:10px;				
				}
					.loginForgot a{
						color:#000;										
					}
			
			
		.shoppingCart_box{
			position:absolute;
			top:0;
			right:50%;
			margin-right:-490px;
			background-position:bottom;
			width:300px;
			-moz-border-radius-bottomleft:15px;-moz-border-radius-bottomright:15px;	
			-webkit-border-bottom-left-radius:15px;-webkit-border-bottom-right-radius:15px;
			border-bottom-right-radius:15px;border-bottom-left-radius:15px;						
			box-shadow: 0px 10px 30px #000;-webkit-box-shadow: 0px 10px 30px #000;-moz-box-shadow: 0px 10px 30px #000;			
		}	
		
			.shoppingCart_box_products{
				width:300px;
				display:none;
				background-image:url(../img/shoppingCartProducts.png);
				margin-top:0px;				
			}
			
				.shoppingCart_box_products ul{
					list-style:none; margin:0; padding:0; width:254px;margin-left:23px;	height:50px;  margin-bottom:5px; padding-top:5px; border-top:1px solid black;	
				}
				.shoppingCart_box_products ul:nth-child(1){
					border:none;		
				}
				.shoppingCart_box_products ul li:nth-child(1){
					list-style:none; margin:0; padding:0; width:100%; height:35px;		
				}
				.shoppingCart_box_products ul li:nth-child(2){
					list-style:none; margin:0; padding:0; width:100%; height:15px;
					text-align:right;
					color:#b00817;
					font-size:14px;
					text-align:right;	
				}
								
						.shoppingCart_box_products ul li:nth-child(1) ul{
							list-style:none; margin:0; padding:0;height:35px; width:100%;					
						}
						.shoppingCart_box_products ul li:nth-child(1) ul li:nth-child(1){
							list-style:none; margin:0; padding:0;float:left;	height:35px; text-align:left; font-size:13px; font-weight:bold;	width:48px; 				
						}
							.shoppingCart_box_products ul li:nth-child(1) ul li:nth-child(1) img{
								max-height:35px; max-width:35px;								
							}
						
						.shoppingCart_box_products ul li:nth-child(1) ul li:nth-child(2){
							list-style:none; margin:0; padding:0;float:left;	height:35px; text-align:left; font-size:13px; font-weight:bold;	width:186px;color:#000;				
						}
							.shoppingCart_box_products ul li:nth-child(1) ul li:nth-child(2) span{
								color:#b00817;
							}
							.shoppingCart_box_products ul li:nth-child(1) ul li:nth-child(2) p{
								font-weight:normal;
								
							}
						
						.shoppingCart_box_products ul li:nth-child(1) ul li:nth-child(3){
							list-style:none; margin:0; padding:0;float:left;	height:35px; text-align:left; font-size:13px; font-weight:bold;	width:20px; cursor:pointer;					
						}
											
						
					
					
				.shoppingCart_box_products-total{
					width:254px;
					height:37px;
					margin-left:23px;
					padding-top:10px;
					background-image:url(../img/shop_total.jpg);
					margin-top:10px;
				}
					.shoppingCart_box_products-total-title{
						float:left;
						padding-top:7px;
						font-family:helvetica;
						font-weight:bold;
						font-size:14px;					
					}
						.shoppingCart_box_products-total-title span{
							color:#b00817;				
						}
					.shoppingCart_box_products-total-pay{
						float:right;
						padding-top:3px;						
					}
						.shoppingCart_box_products-total-pay button{
							width:57px;
							height:20px;
							background-color:#000;
							color:#fff;
							font-family:helvetica;
							border:none;
							border-radius:4px;
							font-size:10px;
							cursor:pointer;						
						}
			.shoppingCart_box_menu{
				width:300px;
				height:33px;
				background-image:url(../img/shoppingCartMenu.png);
				background-repeat:no-repeat;
				background-position:bottom;
				padding-top:7px;
											
			}
				.shoppingCart_box_menuL{
					float:left;
					margin-left:23px;			
				}
				.shoppingCart_box_menuC{
					float:left;
					padding:2px 0px 0px 10px;
					font-size:14px;					
				}
				.shoppingCart_box_menuR{
					float:right;
					cursor:pointer;
					margin-right:23px;					
				}
		
			
		
				
		
	.nav{
		margin:0 auto;
		width:980px;
		height:55px;
		text-align:center;
	}	
		.nav ul{		
			list-style:none;
			padding:0;margin:0;		
			display: inline-block;
		}
		.nav li{
			float:left;
			color:#FFF;
			font-family:"28DaysLater";
			font-weight:normal;
			font-size:19px;
			margin:0px 4px 0px 4px;
			padding:10px 0px 0px 0px;
		}	
			.nav a{			
				cursor:Hand;	
			}
			.navL{
				margin:0;padding:0;
				float:left;
				width:25px;
				height:29px;			
			}
			.navC{
				margin:0;padding:6px;
				float:left;
				height:29px;				
			}
			.navR{
				margin:0;padding:0;
				float:left;
				width:23px;
				height:29px;				
			}
				
			
			
			.navL_over{
				margin:0;padding:0;
				float:left;
				background:url(../img/cirLeft.png) bottom no-repeat;
				width:25px;
				height:29px;			
			}
			.navC_over{
				margin:0;padding:6px;
				float:left;
				background:url(../img/cirMiddle.png) top right no-repeat;
				height:29px;				
			}
			.navR_over{
				margin:0;padding:0;
				float:left;
				background:url(../img/cirRight.png) bottom right no-repeat;
				width:23px;
				height:29px;
			}
			
	.nav_border{
		width:100%;
		height:18px;
		background:url(../img/header_border.png) center left;
		position:fixed;
		top:95px;
		left:0;	
		z-index:9996;		
	}


/** FOOTER **/
.footer{
	width:100%;
	height:67px;
	/*
	position:fixed;
	bottom:0;
	left:0;
	z-index:9997;*/
	background:url(../img/back_footer.png) repeat-x;
}
	.footer ul{
		list-style:none;
		padding:0;margin:0 auto;
		width:980px;
		height:100%;			
	}
	.footer li{
		float:right;
		background:url(../img/disparo.png);
		width:70px; height:67px;
		margin-left:10px;
		text-align:center;		
	}
		.footer ul li img{			
			width:25px; height:25px;
			padding-top:17px;
		}
	
	
/** GENERAL **/
.container{
	width:100%;
}
	.container-wrapper{
		width:980px;
		margin:0 auto;		
	}	
	.box{
		
		font-family: "Helvetica", sans-serif;
		font-size:16px;	
		color:#fff;
		
		margin:-15px 15px 95px 15px;
						
		width:950px;
		
		background-image:		
		url("../img/papel_final.png"),
		url("../img/papel_top.png"),		
		url("../img/papel_medio.png");
				
		background-position:		
		bottom,		
		top,		
		top;
				
		background-repeat:			
		no-repeat,
		no-repeat,
		repeat-y;
					
	}
	
	.boxAux{				
		padding:10px 15px;
	}
	


			
/** AMBKOR **/
.ambkor{
	margin:110px 0px 0px 0px;
	width:100%;
	height:470px;
	background:url(../img/ambkor.png) no-repeat center top;	
}
		

	
/**** SECCIONES ****/
	
	/** TITULOS **/
	.container-wrapper h1{			
		font-family:"28DaysLater";
		font-weight:normal;
		font-size:51px;
		color:#FFF;
	}
	
	/** HOME **/
	.sct_home_box{
		padding:30px 35px;
	}				
		.sct_home_introduction{
			width:100%;
			margin:20px 0px 40px 0px;		
		}
			.sct_home_introduction_media{
				float:left;
				width:500px;
				/*height:337px;*/
			}
			.sct_home_introduction_desc{
				float:right;
				width:350px;				
				line-height:20px;
			}
			.sct_home_introduction_desc span{
				font-size:18px;
				font-weight:bold;

			}
			.sct_home_introduction_text{				
				width:100%;				
				line-height:20px;
			}
				.sct_home_introduction_desc p{
					margin-bottom:12px;					
				}
		
		.sct_home{
			margin:30px 0px 20px 30px;
		}
			.sct_home ul{
				padding:0;margin:30px 0px 0px 0px;
				list-style:none;
			}
			.sct_home li{
				float:left;
			}
				.sct_home_liImg{
					border:none;
					padding-right:33px;					
				}
					.sct_home_liImg img{
						border:none;
						width:119px;
					}
				.sct_home_liTxt{
					padding-left:33px;
					width:650px;
					line-height:20px;
					border-left:1px solid #c6c5c6;
				}					
					.sct_home ul li ul{
						padding:0;margin:0px 0px 0px 0px;
						list-style:none;
						width:100%;
					}
					.sct_home ul li ul li{
						float:none;
						border-right:none;
					}
	/** FIN HOME **/	


	/** FANCLUB **/
	.sct_fanclub_box{		
		padding:30px 35px;
	}	
		.sct_termsOfUse{
			width:900px;
			height:500px;
			top:50%;
			left:50%;
			margin-left:-450px;
			margin-top:-250px;
			background-color:#666;
			position:fixed;
			padding:20px;
			/*display:none;*/
			visibility:hidden;
			z-index:10001;
			box-shadow: 0px 10px 30px #000;-webkit-box-shadow: 0px 10px 30px #000;-moz-box-shadow: 0px 10px 30px #000;		
		}
			.sct_termsOfUse p{
				margin-top:20px; width:870px; text-align:justify;				
			}
			.sct_termsOfUseClose{
				position:fixed;				
				top:50%;
				left:50%;
				margin-left:465px;
				margin-top:-265px;
				width:41px; height:40px; background-image:url(../img/closePopUp.png);							
			}
		.sct_backBlack{
			width:100%;
			height:100%;
			position:fixed;
			background-color:#000;
			z-index:10000;
			top:0;
			left:0;
			opacity:0.6;
			display:none;			
		}
		
		/*FORMULARIO REGISTRO*/		
		.sct_fanclub_ventajas{
			width:100%;
			height:338px;
			margin:10px 0px;
		}		
		
			#slides {
				
				top:15px;
				left:4px;
				z-index:100;
			}
			
			.slides_container {
				width:880px;
				overflow:hidden;
				position:relative;
				display:none;
			}
			
			.slides_container a {
				width:880px;
				height:338px;
				display:block;
			}
			
			.slides_container a img {
				display:block;
			}
			#slides .next,#slides .prev,.pagination {
				display:none;
			}
		



		.sct_fanclub_description{
			width:100%;			
			font-family: 'Roboto Condensed', sans-serif;
			font-size:20px;
			letter-spacing:2px;
			word-spacing:5px;
			line-height:22px;
			text-align:center;
			margin-bottom:30px;
		}	
		.sct_fanclub_register{
			float:left;
			height:200px;
			width:600px;
			margin-bottom:30px;
			text-align:center;			
		}
			.sct_fanclub_register button{
				width:340px;
				height:50px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
				color:#fff;
				font-family: 'Roboto Condensed', sans-serif; font-size:14px;
				background: -webkit-linear-gradient(#d92128, #6b0b0c);
				background: -moz-linear-gradient(#d92128, #6b0b0c);
				background: -o-linear-gradient(#d92128, #6b0b0c);
				background: linear-gradient(#d92128, #6b0b0c);
				background-color:#d92128;				
				cursor:pointer;
				border:#fff solid 2px;
				margin-top:70px;
				font-size:20px;
				
			}
			.sct_fanclub_register_form{
				width:100%;
				height:220px;	
				display:none;	
			}
				.sct_fanclub_register_form ul{
					padding:0;margin:0;list-style:none;
					width:100%;
					height:170px;				
				}
				.sct_fanclub_register_form li:nth-child(odd){
					padding:0;margin:0;list-style:none;
					float:left;
					width:470px;					
				}	
				.sct_fanclub_register_form li:nth-child(even){
					padding:0;margin:0;list-style:none;
					float:left;
					width:410px;				
				}			
				.sct_fanclub_register_form label{
					font-size:12px;
					vertical-align:middle;				
				}
				.fanclub-formInput{
					height:25px;
					width:405px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
					border:0;
					padding-left:5px;
					opacity:0.8;
					filter:alpha(opacity=80);
					margin:2px 0px 10px 0px;
				}
				
				.fanclub-submit{
					margin-top:10px;
					-webkit-border-radius: 17px;
					-moz-border-radius: 17px;
					border-radius: 17px;
					background:url(../img/contactoSend.png) repeat-x;					
					border:4px solid #fff;						
					width:130px;
					height:33px;					
					color:#000;
					cursor:pointer;
					font-weight:bold;				
				}
				.sct_fanclub_register_error{
					width:365px;
					padding-right:10px;
					float:left;	
					margin-top:10px;
					color:#F48285;
					text-align:right;			
				}
				
				input[type="checkbox"]{ display: none; }
				input[type="checkbox"] + label span{
				  display: inline-block;
				  width: 34px;
				  height: 34px;
				  background: url(../img/radio.png) -4px top no-repeat;
				  margin: -1px 4px 0 0;
				  vertical-align: middle;
				  cursor:pointer;
				}
		
				input[type="checkbox"]:checked + label span{
				  background: url(../img/radio.png) -44px top no-repeat;
				}
				#sct_fanclub_terms{
					cursor:pointer;
					
				}
						
		.sct_fanclub_login{
			float:right;
			height:200px;
			width:250px;
			background-image:url(../img/fanclub_login.png);
			margin-bottom:10px;
		}
		
			.sct_fanclub_login-title{
				width:210px;
				margin:25px 20px 25px 20px;
				font-family:"28DaysLater";
				font-size:26px;
				color:black;						
			}
			.sct_fanclub_login form{
				width:210px;
				margin:25px 15px 25px 13px;
				text-align:center;
			}
			.sct_fanclub_loginForgot{
				color:#000;
				font-size:12px;
				font-weight:bold;				
			}
		/*FIN FORMULARIO REGISTRO*/		
		
		/*FORMULARIO COMPRA*/
		.sct_fanclub_descriptionPay{
			width:100%;			
			font-family: 'Roboto Condensed', sans-serif;
			font-size:20px;
			letter-spacing:1px;
			word-spacing:3px;
			line-height:22px;
			text-align:center;
			margin:30px 0px;
		}
			.sct_fanclub_descriptionPay span{
				color:#c5ba21;
			}
		
		.sct_fanclub_imageTienda{
			width:100%;
			height:60px;
			text-align:center;			
			font-family: 'Roboto Condensed', sans-serif;
			font-size:20px;		
		}
			.sct_fanclub_imageTienda img{
				vertical-align:middle;
			}
		.sct_fanclub_formPay{
			width:100%;
			height:440px;		
		}
				.sct_fanclub_formPay ul:nth-child(1){
					padding:0;margin:0;list-style:none; background-repeat:no-repeat;
					width:400px;
					height:450px;
					float:left;
					margin-right:40px;
					margin-left:20px; position: relative;
				}
				.sct_fanclub_formPay ul:nth-child(2){
					padding:0;margin:0;list-style:none; background-repeat:no-repeat;
					width:400px;
					height:450px;
					float:left;			position: relative; 			
				}
				.sct_fanclub_formPay ul li:nth-child(1){
					color:#af0b16;
					font-family: 'Roboto Condensed', sans-serif;
					font-size:40px; text-align:center; margin-top:10px; font-weight:bold;
				}
				.sct_fanclub_formPay ul li:nth-child(2){
					color:#000000;
					font-family: 'Roboto Condensed', sans-serif;
					font-size:18px; text-align:center; margin-top:10px; text-align:right; width:140px; float:right; margin-right:15px; line-height:20px;		
					position: absolute; bottom: 100px; right: 0; margin-bottom:25px;
				}
				.sct_fanclub_formPay ul li:nth-child(3){
					height:66px;
					width:100%;
					text-align:center;
					position: absolute; bottom: 0; right: 0; margin-bottom:25px;				
				}
				
				
				
				
				
				
		.sct_fanclub_payProccess{			
			height:200px;
			width:100%;		
		}
			.sct_fanclub_payProccess-text{
				font-family: 'Roboto Condensed', sans-serif;
				font-size:24px;
				margin:40px 0px;
				text-align:center;
			}
			.sct_fanclub_payProccess-text span{
				color:#c5ba21;
			}
							
		
		.sct_fanclub_options{
			width:100%;		
					
		}
			.sct_fanclub_options ul{
				width:100%;
				border:0; margin:0; list-style:none; text-align:center;						
			}
			.sct_fanclub_options li{
				width:100%;
				border:0; margin:0; list-style:none;
				float:left;
				width:348px;
				height:280px;
				margin:30px 40px 0px 40px;						
			}
			.sct_fanclub_options li button{
				width:160px;
				height:30px;
				margin-top:10px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
				color:#fff;
				font-family: 'Roboto Condensed', sans-serif; font-size:14px;
				background: -webkit-linear-gradient(#d92128, #6b0b0c);
				background: -moz-linear-gradient(#d92128, #6b0b0c);
				background: -o-linear-gradient(#d92128, #6b0b0c);
				background: linear-gradient(#d92128, #6b0b0c);	
				background-color:#d92128;
				cursor:pointer;
				border:#fff solid 2px;
				font-size:16px;									
			}
				
		
		
		
		/*FIN FORMULARIO COMPRA*/
			
				
	/** FIN FANCLUB **/
	
	
	/** BIOGRAFIA **/
	.sct_biografia_box{
		padding:30px 35px;
	}
		.sct_biografia_introduction{
			width:100%;
			margin:20px 0px 80px 0px;	
		}				
			.sct_biografia_introduction_photo{
				float:left;
				width:290px;
			}
			.sct_biografia_introduction_desc{
				float:right;
				width:550px;								
				line-height:20px;
				font-size:14px;
				margin-right:5px;
			}
				.sct_biografia_introduction_desc p{
					margin-bottom:20px;
					text-align:justify;				
				}
				
		.sct_biografia{
			margin:10px 0px 20px 0px;
		}
			.sct_biografia ul{
				padding:0;margin:30px 0px 0px 0px;
				list-style:none;
			}
			.sct_biografia li{
				float:left;
			}			
				.sct_biografia_liImg{
					border:none;
					width:290px;
				}
					.sct_biografia_liImg img{
						width:290px;						
					}
					.sct_biografia_liImg ul{
						width:100%;					
					}
					.sct_biografia_liImg ul li{
						width:100%;	
						line-height:20px;							
					}
					.sct_biografia ul li ul li:nth-child(4){
				text-align:center;
				margin-top:20px;
			}
			.sct_biografia ul li ul li:nth-child(2){
			
				margin-bottom:10px;
			}
					
				.sct_biografia_liTxt{
					margin-left:30px;
					padding-top:16px;
					line-height:20px;
				}					
					.sct_biografia ul li ul{
						padding:0;margin:0px 0px 0px 0px;
						list-style:none;
					}
					.sct_biografia ul li ul li{
						float:none;
						border-right:none;
						text-align:left;
						margin-bottom:0 !important;
					}
					
					.sct_biografia ul li ul li ul:nth-child(1){
						float:left;
						width:25px;		
						margin-bottom:5px;
						height:31px;	
					}
						.sct_biografia ul li ul li ul:nth-child(1) li{
							color:#c5ba21;
							font-weight:bold;												
						}
					.sct_biografia ul li ul li ul:nth-child(2){
						float:right;
						width:530px;
						margin-bottom:5px;	
							
					}
						.sct_biografia ul li ul li ul:nth-child(2) li:nth-child(1){
							width:100%;
							height:17px;																										
						}
						.sct_biografia ul li ul li ul:nth-child(2) li:nth-child(2){
							width:100%;
							height:14px;
							font-size:11px;
							color:#CCC;									
						}
					
					
					


	/** VIDEOS **/
	.sct_videos_box{
		padding:30px 35px;	
	}
		.sct_videos_content{
			width:100%;
			margin:20px 0px 40px 0px;		
		}
			.sct_videos_content_video{
				float:left;
				width:500px;
				height:337px;				
			}
				.sct_videos_content_video div{
					line-height:20px;
					margin-top:40px;
				}
			
			.sct_videos_content_gallery{
				float:right;
				width:310px;
				height:767px;
				font-size:12px;
				/*background-color:#323034;
				padding:15px 8px 15px 20px;*/
				padding:6px 8px 6px 9px;
				
				background-image:
				url("../img/video_izq.png"),
				url("../img/video_der.png"),
				url("../img/video_sup.png"),
				url("../img/video_inf.png");
						
				background-position:
				left top,
				right top,			
				top left,
				bottom left;				
						
				background-repeat:	
				repeat-y,
				repeat-y,
				repeat-x,
				no-repeat;
		
			}
				.sct_videos_content_gallery ul{
					list-style:none;
					padding:8px 0px 12px 8px ; margin:0;
					width:100%;	
					background-color:#323034;						
				}
					.sct_videos_content_gallery ul li{
						padding:0;margin:0px 0px 10px 0px;
						width:290px;
						height:100px;					
					}
					
					.sct_videos_content_gallery ul li ul{
						list-style:none;
						padding:0;margin:0;	
						width:100%;	
					}
				
						.sct_videos_content_gallery ul li ul li:nth-child(odd){					
							padding:0;margin:0;					
							width:120px;					
							float:left;
						}
						.sct_videos_content_gallery ul li ul li:nth-child(even){							
							padding:0;margin:3px 0px 0px 10px;					
							width:160px;					
							float:left;
						}
							.sct_videos_content_gallery ul li ul li ul{					
								padding:0;margin:0;					
								width:100%;
							}	
								.sct_videos_content_gallery ul li ul li ul li:nth-child(odd){					
									padding:0;margin:0;					
									width:100%;
									height:73px;
								}
								.sct_videos_content_gallery ul li ul li ul li:nth-child(even){					
									padding:0;margin:0;					
									width:100%;
									height:10px;
								}
				
					.sct_videos_content_gallery ul li ul li img{										
						width:100%;
						height:90px;
					}			
	/** FIN VIDEOS **/		


	/** AGENDA **/
	.sct_agenda_box{
		padding:30px 35px;	
	}
		.sct_agenda_introduction{
			width:100%;
			margin:20px 0px 40px 0px;
		}	
	
	.sct_agenda{
		padding:30px 0px;
	}	
		.sct_agenda ul{
			list-style:none;
			padding:0;margin:0;				
		}		
		.sct_agenda li{
			float:left;
			font-family: 'Roboto Condensed', sans-serif;
			border-right:1px solid #FFF;
			border-left:1px solid #FFF;
			margin-bottom:60px;				
		}	
		
				
		.sct_agenda li:nth-child(odd){
			border-right:none;
			border-left:none;
		}
		
			.sct_agenda li img{
				vertical-align:middle;
				margin-left:30px;
				margin-right:5px;					
			}	
		
			.sct_agenda li ul{
				color:#FFF;				
				padding:0;margin:0;				
			}
			.sct_agenda ul li:nth-child(2) ul{
				width:520px;
									
			}
			.sct_agenda li ul li{
				color:#FFF;
				float:none;
				padding:0;margin:0;
				border-right:none;
				border-left:none;
				margin:0px 30px;	
			}
				.sct_agenda_box_buy{
					line-height:50px;
					font-size:18px;
					margin-top:20px;
				}


	/** TIENDA **/
	.sct_tienda_box{
		padding:30px 35px;	
	}
		.sct_tienda_box ul{
			margin:0;padding:0;list-style:none;
			width:100%;
			margin-top:30px;
		}
		.sct_tienda_box li:nth-child(odd){
			margin:0;padding:0;list-style:none;
			width:270px;
			height:405px;
			background-image:url(../img/shop_articleBack.png);			
			float:left;
			margin:0px 0px 30px 0px;
		}
		.sct_tienda_box li:nth-child(even){
			margin:0;padding:0;list-style:none;
			width:270px;
			height:405px;
			background-image:url(../img/shop_articleBack.png);
			float:left;
			margin:0px 30px 30px 30px;
		}
			.sct_shop_articleList_image{
				width:270px;				
				height:302px;
				display: table-cell;
				vertical-align: middle;
				text-align:center;					
			}
				.sct_shop_articleList_image img{
					max-width:230px;
					max-height:262px;											
				}
				.sct_biografia_liImgItunes{
					width:214px;
				}
			.sct_shop_articleList_info{
				width:270px;
				height:88px;
				padding:5px 0px 5px 0px;
			}
				.sct_tienda_box ul li .sct_shop_articleList_info ul{
					width:100%; margin:0; padding:0;
					text-align:center;
					color:#000;
					font-family: 'Roboto Condensed', sans-serif;		
				}
				.sct_tienda_box ul li .sct_shop_articleList_info ul li{
					width:100%; height:18px; margin:0; padding:0;  background-image:none; font-size:18px;
				}
				.sct_tienda_box ul li .sct_shop_articleList_info ul li img{
					width:40px; vertical-align:middle; margin-left:-5px;		
				}
				.sct_tienda_box ul li .sct_shop_articleList_info ul li span{
					color:#fff; font-weight:bold;	font-size:18px;		
				}
				.sct_shop_articleList_info button{
					padding:0; margin:0;
					width:170px; height:32px;
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;
					border-radius: 10px;
					background: -webkit-linear-gradient(#d92128, #6b0b0c);
					background: -moz-linear-gradient(#d92128, #6b0b0c);
					background: -o-linear-gradient(#d92128, #6b0b0c);
					background: linear-gradient(#d92128, #6b0b0c);						
					cursor:pointer;
					border:#fff solid 2px;					
					font-family: 'Roboto Condensed', sans-serif; font-size:14px;font-size:14px;	color:#fff;	
				}
	
	
	/** CONTACTO **/
	.sct_contacto_box{
		padding:30px 35px;	
	}
	
		.sct_contacto_introduction{
			width:100%;
			margin:20px 0px 10px 0px;
		}
		
			.sct_contacto_inputsUp{
				width:100%;
				text-align:center;			
			}
				.sct_contacto_inputsUp ul{
					padding:0;margin:0;list-style:none;		
					text-align:left;				
				}
				.sct_contacto_inputsUp li{					
					width:410px;													
				}
				.sct_contacto_inputsUp li:nth-child(1){
					float:left;							
					text-indent:5px;																			
				}	
				.sct_contacto_inputsUp li:nth-child(2){
					float:right;					
					text-indent:5px;													
				}	
				.sct_contacto_inputsUp li:nth-child(3){
					float:left;																	
				}	
				.sct_contacto_inputsUp li:nth-child(4){
					float:right;																		
				}	
				.sct_contacto_inputsUp li:nth-child(5){
					float:left;																		
				}		
				
				
				.sct_contacto_input{
					width:410px;
					height:24px;
					-webkit-border-radius: 7px;
					-moz-border-radius: 7px;
					border-radius: 7px;
					padding-left:5px;
					opacity:0.8;
					filter:alpha(opacity=80);	
					outline:none;
					border:0;
					margin-bottom:20px;
					margin-top:5px;		
				}
				.sct_contacto_textarea{
					width:875px;
					height:150px;
					-webkit-border-radius: 7px;
					-moz-border-radius: 7px;
					border-radius: 7px;
					padding-left:5px;
					opacity:0.8;
					filter:alpha(opacity=80);
					border:0;
					padding:5px;	
					outline:none;	
					margin-top:5px;					
				}
				.sct_contacto_errorMessage{									
					color:#F48285;
					text-align:center;
					padding:10px 0px;
					height:20px;					
				}
					.sct_contacto_errorMessage span{									
						color:#c5ba21;											
					}
				
				.submitContacto{
					-webkit-border-radius: 17px;
					-moz-border-radius: 17px;
					border-radius: 17px;
					background:url(../img/contactoSend.png) repeat-x;					
					border:4px solid #fff;						
					width:247px;
					height:36px;					
					color:#000;
					cursor:pointer;
					font-weight:bold;					
				}


	/** RECOVER PASSWORD **/
	.sct_recover_box{
		padding:30px 35px;
	}
		.sct_recover_box p{
			font-family: 'Roboto Condensed', sans-serif;
			font-size:22px;
			margin:30px 0px 0px 0px;
		}
		.sct_recover_box h2{
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			margin:15px 0px 5px 0px;
		}
		.sct_recover_box h3{
			width:100%;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			margin:15px 0px 5px 0px;
			color:#F48285;
		}
		.sct_recover_box form{
			width:100%;
			margin-top:40px;
		}
		.sct_recover_box input{
			height:25px;
			width:405px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border:0;
			padding-left:5px;
			opacity:0.8;
			filter:alpha(opacity=80);
			margin:2px 0px 10px 0px;	
		}
		.sct_recover_box button{
			margin:30px 0px 0px 0px;
			-webkit-border-radius: 17px;
			-moz-border-radius: 17px;
			border-radius: 17px;
			background:url(../img/contactoSend.png) repeat-x;					
			border:2px solid #fff;						
			width:170px;
			height:30px;					
			color:#000;
			cursor:pointer;
			font-weight:bold;	
		}
		
	/** PERFIL **/
	.sct_perfil_box{
		padding:30px 35px;	
	}
		.sct_perfil_titles{
			width:100%;
			height:30px;
			margin-top:20px;
			font-family: 'Roboto Condensed', sans-serif; font-size:26px; border-bottom:1px solid #fff;			
		}
			.sct_perfil_titles span{
				font-size:18px; color:#c5ba21;
			}
		.sct_perfil_box ul{
			list-style:none; margin:0; padding:0; margin-top:20px;			
		}
		.sct_perfil_box-left{
			width:420px;
			float:left;
			margin-bottom:3px;
			font-size:12px;		
		}		
		.sct_perfil_box-right{
			width:420px;
			float:right;
			margin-bottom:3px;
			font-size:12px;			
		}
		/*reset*/
		.chzn-select ul {
			float:left; margin:0; padding:0; width:200px;		
		}
		.chzn-select ul li{
			float:left; margin:0; padding:0; width:200px;		
		}
		
		
			.sct_perfil_box-input{
				width:100%;
				height:30px;
				margin-bottom:10px;
				border:0px;
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
				border-radius: 6px;
				padding-left:5px;
				opacity:0.8;
				filter:alpha(opacity=80);		
			}
			.sct_perfil_box select{
				width:100%;
				height:30px;
				margin-bottom:10px;
				border:0px;
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
				border-radius: 6px;
				padding-left:5px;
				opacity:0.8;
				filter:alpha(opacity=80);		
			}
			
			.sct_perfil_box button{
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
				color:#fff;
				font-family: 'Roboto Condensed', sans-serif; font-size:14px;
				background: -webkit-linear-gradient(#d92128, #6b0b0c);
				background: -moz-linear-gradient(#d92128, #6b0b0c);
				background: -o-linear-gradient(#d92128, #6b0b0c);
				background: linear-gradient(#d92128, #6b0b0c);	
				background-color:#d92128;
				cursor:pointer;
				border:#fff solid 2px;
				padding:5px 15px;
				width:175px;
				margin-top:20px;		
			}
				.sct_perfil_box button:nth-child(1){
					float:right;					
				}
			
		.sct_profile-error{			
			color:#F48285;
			text-align:right;
			margin-top:15px;
			font-family: 'Roboto Condensed', sans-serif; font-size:20px;	
			float:right;			
		}
		.sct_profile-error span{			
			color:#c5ba21;	font-size:20px;
		}
		
	
	
	/** MIS COMPRAS **/
	.sct_compras_box{
		padding:30px 35px;	
	}
	
		.sct_compras_box_text{
			font-family: 'Roboto Condensed', sans-serif; font-size:24px; margin:20px 0px 20px 0px;
		}
	
		.sct_compras_box_title ul{
			list-style:none; margin:0; padding:0; margin-top:20px; background:rgba(175,9,23,.8);
			-moz-border-radius-topleft:15px;-moz-border-radius-topright:15px;	
			-webkit-border-top-left-radius:15px;-webkit-border-top-right-radius:15px;
			border-top-right-radius:15px;border-top-left-radius:15px; padding:3px;height:24px;font-family: 'Roboto Condensed', sans-serif; font-size:16px;
		}				
		.sct_compras_box_title ul li{
			width:100%; height:20px;		
			background-color:none; padding:0px; border:none; padding-top:4px; 		
		}
		
			.sct_compras_box_title ul li ul{
				width:100%;				
				margin-top:0px; 
				background:none; padding:0px; border:none;	
			}
			.sct_compras_box_title ul li ul li{
				float:left; margin-top:0px;background-color:none; padding:0px; border:none;padding-left:8px;				
			}
			.sct_compras_box_title ul li ul li:nth-child(1){ width:030px; border-right:1px solid #fff;  }
			.sct_compras_box_title ul li ul li:nth-child(2){ width:060px; border-right:1px solid #fff;  }
			.sct_compras_box_title ul li ul li:nth-child(3){ width:065px; border-right:1px solid #fff;  }
			.sct_compras_box_title ul li ul li:nth-child(4){ width:355px; border-right:1px solid #fff; }
			.sct_compras_box_title ul li ul li:nth-child(5){ width:145px; border-right:1px solid #fff;}
			.sct_compras_box_title ul li ul li:nth-child(6){ width:085px; border-right:1px solid #fff;}
			.sct_compras_box_title ul li ul li:nth-child(7){ width:070px; }
			
			
			
		.sct_compras_box_products ul{
			list-style:none; margin:0; padding:0;background:rgba(255,255,255,.8); color:#000;
			height:30px;font-family: 'Roboto Condensed', sans-serif; font-size:16px; border-bottom:1px solid #000;
		}				
		.sct_compras_box_products ul li{
			width:100%;		
			background-color:none; padding:0px; border:none;		
		}
		
			.sct_compras_box_products ul li ul{
				width:100%;				
				margin-top:0px; 
				background:none; padding:0px; border:none;height:30px;	
			}
			.sct_compras_box_products ul li ul li{
				float:left; margin-top:0px;background-color:none; padding:0px; border:none;padding-left:8px;				
			}
			.sct_compras_box_products ul li ul li:nth-child(1){ width:033px; border-right:1px solid #000; padding-top:6px; height:24px  }
			.sct_compras_box_products ul li ul li:nth-child(2){ width:060px; border-right:1px solid #000; padding-top:6px; height:24px  }
			.sct_compras_box_products ul li ul li:nth-child(3){ width:065px; border-right:1px solid #000; padding-top:6px; height:24px  }
			.sct_compras_box_products ul li ul li:nth-child(4){ width:355px; border-right:1px solid #000; padding-top:6px; height:24px }
			.sct_compras_box_products ul li ul li:nth-child(4) a{ color:#000; }
			.sct_compras_box_products ul li ul li:nth-child(5){ width:145px; border-right:1px solid #000; padding-top:6px; height:24px}
			.sct_compras_box_products ul li ul li:nth-child(6){ width:085px; border-right:1px solid #000; padding-top:6px; height:24px}
			.sct_compras_box_products ul li ul li:nth-child(7){ width:070px; padding-top:6px; height:24px}
			
			
			
		
	/** SHOPPING CART **/	
	.sct_shoppingCart_box{
		padding:30px 35px;			
	}
		.sct_shoppingCart_box_text{
			font-family: 'Roboto Condensed', sans-serif; font-size:24px; margin-top:20px; margin-bottom:20px;	
		}
			.sct_shoppingCart_box_text p{
				margin-bottom:20px;	
			}
			.sct_shoppingCart_box_text p span{
				color:#c5ba21;
			}
		.sct_shoppingCart_box ul{
			margin:0; padding:0; list-style:none; margin-top:30px;		
		}
		.sct_shoppingCart_box li{
			width:854px;
			height:102px;
			background-image:url(../img/cart_article.png);
			margin-bottom:10px;
			padding:13px;	
		}
			.sct_shoppingCart_box ul li ul{
				margin:0; padding:0; list-style:none; margin-top:0px; height:100%; width:100%;
			}
			.sct_shoppingCart_box ul li ul li:nth-child(1){
				margin:0; padding:0;width:102px;height:100%;								
				background:none;
				float:left;
				border-right:1px solid #60605e;
				padding-right:10px;	
			}
				.sct_shoppingCart_box ul li ul li:nth-child(1) img{
					max-width:102px;
					max-height:102px;
				}
			.sct_shoppingCart_box ul li ul li:nth-child(2){
				margin:0; padding:0;width:400px;height:100%;
				background:none;	
				float:left;	
				border-right:1px solid #60605e;
				padding:0px 10px 0px 10px;							
			}
				.sct_shoppingCart_box ul li ul li:nth-child(2) ul{
					margin:0; padding:0; list-style:none; margin-top:0px; border:none; width:100%; height:50px; padding-top:1px;								
				}
				.sct_shoppingCart_box ul li ul li:nth-child(2) ul li{
					margin:0; padding:0;
					width:100%;
					height:22px;
					margin-bottom:4px;
					color:#000;
					text-align:left; border:none; font-weight:normal;													
				}
					.sct_shoppingCart_box ul li ul li:nth-child(2) ul li:nth-child(1){
						color:#b00819; font-weight:bold;																		
					}
					
			.sct_shoppingCart_box ul li ul li:nth-child(3){
				margin:0; padding:0;width:170px; height:70px;			
				background:none;
				float:left;
				border-right:1px solid #60605e;
				padding:35px 10px 0px 10px;
				
			}
				.sct_shoppingCart_box ul li ul li:nth-child(3) button{
					padding:0; margin:0;
					width:170px; height:32px;
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;
					border-radius: 10px;
					background: -webkit-linear-gradient(#d92128, #6b0b0c);
					background: -moz-linear-gradient(#d92128, #6b0b0c);
					background: -o-linear-gradient(#d92128, #6b0b0c);
					background: linear-gradient(#d92128, #6b0b0c);						
					cursor:pointer;
					border:#fff solid 2px;					
					font-family: 'Roboto Condensed', sans-serif; font-size:14px;font-size:14px;	color:#fff;						
				}
				.sct_shoppingCart_box ul li ul li:nth-child(3) button img{
					vertical-align:middle;	
					padding:0; margin:0; margin:-3px 5px 0px 0px;						
				}
				
				
			.sct_shoppingCart_box ul li ul li:nth-child(4){
				margin:0; padding:0;width:105px; height:102px;	
				background:none;
				float:left;
				padding:0px 0px 0px 20px;
				text-align:center;
				font-family: 'Roboto Condensed', sans-serif; font-size:18px;	color:#000; font-weight:bold;			 							
			}
				.sct_shoppingCart_box ul li ul li:nth-child(4) p{
					width:100%;
					height:20px;
					margin-top:38px;
					color:#b00819;
					font-size:24px;					
				}
				
		.sct_shoppingCart_box-subtotal{
			width:286px;
			height:53px;
			background-image:url(../img/cart_article-subtotal.png);
			background-repeat:no-repeat;
			background-position:right;	
			float:right;
			margin-bottom:10px;
		}
			.sct_shoppingCart_box-subtotal ul{
				margin:0; padding:0; list-style:none; margin-top:0px; border:none; width:100%; height:50px; background:none; padding-top:15px; text-align:center;				
			}
			.sct_shoppingCart_box-subtotal li{
				margin:0; padding:0; list-style:none; margin-top:0px; border:none;  height:50px; padding-top:1px; background:none; float:left;				
			}
			.sct_shoppingCart_box-subtotal li:nth-child(1){				
				font-size:18px; font-weight:bold;	font-family: 'Roboto Condensed', sans-serif; text-align:right; padding-right:20px;	width:123px; padding-top:5px;
			}
			.sct_shoppingCart_box-subtotal li:nth-child(2){				
				font-size:24px; font-weight:bold;	font-family: 'Roboto Condensed', sans-serif;	color:#b00819;	width:143px;	
			}
			
		.sct_shoppingCart_box-total{
			width:286px;
			height:53px;
			background-image:url(../img/cart_article-total.png);
			background-repeat:no-repeat;
			background-position:right;	
			float:right;
			margin-bottom:10px;
		}
			.sct_shoppingCart_box-total ul{
				margin:0; padding:0; list-style:none; margin-top:0px; border:none; width:100%; height:50px; background:none; padding-top:15px; text-align:center;				
			}
			.sct_shoppingCart_box-total li{
				margin:0; padding:0; list-style:none; margin-top:0px; border:none;  height:50px; padding-top:1px; background:none; float:left;				
			}
			.sct_shoppingCart_box-total li:nth-child(1){				
				font-size:18px; font-weight:bold;	font-family: 'Roboto Condensed', sans-serif; text-align:right; padding-right:20px;	width:123px; padding-top:5px;
			}
			.sct_shoppingCart_box-total li:nth-child(2){				
				font-size:24px; font-weight:bold;	font-family: 'Roboto Condensed', sans-serif;	color:#FFF;	width:143px;	
			}
		.sct_shoppingCart_box button{
			background:none; border:none; cursor:pointer; 		
		}
		.sct_shoppingCart_box_deletebutton{
			background-color:#d92128;		
		}
		
			
		.sct_shoppingCart_payMethod{
			width:100%;
			height:120px;
			margin-top:5px;
			text-align:center;
			font-size:20px; font-weight:bold; font-family: 'Roboto Condensed', sans-serif; color:#FFF;			
		}
			.sct_shoppingCart_payMethod-options{
				width:100%;
				margin-top:11px;
				margin-left:230px;
				text-align:center;				
			}
				.sct_shoppingCart_payMethod-options form{					
					float:left;			
				}
				
	/** CHECKOUT **/	
	.sct_checkout_box{
		padding:30px 35px;			
	}