/*
 * Version minified
 * 		Comprimido con: http://tools.w3clubs.com/cssmin/
 * Version original:
 * 		_base_original.css 
 */


	/* 
		Reset CSS 
	*/
	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, font, 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,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		/*vertical-align: baseline;*/
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	
	a {
		text-decoration: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	/* 
		Básicos 
	*/	
	.inline{display: inline !important;}
	.center{text-align: center !important;}
	.fleft{float: left !important;}
	.fright{float: right !important;}	
	.clear{clear: both !important;}
	.nofloat{float: none !important;}
	.noborder{border: none !important;}
	.nomargin{margin: 0 !important;}

	/*
		General
		----------------------------------------------------------
	*/	
	body{
		background-color: #000;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size: 13px;
		padding-bottom: 10px;
		background-repeat: repeat-x;
		background-position: center;
		background-position: top;
	}
	
	.sizer{
		width: 990px;
		margin: auto;
	}

	#content{background-color: #fff;}
		
	.space10{
		clear: both;
		height: 10px;
	}

	.space20{
		clear: both;
		height: 20px;
	}
	
	.lineA{
		margin: 5px 0 5px 0;
		border-bottom: #D6E9F5 1px solid;
		border-top: #747474 1px solid;
	}



	/*
		Loaders
		----------------------------------------------------------
	*/	
	.loader_B{
		margin-top: 7px;
		background: url(loader_spinner_B.gif) no-repeat;
		width: 16px;
		height: 16px;		
	}
	
	.loader_C{
		height: 80px;
		background: #fff url(loader_bar_A.gif) center center no-repeat !important;
	}

	.loader_Z{
		background: #fff url(loader_bar_A.gif) center center no-repeat !important;
	}


	/*
		Tooltips
		----------------------------------------------------------
	*/	

	.tip{ 
		width:295px; 
		font-family: Trebuchet MS;
		background:url(tip-text.png) left top repeat-y;
		position: relative;
		z-index: 5000;
	}

	.tip-top{ 
		background:url(tip-top.png) top left no-repeat; 
		height:26px; 
		width:295px; 
	}

	.tip-title{ 
		color:#FFFFFF; 
		font-weight:bold; 
		margin:0 30px 0 50px;
	}

	.tip-text{
		color:#000;
		padding:10px 30px 20px 50px;
	}

	.tip-bottom{
		background:url(tip-bottom.png) left bottom no-repeat;
		width:295px;
		height:81px;
	}
	

	/*
		Barra header Superior
		----------------------------------------------------------
	*/	
	#header_bar{
		height: 			56px;
		margin-bottom:		14px;
		position: relative;
		z-index: 3000;
	}
	
	#header_bar .hbc{
		background: url(int-A-sprites_v2.png) 0 -287px repeat-x;
		height: 56px;
		margin: 0 12px 0 13px;
	}
	
	#header_bar .hbr{
		position: absolute;
		right: 0;		
		margin-top: -56px;
		height: 56px;
		width: 12px;
		background: url(int-A-sprites_v2.png) -324px -228px;
	}
		
	#header_bar .hbl{
		left: 0;
		position: absolute;
		height: 56px;
		width: 13px;
		background: url(int-A-sprites_v2.png) -311px -228px;		
	}
	
	.hlogo{
		margin-top: 15px;
		float: left;
		height: 29px;
		width:  279px;
		background: url(int-A-sprites_v2.png) 0 -256px no-repeat;	
		text-indent:-9999px;
		font-size:0pt;		
	}
	
	#header_bar .hbc h2 a{
		font-size:0pt;
		text-indent:-9999px;
	}
	/*
		header superior noticia.php			
	*/
	.header_bar_ext{
		height: 30px;
		position: relative;
		
		background: #333333;
		border-left: 1px solid #202020;
		border-right: 1px solid #202020;
	}

	.hlogo_long{
		margin-top: -15px;
		float: left;
		height: 29px;
		width:  279px;
		background: url(int-A-sprites_v2.png) 0 -256px no-repeat;
		text-indent:-9999px;
		font-size:0pt;	
	}

	.hlogo_long_meri{
		margin-top: -28px;
		float: left;
		height: 47px;
		width:  229px;
		background: url(logo_meri.png) no-repeat;	
	}


	.ads_header_notice{
		margin-top: -17px;
		float: right;
		height: 60px;
		width: 468px;
		background: black;
	}
	
	h1.header_game_title{
		font-family: Trebuchet MS;
		color: white;
		position: absolute;
		left: 16px;
		top: 22px;
		width: 423px;
		text-indent:0!important;	
		font-size:20px!important;		
	}
	
	h2.header_cat_title{
	font-size: 14px;
	font-family: Trebuchet MS;
	color: #717171;
	}



	.header_game_title a{
		color: #fff;
	}
	

	/*
		Campo buscador
		----------------------------------------------------------
	*/	
	.hsearch{
		float: right;
		height: 29px;
		width: 310px;
		_width: 270px;
		margin-top: 14px;
		position: relative;
	}
	
	.hsearch .ll{
		left: 0;
		top: 0;		
		position: absolute;

		height: 29px;
		width: 37px;
		background: url(int-A-sprites_v2.png) -478px -244px;		
	}
	.hsearch .lc{
		height: 28px;
		border-top: 1px solid #131313;
		background: #4D4D4D;
		margin: 0 28px 0 37px;
	}
	.hsearch .lr{
		right: 0;
		top: 0;
		position: absolute;
		height: 29px;
		width: 28px;
		background: url(int-A-sprites_v2.png) -514px -244px;
	}

	.hsearch .lc input{
		*margin: 0 0 0 -30px;
		margin-top: 1px;
		*margin-top: 0;	
		margin-top: 0\9;
		height: 21px;
		outline: 0 none;
		background: #4D4D4D;
		border: none;
		width: 100%;
		font-weight: bold;
		float: left;
		color: #888888;
		font-size: 12px;
		line-height: 12px;
		padding: 6px 3px 0px 0px;
		height: 19px\9;		
		padding: 9px 3px 0px 0px\9;	
	}
	
	.hsearch_result{
		position: absolute;
		display: none;
		overflow: hidden;
		top: 44px;
		left: 658px;
		z-index: 3000;
		width: 332px;
	}
	.hsearch_result_cnt{
		background-color: #2B2B2B;
		border-right: 1px solid #212121;
		padding: 11px 5px 5px 5px;
	}

	.ph_off{
		color: #888 !important;
	}
	

	
	
	/*
		Sub header transparente
		----------------------------------------------------------
	*/
	#header_content_sin{
		height: 130px;
		background: url(int-header_sin.png);
		clear: both;
		position: relative;
		z-index: 3001;
	}

	#header_content{
		height: 130px;
		background: url(int-header.png);
		clear: both;
		position: relative;
		z-index: 301;
	}

	#header_content_ad{
		width: 728px;
		height: 90px;
		top: 17px;
		left: 245px;
		position: absolute;
		z-index: 310;
	}
	
	#header_content_ad_center{
		width: 728px;
		height: 90px;
		top: 17px;
		left: 140px;
		position: absolute;
		z-index: 310;
	}

	/*
		Layout columnas
		----------------------------------------------------------
	*/	
	#col-i{
		float: left;
		width: 181px;
		background: white;
		padding: 0px 14px 5px 13px;
	}
		
	#col-c{
		float: left;
		width: 427px;
		background: white;
		padding: 0px 8px 5px 10px;		
	}
	
	#col-d{
		float: left;
		width: 310px;
		background: white;
		padding: 0px 5px 5px 14px;		
	}

	#col-b{
		float: left;
		width: 622px;
		background: white;
		padding: 0px 14px 5px 16px;
	}
	
	
	.col-content{
		background: #BAD0E2 !important;
		padding: 0 7px 0 7px;
		position: relative;
	}
		
	.col-section-i, .col-section-c, .col-section-d, .col-section-b{
		z-index: 100;
		position: relative;
		margin-top: -2px;
		margin-left: -15px;
		margin-right: -21px;
		height: 44px;
	}

	.col-section-x{
		z-index: 100;
		position: relative;
		height: 20px;
		overflow: hidden;
		line-height: 1px;
		margin-bottom: -20px;
		*margin-bottom: -24px;
	}

	.col-section-i{width: 197px; background: url(int-A-sprites_v2.png) -443px -24px;}
	.col-section-c{width: 443px; background: url(int-A-sprites_v2.png) 0px -24px;}
	.col-section-d{width: 325px; background: url(int-A-sprites_v2.png) 0px -68px;}
	.col-section-b{width: 639px; background: url(int-A-sprites_v2.png) 0px -112px; margin-right: -32px;}


	/*
		Banner promocion interna
		----------------------------------------------------------
	*/	
	
		
	.banner_proint{
		width: 310px;
		height: 76px;
		text-align: center;

	}

	.caja_inf{
		width: 310px;
		height: 10px;
		margin: 0 0 0 -7px;
		padding: 0 0 10px 0;
		background-color:  #FFFFFF;
	}

	.caja_sup{
		width: 310px;
		height: 10px;
		margin: 0 0 5px -7px;
		padding: 10px 0 0 0;
		background-color:  #FFFFFF;
	}



	/*
		Iconos de secciones
		----------------------------------------------------------
	*/	
	.col-icon{
		position: absolute;
		width: 37px;
		height: 36px;
		margin: -5px 0 0 15px;
	}

	.col-icon.icn_1{background: url(int-A-sprites_v2.png) -37px -156px;}
	.col-icon.icn_2{background: url(int-A-sprites_v2.png) -74px -156px;}	
	.col-icon.icn_3{background: url(int-A-sprites_v2.png) -148px -156px;}
	.col-icon.icn_4{background: url(int-A-sprites_v2.png) -259px -156px;}	
	.col-icon.icn_5{background: url(int-A-sprites_v2.png) -74px -156px;}
	.col-icon.icn_6{background: url(int-A-sprites_v2.png) -185px -156px;}
	.col-icon.icn_7{background: url(int-A-sprites_v2.png) -296px -156px;}
	.col-icon.icn_8{background: url(int-A-sprites_v2.png) -222px -156px;}
	.col-icon.icn_9{background: url(int-A-sprites_v2.png) -0px -156px;}
	.col-icon.icn_10{background: url(int-A-sprites_v2.png) -0px -458px;}
	.col-icon.icn_11{background: url(int-A-sprites_v2.png) -37px -458px;}


	
	/*
		Boton cambio de vista ( Toggle )
		----------------------------------------------------------
	*/		

	#game_toggle_view{
		position: absolute;
		cursor: pointer;
		top: 47px;

		right: 7px;
		width: 62px;
		height: 33px;
		background: url(int-A-sprites_v2.png) -379px -343px;
	}

	#game_toggle_view.alt{
		background: url(int-A-sprites_v2.png) -379px -376px !important;
	}	
	
	/*
		Tabs
		----------------------------------------------------------
	*/	
	 ul.tabs_box {
		height:	30px;
		color: #fff;
		list-style: none;
		line-height: 14px;
		font-size: 14px;
		margin-top: 4px;
		font-weight: bold;
		overflow: hidden;
	}
		  
	 .tabs_box li {display:	inline;}

	 .tabs_box a {
		float:				left;  
		margin:				0 3px 0 0;  
		padding:			0 0px 0 7px;
		text-decoration:	none;
		background: 		url(int-A-sprites_v2.png) 0 -343px;	
	}
	
	.tabs_box a span {
		float:				left;
		display:			block;
		padding: 			9px 11px 9px 7px;	
		color:				#fff;
		background:			url(int-A-sprites_v2.png) no-repeat right -343px;
	}

    .tabs_box a:hover span {
		background:			url(int-A-sprites_v2.png) no-repeat right -374px;
		border-bottom: 1px solid #fff;
		color:				#333;
	}

    .tabs_box a:hover {
		background: 		url(int-A-sprites_v2.png) 0 -374px;	
		color:				#333;	
	}

	.tabs_box .current a {background: url(int-A-sprites_v2.png) 0 -374px;}

	.tabs_box .current a span {
		background:			url(int-A-sprites_v2.png) no-repeat right -374px;
		color:				#333;
	}
	


	/*
		LISTA JUEGOS COMUN
		----------------------------------------------------------
	*/
	#game_list_extend .game_element{
		background: white;
	}
		
	.game_list{
		background: white;
		padding: 5px;
		position: relative;
	}

	#game_list_extend, #game_list_compact{
		position: relative;
		margin: auto;
	}

	#game_list_extend{display: block; overflow: hidden; }
	#game_list_compact{display: none; overflow: hidden;}
	
	
	#game_list_extend .game_element{
		border: 0px solid blue;
		border-bottom: 1px solid #D6E9F5;
		min-height: 72px;
		padding: 10px 6px 6px 6px;
		position: relative;
	}
	
	
	/*#game_list_extend .game_element a{*/
	#game_list_extend .game_element img{
		position: absolute;
		top: 5px:
		left: 4px;
	}
	
	#game_list_extend .game_element h2,#game_list_extend .game_element h3{
		font-size: 14px;
		font-weight: bold;
		margin-left: 114px;
	}

	#game_list_extend .game_element h2 a,#game_list_extend .game_element h3 a{
		float: none;
		color: #006599;
	}

	#game_list_extend .game_element p{
		font-size: 11px;
		line-height: 14px;
		text-align: justify;
		/*padding: 18px 0 0 0;*/
		padding: 3px 0 0 0;
		margin-left: 114px;
		color: #333;
	}
	
		/*#game_list_extend .game_element p span {
		padding: 6px 0 0 0;
		display:block;*/
}


	/*
		Game dragable
		----------------------------------------------------------
	*/


	#game_list_extend_drag .game_options{
		position: absolute;		
		left: 2px;
		width: 16px;
	}
	#game_list_extend_drag .game_element{
		border: 0px solid blue;
		border-bottom: 1px solid #D6E9F5;
		min-height: 72px;
		padding: 10px 6px 6px 6px;
		position: relative;
	}

	#game_list_extend_drag .game_element a{left: 2px;}

	#game_list_extend_drag .game_element a.image{
		position: absolute;		
		left: 22px;
	}
	
	#game_list_extend_drag .game_element h3{
		font-size: 14px;
		font-weight: bold;
		margin-left: 128px;
	}

	#game_list_extend_drag .game_element h3 a{
		float: none;
		color: #006599;
	}

	#game_list_extend_drag .game_element p{
		font-size: 11px;
		line-height: 14px;
		text-align: justify;
		padding: 4px 0 0 0;
		margin-left: 128px;
		color: #333;
	}

	.game_drag, .game_remove, game_remove{
		width: 19px;
		height: 17px;
		margin-bottom: 1px;
	}

	.game_drag{background: url(int-A-sprites_v2.png) no-repeat	-455px 0; cursor: move;}
	.game_remove{background: url(int-A-sprites_v2.png) no-repeat -474px 0; cursor: pointer;}
	.game_remove:hover{background: url(int-A-sprites_v2.png) no-repeat -493px 0;}
  
	.onDrag{
		border: 3px dashed #BAD0E2 !important;
	}






	/*
		Tags para categorias de juegos
		----------------------------------------------------------	
	*/	
	.game_cat_tag{
		position: absolute;
		top: 7px;
		_top: 8px;
		right: 4px;
		_right: 21px;
		text-align: center;
		font-size: 11px;
		font-family: Trebuchet MS;
		line-height: 11px;
		font-weight: bold;
		color: #fff;
		padding: 3px 9px 4px 8px;		
		background: #B22D2D;
		text-align: center;
	}
	
	.game_cat_tag a{
		color: #fff;
		position: relative !important; 
	}
	
	.game_cat_tag.t1{background: #B22D2D;}
	.game_cat_tag.t2{background: #9F4040;}
	.game_cat_tag.t3{background: #A75E38;}
	.game_cat_tag.t4{background: #C67919;}
	.game_cat_tag.t5{background: #A78038;}
	.game_cat_tag.t6{background: #BDAE22;}
	.game_cat_tag.t7{background: #A7A738;}
	.game_cat_tag.t8{background: #82A738;}
	.game_cat_tag.t9{background: #7CBB24;}
	.game_cat_tag.t10{background: #5EA738;}
	.game_cat_tag.t11{background: #38A738;}
	.game_cat_tag.t12{background: #38A75C;}
	.game_cat_tag.t13{background: #38A77D;}
	.game_cat_tag.t14{background: #38A7A7;}
	.game_cat_tag.t15{background: #1DA1C1;}
	.game_cat_tag.t16{background: #3880A7;}
	.game_cat_tag.t17{background: #385EA7;}
	.game_cat_tag.t18{background: #3838A7;}
	.game_cat_tag.t19{background: #5C38A7;}
	.game_cat_tag.t20{background: #A738A7;}
	.game_cat_tag.t21{background: #A73882;}
	.game_cat_tag.t22{background: #A73860;}
	.game_cat_tag.t23{background: #A73838;}
	.game_cat_tag.t29{background: #385EA7;}

	
	.game_cat_tag .lt{
		height: 18px;
		width: 9px;
		position: absolute;
		top: 0px;
		left: 0px;
		background: url(int-A-sprites_v2.png) -618px -219px ;
	}

	.game_cat_tag .rt{
		height: 18px;
		width: 9px;
		position: absolute;
		top: 0px;
		right: 0px;		
		background: url(int-A-sprites_v2.png) -627px -219px ;
	}


	/*
		Lista juegos compacta y búsqueda
		----------------------------------------------------------
	*/
	 #game_list_autosearch{
	 	text-align: center;
	 	color: #787878;
	 }
	
	.more_result{
		padding: 6px 0px 6px 0px;
		color: #787878;
		display: block;
		background:#222;
		font-size: 12px;
	}
	
	.more_result:hover{
		text-decoration: underline;
	}
	
	#game_list_compact .game_element, #game_list_autosearch .game_element{
		height: 43px;
		padding: 7px 6px 6px 6px;
	}

	#game_list_compact .game_element.odd{background-color: #F1F1F1;}

	#game_list_autosearch .game_element.odd{background-color: #222;}
	
	#game_list_autosearch .game_element:hover{background-color: #444;}
	
	#game_list_compact .game_element a, #game_list_autosearch .game_element a{float: left;}

	#game_list_compact .game_element a img, #game_list_autosearch .game_element a img{
		width: 62px;
		height: 42px;
	}
	
	#game_list_compact .game_element h3{
		font-size: 14px;
		font-weight: bold;
		float: left;
	}

	#game_list_autosearch .game_element h3{
		font-size: 14px;
		font-weight: bold;
		float: left;
	}

	#game_list_compact .game_element a{color: #494949;}

	#game_list_compact .game_element h3 a{
		float: none;
		color: #006599;
	}

	#game_list_autosearch .game_element h3 a{
		float: none;
		color: #fff;
	}

	#game_list_compact .game_element .game_title, #game_list_autosearch .game_element .game_title{
		height: 18px;
		margin: 0 0 0 70px;	
	}
	
	.game_title h3 a:hover {
	text-decoration:underline;
	}
	
	#game_list_compact .game_element .game_category, 
	#game_list_autosearch .game_element .game_category{
		font-size: 11px;
		line-height: 11px;
		height: 20px;
		text-align: justify;
		padding: 0 0 0 0;
 		margin: 4px 0 0 70px;
 		color: #333;
	}	

	#game_list_autosearch .game_element .game_category a{
	 	color: #fff;
	}	

	
	.game_category a:hover {
	text-decoration:underline;
	}
	
	.game_category span{
		float: left;
	}
	#game_list_autosearch .game_element .game_category{
		color: #aaa;
		
	}	

	.game_element h3 a:hover {
	text-decoration:underline;
	}

	.game_plays{
		float: right;
		text-align: right;
		margin-right: 20px;
		font-size: 12px;
	}

	#game_list_autosearch .game_plays{ color: #fff;}
	
	.game_rate{
		float: right;
		font-size: 15px;
		padding-top: 1px;
	}
	#game_list_autosearch .game_rate{ color: #fff;}


	#game_list_compact .game_rate span{
		text-align: right;
		padding-left: 5px;
		font-size: 12px !important;
		color: #414141;
	}

	.game_pag{
		font-size:10px;
		padding: 16px 0 6px 0;
		color:#2B2B2A;
		font-weight:bold;
	}
	
	.game_pag a{
		text-decoration: none;
		font-size: 14px;
		line-height: 14px;
		padding: 5px 3px 4px 3px;
		height: 14px;
		color: #333;
	}

	.game_pag a span{
		text-decoration: none;
		padding: 5px 8px 4px 3px;
		color: #333;
	}
	
	.game_pag a:hover, .game_pag a.paginaactiva{
		text-decoration: none;
		font-size: 14px;
		line-height: 14px;
		padding: 5px 3px 5px 3px;
		*padding: 0px 3px 4px 3px;
		height: 14px;
		color: #fff;
		background: url(int-A-sprites_v2.png) no-repeat 0 -226px;		
	}

	.game_pag a:hover span, .game_pag a.paginaactiva span{
		text-decoration: none;
		padding: 5px 8px 5px 3px;
		*padding: 4px 8px 4px 3px;
		
		color: #fff;
		background: url(int-A-sprites_v2.png) no-repeat right -258px;		
	}





	/*
		COL DERECHA: FACEBOOK
		----------------------------------------------------------
	*/
	.facebook_img{
		width: 290px;
		height: 125px;
		margin: 10px 0 20px 0;
		cursor: pointer;
		background: url(int-B-sprites_v2.gif) no-repeat -365px 0;
	}

	.facebook_tools{
		display: block;
		margin: 8px 0 20px 0;
		position: relative;
	}

	.facebook_tools_cnt{
		background-color: #E0EDF6;
		border-left: solid 1px #7A9CB9;
		height: 52px;
	}

	.facebook_tools_cnt h3{
		font-size: 14px;
		margin-left: 72px;
		padding-top: 3px;
	}
	
		
	.facebook_tools_cnt h3 a{
		color: #27507A;
	}
	
	.facebook_tools_cnt h3 a:hover{
		color: #27507A;
		text-decoration: underline;
	}

	.mini_avatar img{ 
		height: 50px; width: 50px;
	}

	.fb_avatar_mi{
		position: absolute;
		top: 14px;
		left: 14px;
	}
	
	.facebook_comment{
		padding: 10px 2px 6px 10px !important;	
	}

	.fb_msg{
		color: #FFF;
	}

	.fb_msg:hover{
		text-decoration: underline;
		color: #FFF;
	}

	.fb_buttonsb{
		padding: 5px 5px 0 30px;
		margin: 6px 0 0 68px;
		font-size: 13px;
		font-weight: bold;
		height: 19px;
		width: 148px;
		float: left;
		background: url(int-A-sprites_v2.png) no-repeat -236px 0;
	}
	
	.fb_buttonsc{
		width: 30px;
		float: left;
		height: 23px;
		margin: 6px 0 0 5px;
		background: url(int-A-sprites_v2.png) no-repeat -175px 0;		
	}

	.fb_buttonsc:hover{
		background: url(int-A-sprites_v2.png) no-repeat -206px 0;		
	}

	.fb_buttonsc_2{
		width: 92px;
		float: left;
		height: 25px;
		margin: 6px 0 0 5px;
		background: url(boton_cerrar_fb.png) no-repeat;		
	}

	.fb_buttonsc_2:hover{
		background: url(boton_cerrar_fb.png) no-repeat;		
	}


	/*
		BOTONES SUPERIOR HEADER
		----------------------------------------------------------
	*/

	a.button_1{
	display: block;
	height: 31px;
	width: 31px;
	background-image: url(fav_off.png);
	}

	a.button_1:hover{
	height: 31px;
	width: 31px;
	background-image: url(fav_on.png);
	}

	a.button_2{
	display: block;
	height: 31px;
	width: 31px;
	background-image: url(copa_off.png);
	}

	a.button_2:hover{
	height: 31px;
	width: 31px;
	background-image: url(copa_on.png);
	}

	a.button_3{
	display: block;
	height: 31px;
	width: 31px;
	background-image: url(tiemporeal_off.png);
	}

	a.button_3:hover{
	height: 31px;
	width: 31px;
	background-image: url(tiemporeal_on.png);
	}

	a.button_4{
	display: block;
	height: 31px;
	width: 31px;
	background-image: url(minitu_off.png);
	}

	a.button_4:hover{
	height: 31px;
	width: 31px;
	background-image: url(minitu_on.png);
	}

	a.button_5{
	display: block;
	height: 31px;
	width: 31px;
	background-image: url(fb_off.png);
	}

	a.button_5:hover{
	height: 31px;
	width: 31px;
	background-image: url(fb_on.png);
	}



	/*
		CONEXION NOTICIA: FACEBOOK
		----------------------------------------------------------
	*/
	.facebook_img_noticia{
		width: 232px;
		height: 90px;
		margin: 0px 0 20px 0;
		cursor: pointer;
		background: url(int-B-sprites_v2.gif) no-repeat -369px -135px;
	}

	.facebook_tools_noticia{
		display: block;
		/*margin: 8px 0 20px 0;*/
		position: relative;
		height: 90px;
		width: 232px;
		padding-top: 12px;		
		background: url(fnd_fcb_noticia.png) no-repeat;		
	}

	.facebook_tools_cnt_noticia{
		height: 52px;
	}

	.facebook_tools_cnt_noticia h3{
		font-size: 14px;
		margin-left: 72px;
		padding-top: 13px;
		line-height: 14px;
	}
	
		
	.facebook_tools_cnt_noticia h3 a{
		color: #fff;
	}
	
	.facebook_tools_cnt_noticia h3 a:hover{
		color: #fff;
		text-decoration: underline;
	}

	.mini_avatar_noticia img{ 
		height: 50px; width: 50px;
	}

	.fb_avatar_mi_noticia{
		position: absolute;
		top: 22px;
		left: 12px;
		
	}
	
	.facebook_comment_noticia{
		padding: 10px 2px 6px 10px !important;	
	}

	.fb_msg_noticia{
		color: #FFF;
	}

	.fb_msg_noticia:hover{
		text-decoration: underline;
		color: #FFF;
	}

	.fb_buttonsb_noticia{
		padding: 0px 5px 5px 7px;
		margin: 12px 0px 0px 72px;
		font-size: 13px;
		font-weight: bold;
		width: 110px;
		height: 19px;
		float: left;
		background: url(int-A-sprites_v2.png) no-repeat -145px -405px;
	}
	
	.fb_buttonsc_noticia{
		width: 32px;
		float: left;
		height: 24px;
		margin: 12px 0px 0px -2px;
		background: url(int-A-sprites_v2.png) no-repeat -77px -405px;		
	}
	
	.fb_buttonsc_noticia:hover{
		background: url(int-A-sprites_v2.png) no-repeat -111px -405px;		
	}
	
	.fb_buttonsb_noticia a{
		margin-right: 5px;
	}
	
	.top_margin_zero{
		margin-top: 4px !important;
	}


	/*
		POP: TAGS
		----------------------------------------------------------
	*/
	
		.tags_img_pop1{
			text-align:center;
			width: 450px;
			padding:15px 15px 15px 25px;
		}
		
		.tags_img_pop1 a img {
			border:none;
		}
		
		.tags_img_pop1 a {
			margin: 4px;
			float: left;
			height: 40px;
			width: 40px;
		}


	/*
		COL DERECHA: TAGS
		----------------------------------------------------------
	*/
	
	.tags_subcat{
		height: 10px;
		width: 291px;
		margin: 15px 0 10px -3px;
		background: url(int-B-sprites_v2.gif) no-repeat -1px -480px;		
	}

	.tags_list_subcat {
		color: #2B2B2A;
		text-align:center;
		width: 262px;
		margin: 10px 0 0 10px;
		font-size: 12px;
	}

	.tags_list_subcat a{
		padding: 0 5px 2px 5px;
		color: #2B2B2A;
	}

	.tags_list_subcat a:hover{
		text-decoration:underline;
		padding: 0 5px 2px 5px;
		color: #2B2B2A;
	}

	.tags_sep{
		height: 10px;
		width: 291px;
		margin: 10px 0 10px 3px;
		background: url(int-B-sprites_v2.gif) no-repeat -1px -400px;		
	}
	
	.tags_img{
		height:95px;
		text-align:center;
		width: 262px;
		margin: 5px 0 18px 30px;
	}
	
	.tags_img_pop{
		height: auto;
		text-align:center;
		width: 450px;
		margin: 5px 0 18px 30px;
	}
	
	.tags_list {
		color: #2B2B2A;
		text-align:center;
		width: 262px;
		margin: 10px 0 0 10px;
	}

	.tags_list a:hover{
		text-decoration:underline;
		color: #2B2B2A;
	}
	
	/*
		Enlace simple negro
		----------------------------------------------------------
	*/
	
	.enlace1{
		font-size: 12px;
		margin-top: 10px;
	}
	
	.enlace1 a{
		color: #2B2B2A;
		font-weight: bold;
	}
	
	.enlace1 a:hover{
		text-decoration:underline;
	}
		
	/*
		LINKS CURSORES
		----------------------------------------------------------
	*/

	.links_list_cursores{
		font-size: 11px;
		padding-bottom: 20px;
		margin-left: 8px;
		margin-top: 0px;
		font-weight: bold;
	}


	.links_list_cursores li{
		float: left;
		width: 100px;		
		margin: 8px 0 5px 0;
		height: 12px;
		display:block;
	}
	
	.links_list_cursores li img{
		float: left;
		margin: 0 5px 0 0;
	}
	
	
	.tecla {
		background:url("tecla.png") no-repeat scroll 50% 50% transparent;
		color:#5D5E4F;
		display:block;
		float:left;
		font-weight:bold;
		height:16px;
		line-height:12px;
		margin:0 3px 0 0;
		padding:0 0 0 1px;
		text-align:center;
		width:16px;
	}		
	
	.cursores {
		border-bottom: 1px solid #D6E9F5;
	}
	
	/* EXTRA CURSORES */
	
		.cursores {
	/*width:518px; */
	height:50px;
	margin-left:5px;
	}
	
	#cursores_izq {
	font-size: 11px; font-weight:bold;
	float:left; height:50px;
	
	}
	#cursores_izq img {
	float:left;
	}
	
	#cursores_izq span {
	float:left; 
	margin-right:15px;
	}

	#cursores_izq span b {
    display: block;
    margin-top: 4px;
    /*width: 120px;*/
	max-width:120px;
	}
	#cursores_dcha span{
	font-size: 11px; 
	*font-size: 10px; 
	font-weight:bold;
	float:left;
	display:block;
	/*width:120px;*/
	margin-bottom:3px;
	line-height:20px;
	margin-right:15px;
	
	}
	

	
	#cursores_dcha span img {
	margin: 0 5px 0 0;
	vertical-align:middle;
	}
	.tecla {
	margin: 3px 3px 0 0;	
	}
	
	
	/*
		COL DERECHA: LINKS
		----------------------------------------------------------
	*/
	
	.links_list{
		font-size: 12px;
		padding-bottom: 20px;
		margin-left: 8px;
		margin-top: 10px;
	}
	
	.links_tools{
		margin-top: -5px;
	}
	
	.links_list li{
		float: left;
		width: 136px;		
		margin: 8px 0 0 0;
		height: 12px;
		background: url(int-A-sprites_v2.png) -642px -246px no-repeat;
	}
	
	.links_list a{
		height: 14px;
		padding: 0 0 0 16px !important;
		color: #2B2B2A;
		line-height: 14px;
		font-weight: bold;
	}
	
	.links_list a:hover{
		text-decoration:underline;
	}
	
	
	/*
		SECCION: LINKS
		----------------------------------------------------------
	*/
	
	.links_list_sec{
		float: left;
		display: block;
		font-size: 12px;
		padding-bottom: 20px;
		margin-left: 8px;
		margin-top: 10px;
		width: 380px;		

	}
	
	.links_tools_sec{
		margin-top: -5px;
	}
	
	.links_list_sec li{
		float: left;
		width: 380px;		
		margin: 8px 0 0 0;
		height: 12px;
		background: url(int-A-sprites_v2.png) -642px -246px no-repeat;
	}
	
	.links_list_sec a{
		height: 14px;
		padding: 0 0 0 16px !important;
		color: #2B2B2A;
		line-height: 14px;
		font-weight: bold;
	}
	

	.links_list_sec a:hover{
		text-decoration:underline;
	}

	.links_list_sec h1{
		float: left;
		width: 380px;		
		font-size: 14px;
		margin-top: 20px;
		padding: 5px;
		background-color: #cddeec;
		color: #006dae;
	}
		
	/*
		PIE DE PAGINA
		----------------------------------------------------------
	*/	
	#footer{
		margin-top: 20px;
	}
	
	#footer_content{
		background: #333;
		height: 44px;
	}



	/*
		Zona de perfil
		----------------------------------------------------------
		float: left;
		width: 136px;
		padding: 5px;
	*/		
	.profile_content{
		position: relative;
	}
	
	
	.profile_col_l{
		position: relative;
		float: left;
		width: 136px;
		height: 200px;
		padding: 5px;
		text-align: center;
	}
	
	.profile_col_r_blog{
		position: relative;
		float: left;
		width: 600px;
		padding: 5px 0 5px 5px;
		border: 0px solid blue;
	}
	
		
	.profile_col_r{
		position: relative;
		float: left;
		width: 450px;
		padding: 5px 0 5px 5px;
		border: 0px solid blue;
	}

	.profile_name{
		line-height: 22px;
		font-size: 22px;
		color: #333;
		padding: 0px 0 5px 0;
	}
	
	.profile_pop{
		line-height: 22px;
		font-size: 22px;
		color: #333;
		padding: 0px 5px 5px 5px;
		font-weight:bold;
		text-align:left;
	}

	.profile_avatar_mi, .profile_avatar_su, .av_pic , .av_frm, .av_frm_min, av_pic_min{
		height: 131px;
		width: 131px;
		position: relative;
		cursor: pointer;
	}
	
	.av_pic, .av_frm, .av_btn, .av_pic_min, .av_frm_min{
		cursor: pointer;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	.av_pic{
   		height: 131px;
   		width: 131px;
   		overflow: hidden;
	}
	
	.av_pic_min{
   		height: 50px;
  		width: 50px;
	   	overflow: hidden;
	}
	
	#add_friend{
		position: absolute;
		top: 150px;
		left: 23px;
		font-size: 11px;
		color: #444;
	}
	
	.av_pic, av_pic_min{z-index: 200;}
	
	.av_frm{background: url(int-A-sprites_v2.png) -347px -156px; z-index: 400; }

	.profile_avatar_mi:hover .av_btn{
		width: 104px;
		height: 23px;
		top: 90px;
		left: 24px;	
		z-index: 500;
		background: url(int-A-sprites_v2.png) -536px 0; z-index: 402;
	}
	

	.profile_sep, .profile_sep_f{
		padding: 5px;
		height: 12px;
		font-weight: bold;
		margin-top: 5px;		
		margin-bottom: 5px;
		font-size:18px;
	}
	.profile_sep_f{
		padding-top: 0px;
		margin-top: -3px;
	}
	
	.profile_sep_f a {
		color:#000;
	}
	
	.profile_sep_f a:hover {
		color:#000;
	}

	.friend_element{
		width: 214px;
		float: left;
		margin: 8px 0 0 5px;
	}
	.friend_element h3{
		font-size: 14px;
		padding: 0 0 0 3px;
	}
	
	.friend_element h3 a {
		color: rgb(39, 80, 122);
	}
	
	
	.friend_element h3 a:hover {
		text-decoration: underline;
	}
	
	.friend_avt{
		float: left;
		height: 50px;
		width: 50px;
		position: relative;
		margin-right:8px;
	}
	.friend_avt img{
		position: absolute;
		cursor: pointer;
		top: 0;	
		left: 0;
	}


	
	.friend_pic_frm{
		position: absolute;
		cursor: pointer;
		top: 0;	
		left: 0;
		height: 50px;
		width: 50px;
		background: url(int-A-sprites_v2.png) -329px -343px; z-index: 400;		
	}



	.friend_avt_noticia{
		float: left;
		height: 50px;
		width: 50px;
		position: relative;
		margin-right:4px;
	}
	.friend_avt_noticia img{
		position: absolute;
		cursor: pointer;
		top: 0;	
		left: 0;
	}
	
	.friend_pic_frm_noticia{
		position: absolute;
		cursor: pointer;
		top: 0;	
		left: 0;
		height: 50px;
		width: 50px;
		background: url(int-A-sprites_v2.png) 0px -405px; z-index: 400;		
	}


	.frnd_ico1, .frnd_ico2, .frnd_ico3, .frnd_ico4, .frnd_ico5, .frnd_ico6, .frnd_ico7, .frnd_ico8, .frnd_ico9, .frnd_ico10 {height: 16px; width: 16px; float: left; margin: 4px 3px 0 3px;}
	.frnd_ico1{background: url(int-A-sprites_v2.png) -217px -365px;}
	.frnd_ico2{background: url(int-A-sprites_v2.png) -234px -365px;}
	.frnd_ico3{background: url(int-A-sprites_v2.png) -251px -365px;}
	.frnd_ico4{background: url(int-A-sprites_v2.png) -268px -365px; margin-top: -1px; *margin-top: -15px;}
	.frnd_ico5{background: url(int-A-sprites_v2.png) -285px -365px;}
	.frnd_ico6{background: url(int-A-sprites_v2.png) -268px -382px;}
	.frnd_ico7{background: url(int-A-sprites_v2.png) -251px -382px;}
	.frnd_ico8{background: url(int-A-sprites_v2.png) -233px -382px;}
	.frnd_ico9{background: url(int-A-sprites_v2.png) -285px -382px;}
	.frnd_ico10{background: url(newsletter-optin-anim.gif) no-repeat;}			
	
	.fb_buttonsb .frnd_ico4, .fb_buttonsb .frnd_ico9,  .fb_buttonsb .frnd_ico1, .fb_buttonsb .frnd_ico2, .fb_buttonsb .frnd_ico3, .fb_buttonsb .frnd_ico8{margin: -1px 5px 0 0px;}


	.profile_layout{
		padding: 0 16px 4px 16px;
	}

	.profile_avatarlist{
		background: white;
		padding-left: 3px;
	}

	.mini_avatar{
		float: left;
		margin: 0 2px 8px 10px;
		position: relative;
	}
	
	.mini_avatar img{

		z-index: 12000;
	}

	.mini_avatar div{
		z-index: 12004;
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		height: 50px;
		width: 50px;
		background: url(int-A-sprites_v2.png) -329px -343px;			
	}
	
	.mr8{
		margin-right: 8px;
	}

	/*
		CAJA JUEGO
		----------------------------------------------------------
	*/
	
	
	  .proggressBar{
           border: 1px solid #ccc;
           position: relative;
           width: 300px;
           margin: 20px auto;
           height: 16px;
       }
       
       .proggressBar div{
           width: 0%;
           height: 16px;
           background: white;
       }
       
	
	#game_obj_box{
		border: 0px solid red;
		/*position: relative;*/
		padding: 0px 30px 12px 0px;
		margin: 40px auto 20px auto;
		text-align: left;
		width: 550px;
		height: 380px;
	}
	
	#game_obj_bkg{		
		min-height: 368px;
		border: 0px solid green;
		padding: 0 0 0 12px;
		margin-right: 34px;
		background: #2B2B2A;
		border-left: 1px solid #202020;
		border-right: 1px solid #202020;
	}	
	
	#game_obj_cnt{
		border: 0px solid blue;
		min-height: 200px;
		min-width: 300px;
	}
	
	.game_obj_buttons{
		float: right;
		position: relative;
		border: 0px solid aqua;
	}

	
	.rad_game_tl, .rad_game_tc, .rad_game_tr,
	.rad_game_bl, .rad_game_bc, .rad_game_br{
		position: absolute;			
	}

	.rad_game_tl, .rad_game_tr,
	.rad_game_bl, .rad_game_br{
		height: 12px;
		width: 12px;
						
	}

	.rad_game_tl{
		top: -1px;
		left: -12px;
		background: url(int-A-sprites_v2.png) -75px 0px;
	}
	
	.rad_game_tr{
		top: -1px;
		right: -11px;
		background: url(int-A-sprites_v2.png) -87px 0px;
	}

	.rad_game_bl{
		bottom: 0;
		left: -12px;
		background: url(int-A-sprites_v2.png) -75px -12px;
	}

	.rad_game_br{
		bottom: 0;
		right: -11px;
		background: url(int-A-sprites_v2.png) -87px -12px;
	}
				
	
	.rad_game_ctop{
		margin: 0 45px 0 12px;
		position: relative;
		height: 11px;
		background: #2B2B2A;
		border-top: 1px solid #202020;
		
	}
	.rad_game_cbot{
		margin: 0 45px 0 12px;
		position: relative;
		height: 12px;
		background: #2B2B2A;
		border-bottom: 1px solid #202020;
	}			
	
	/*
		CAJAS ACCIONES JUEGO
		----------------------------------------------------------					
	*/		
	.game_obj_acc{
		height: 50px;
		width: 50px;
		position: absolute;
		right: -16px;
					
	}
	
	.game_obj_bot, .game_obj_top{
		position: relative;
		height: 12px;
	}		

	.game_obj_cen{
		position: relative;
		z-index: 200;
		height: 26px;
		background: #333;
		border-right: 0px solid #202020;
	}			
	
	.game_obj_tc, .game_obj_bc{
		height: 12px;				
		margin-right: 12px;
		background: #333;				
	}
	
	.game_obj_tc{border-top: 0px solid #202020;}			
	.game_obj_bc{border-bottom: 0px solid #202020;}			
	
	.game_obj_tr, .game_obj_br{
		height: 12px;
		width: 12px;
		position: absolute;
		right: 0;
		top:0;				
	}

	.game_obj_tr{background: url(int-A-sprites_v2.png) -12px 0px;}			
	.game_obj_br{background: url(int-A-sprites_v2.png) -12px -12px;}


	/*
		ICONOS ACCIONES JUEGO			
	*/

	.a_icon, a_iconT{
		height: 36px;
		width: 36px;
		position: absolute;
		top: -4px;
		left: 5px;
		cursor: pointer;
	}

	.acc_icon_1{position: absolute;top: 11px;}			
	.acc_icon_1 .a_icon{background: url(int-A-sprites_v2.png) -496px -156px;}
	.acc_icon_1 .a_iconT{background: url(int-A-sprites_v2.png) -496px -192px !important;}
	
	.acc_icon_2{position: absolute;top: 62px;}
	.acc_icon_2 .a_icon{background: url(int-A-sprites_v2.png) -568px -156px;}
	.acc_icon_2 .a_iconT{background: url(int-A-sprites_v2.png) -532px -192px !important;}

	.acc_icon_3{position: absolute; top: 113px;}
	.acc_icon_3 .a_icon{background: url(int-A-sprites_v2.png) -604px -156px;}

	.acc_icon_4{position: absolute; top: 164px;}
	.acc_icon_4 .a_icon{background: url(int-A-sprites_v2.png) -568px -192px;}

	.acc_icon_5{position: absolute; top: 215px;}
	.acc_icon_5 .a_icon{background: url(int-A-sprites_v2.png) -180px -345px;}

	
	.acc_rating{
		width: 53px;
		top: 280px;
		right: -19px;
	}
	
	.acc_rating .game_obj_cen{
		height: 100px;
	}				

	
	/*
		CAJAS ACCIONES JUEGO
		----------------------------------------------------------					
	*/		
	.game_obj_acc{
		height: 50px;
		width: 50px;
		position: absolute;
		right: -16px;
					
	}
	
	.game_obj_bot, .game_obj_top{
		position: relative;
		height: 12px;
	}		

	.game_obj_cen{
		position: relative;
		z-index: 200;
		height: 26px;
		background: #333;
		border-right: 0px solid #202020;
	}			
	
	.game_obj_tc, .game_obj_bc{
		height: 12px;				
		margin-right: 12px;
		background: #333;				
	}
	
	.game_obj_tc{border-top: 0px solid #202020;}			
	.game_obj_bc{border-bottom: 0px solid #202020;}			
	
	.game_obj_tr, .game_obj_br{
		height: 12px;
		width: 12px;
		position: absolute;
		right: 0;
		top:0;				
	}

	.game_obj_tr{background: url(int-A-sprites_v2.png) -12px 0px;}			
	.game_obj_br{background: url(int-A-sprites_v2.png) -12px -12px;}


	/*
		ICONOS ACCIONES JUEGO			
	*/

	.a_icon{
		height: 36px;
		width: 36px;
		position: absolute;
		top: -4px;
		left: 5px;
		cursor: pointer;
	}

	.acc_icon_1{position: absolute;top: 11px;}			
	.acc_icon_1 .a_icon{background: url(int-A-sprites_v2.png) -496px -156px;}
	
	.acc_icon_2{position: absolute;top: 62px;}
	.acc_icon_2 .a_icon{background: url(int-A-sprites_v2.png) -568px -156px;}

	.acc_icon_3{position: absolute; top: 113px;}
	.acc_icon_3 .a_icon{background: url(int-A-sprites_v2.png) -604px -156px;}

	.acc_icon_4{position: absolute; top: 164px;}
	.acc_icon_4 .a_icon{background: url(int-A-sprites_v2.png) -568px -192px;}
	
	
	.acc_rating .game_obj_cen{
		height: 100px;
	}				


	/*
		Zona baja noticia.php
	*/

	.game_info_content{
		background: #333;
		padding: 0 10px 0 10px;
	}

	.game_info_top{
		height: 100px;
	}
	
	.game_info_fbc{
		float: left;

	}
	
	.game_info_ads{
		float: right;
		background: #000;
		height: 90px;
		width: 728px;
	}

	.game_info_left{
		padding: 0 4px 0 0px;		
		float: left;
		width: 520px;
	}

	.game_info_right{
		padding: 0 0px 0 4px;	
		float: left;
		width: 440px;
	}

	#game_obj_ads{
		background: url(minipreload.jpg) no-repeat;
	}		




	/*
		CAJAS BORDES Y ESQUINAS REDONDEADA
		----------------------------------------------------------
	*/
	
	.rad_w, .rad_g, .rad_b, .rad_f, .rad_f, .rad_d, .rad_d, .rad_x{
		position: relative;
		border: 0px solid blue !important; /* No borrar BUG IE 6 */
		height: 12px;
		overflow: hidden;
	}
	
	.rad_w .rc, .rad_g .rc, .rad_b .rc, .rad_f .rct, .rad_f .rcb, .rad_d .rct, .rad_d .rcb, .rad_x .rc{
		background: #fff;
		height: 12px;
		margin: 0 12px 0 12px;
	}


	.rad_w .bl, .rad_w .tl, .rad_w .br, .rad_w .tr,
	.rad_f .bl, .rad_f .tl, .rad_f .br, .rad_f .tr,	
	.rad_d .bl, .rad_d .tl, .rad_d .br, .rad_d .tr,	
	.rad_b .bl, .rad_b .tl, .rad_b .br, .rad_b .tr,
	.rad_x .bl, .rad_x .br, .rad_x .tl, .rad_x .tr,
	.rad_g .bl, .rad_g .br, .rad_g .tl, .rad_g .tr{
		z-index: 50;
		height: 12px;
		width: 12px;
	}
	
	.rad_w .bl, .rad_g .bl, .rad_b .bl, .rad_f .bl, .rad_d .bl, .rad_x .bl{
		position: absolute;
		top: 0;
		left: 0;
		background: url(int-A-sprites_v2.png) -50px -12px no-repeat;
	}	
	.rad_w .br, .rad_g .br, .rad_b .br, .rad_f .br, .rad_d .br, .rad_x .br{
		position: absolute;
		top: 0;
		right: 0;
		background: url(int-A-sprites_v2.png) -62px -12px no-repeat;
	}

	.rad_w .tl, .rad_g .tl, .rad_b .tl, .rad_f .tl, .rad_d .tl, .rad_x .tl{
		position: absolute;
		top: 0;
		left: 0;
		background: url(int-A-sprites_v2.png) -50px 0px no-repeat;
	}	
	.rad_w .tr, .rad_g .tr, .rad_b .tr, .rad_f .tr, .rad_d .tr, .rad_x .tr{
		position: absolute;
		top: 0;
		right: 0;
		background: url(int-A-sprites_v2.png) -62px 0px no-repeat;
	}
	
	.rad_g .rc{background: #333;}
	.rad_g .bl{background: url(int-A-sprites_v2.png) 0px -12px;}	
	.rad_g .br{background: url(int-A-sprites_v2.png) -12px -12px;}	
	.rad_g .tl{background: url(int-A-sprites_v2.png) 0px 0px;}		
	.rad_g .tr{background: url(int-A-sprites_v2.png) -12px 0px;}	

	.rad_x .rc{background: #2c2c2c;}
	.rad_x .bl{background: url(int-A-sprites_v2.png) -615px -205px;}	
	.rad_x .br{background: url(int-A-sprites_v2.png) -627px -205px;}	
	.rad_x .tl{background: url(int-A-sprites_v2.png) -615px -193px;}		
	.rad_x .tr{background: url(int-A-sprites_v2.png) -627px -193px;}	
	
	.rad_b .rc{background: #B6D1E2;}
	.rad_b .tl{background: url(int-A-sprites_v2.png) -25px 0px;}		
	.rad_b .tr{background: url(int-A-sprites_v2.png) -37px 0px;}
	.rad_b .bl{background: url(int-A-sprites_v2.png) -25px -12px;}	
	.rad_b .br{background: url(int-A-sprites_v2.png) -37px -12px;}	


	.rad_f .rct{background: #2C2C2C;}
	.rad_f .rcb{background: #2C2C2C; height: 11px; line-height: 11px; font-size: 11px; border-bottom: 1px solid #414141;}
	.rad_f .tl{background: url(int-A-sprites_v2.png) -125px 0px;}		
	.rad_f .tr{background: url(int-A-sprites_v2.png) -137px 0px;}
	.rad_f .bl{background: url(int-A-sprites_v2.png) -125px -12px;}	
	.rad_f .br{background: url(int-A-sprites_v2.png) -137px -12px;}	

	.rad_d .rcb{background: #E0EDF6;}
	.rad_d .rct{background: #E0EDF6; height: 11px; line-height: 11px; font-size: 11px; border-top: 1px solid #739EB9;}
	.rad_d .tl{background: url(int-A-sprites_v2.png) -150px 0px;}		
	.rad_d .tr{background: url(int-A-sprites_v2.png) -161px 0px;}
	.rad_d .bl{background: url(int-A-sprites_v2.png) -150px -12px;}	
	.rad_d .br{background: url(int-A-sprites_v2.png) -161px -12px;}	
	
	

	/*
		RATING STARS
		----------------------------------------------------------
	*/
	
	.rating{
		float: right;
		height: 16px;
		width: 88px;
		background: url(int-A-sprites_v2.png) no-repeat -220px -240px;
	}
	
	.rating div{
		height: 16px;
		width: 88px;
		background: url(int-A-sprites_v2.png) no-repeat -220px -224px;		
	}



	.rating.r0 div{width: 0px;}
	.rating.r1 div{width: 8px;}
	.rating.r2 div{width: 16px;}
	.rating.r3 div{width: 26px;}
	.rating.r4 div{width: 32px;}
	.rating.r5 div{width: 43px;}
	.rating.r6 div{width: 53px;}
	.rating.r7 div{width: 61px;}
	.rating.r8 div{width: 71px;}
	.rating.r9 div{width: 79px;}
	.rating.r10 div{width: 90px;}
	

	#game_btn_rate{
		width: 20px;
		padding-left: 10px;
		padding-top: 5px;
	}


	#game_btn_rate  div{
		float: left;
		height: 8px;
		width: 16px;
		border: 0px solid blue;
		
	}
	#game_btn_rate .rate_info{
		font-size:14px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		width: 26px;
		margin-left: -5px;
		line-height: 14px;
		margin-bottom: 15px;
	}
	
	
	
	.rate_lf{height: 9px; background: url(int-A-sprites_v2.png) no-repeat -220px -225px;}
	.rate_rf{background: url(int-A-sprites_v2.png) no-repeat -220px -233px;}
	
	.rate_le{height: 9px; background: url(int-A-sprites_v2.png) no-repeat -220px -241px;}	
	.rate_re{background: url(int-A-sprites_v2.png) no-repeat -220px -249px;}


	#game_btn_rate_h{
		width: 100px;
		padding-left: 0px;
		padding-top: 0px;
	}


	#game_btn_rate_h  div div{
		float: left;
		height: 16px;
		width: 8px;
		border: 0px solid blue;
		margin: 0 0px;
	}
	
	#game_btn_rate_h .rate_info{
		font-size:14px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		width: 26px;
		margin-left: -5px;
		line-height: 14px;
		margin-bottom: 15px;
	}
	
		.horz_rate  div{
			float: left;
			height: 17px;
			width: 8px;
			border: 0px solid blue;
		}
		
		.horz_rate .rate_lf{background: url(int-A-sprites_v2.png) no-repeat -220px -224px; margin-left: 2px;}
		.horz_rate .rate_rf{background: url(int-A-sprites_v2.png) no-repeat -228px -224px;}
		
		.horz_rate .rate_le{background: url(int-A-sprites_v2.png) no-repeat -220px -240px;}	
		.horz_rate .rate_re{background: url(int-A-sprites_v2.png) no-repeat -228px -240px; margin-left: 2px;}
	

	/*
		SPRITES TITULOS
		----------------------------------------------------------
	*/
	.col-sect-txt {
		position: absolute;
		left: 64px;
		top: 14px;
		line-height: 11px;
		font-size: 11px;
	}
	h1.col-sect-txt,
	h2.col-sect-txt, 
	h3.col-sect-txt,
	h4.col-sect-txt {text-indent:-9999px;font-size:0pt;line-height:0pt;}
	.col-section-i .col-sect-txt{width: 120px; height: 11px}
	.col-section-c .col-sect-txt{width: 367px; height: 11px}
	.col-section-d .col-sect-txt{width: 246px; height: 11px}
	.col-section-b .col-sect-txt{width: 560px; height: 11px}

	.title_1{background: url(int-B-sprites_v2.gif) no-repeat 0px 0px;}
	.title_2{background: url(int-B-sprites_v2.gif) no-repeat 0px -11px;}
	.title_3{background: url(int-B-sprites_v2.gif) no-repeat 0px -78px;}
	.title_4{background: url(int-B-sprites_v2.gif) no-repeat 0px -89px;}

	.title_5{background: url(int-B-sprites_v2.gif) no-repeat 0px -45px;}
	.title_6{background: url(int-B-sprites_v2.gif) no-repeat 0px -34px;}
	.title_7{background: url(int-B-sprites_v2.gif) no-repeat 0px -67px;}
	.title_8{background: url(int-B-sprites_v2.gif) no-repeat 0px -22px;}
	.title_9{background: url(int-B-sprites_v2.gif) no-repeat 0px -56px;}


	.title_cat_1{background: url(int-B-sprites_v2.gif) no-repeat 0px -353px;}
	.title_cat_2{background: url(int-B-sprites_v2.gif) no-repeat 0px -100px;}
	.title_cat_3{background: url(int-B-sprites_v2.gif) no-repeat 0px -342px;}
	.title_cat_4{background: url(int-B-sprites_v2.gif) no-repeat 0px -320px;}
	.title_cat_5{background: url(int-B-sprites_v2.gif) no-repeat 0px -199px;}
	.title_cat_6{background: url(int-B-sprites_v2.gif) no-repeat 0px -309px;}
	.title_cat_7{background: url(int-B-sprites_v2.gif) no-repeat 0px -298px;}
	.title_cat_8{background: url(int-B-sprites_v2.gif) no-repeat 0px -287px;}
	.title_cat_9{background: url(int-B-sprites_v2.gif) no-repeat 0px -276px;}
	.title_cat_10{background: url(int-B-sprites_v2.gif) no-repeat 0px -265px;}
	/* Colorar 11 */
	.title_cat_12{background: url(int-B-sprites_v2.gif) no-repeat 0px -122px;}
	.title_cat_13{background: url(int-B-sprites_v2.gif) no-repeat 0px -221px;}
	.title_cat_14{background: url(int-B-sprites_v2.gif) no-repeat 0px -188px;}
	.title_cat_15{background: url(int-B-sprites_v2.gif) no-repeat 0px -232px;}
	.title_cat_16{background: url(int-B-sprites_v2.gif) no-repeat 0px -243px;}
	.title_cat_17{background: url(int-B-sprites_v2.gif) no-repeat 0px -254px;}
	.title_cat_18{background: url(int-B-sprites_v2.gif) no-repeat 0px -177px;}
	.title_cat_19{background: url(int-B-sprites_v2.gif) no-repeat 0px -166px;}
	.title_cat_20{background: url(int-B-sprites_v2.gif) no-repeat 0px -155px;}
	.title_cat_21{background: url(int-B-sprites_v2.gif) no-repeat 0px -144px;}
	/* puzzles 22 */
	.title_cat_23{background: url(int-B-sprites_v2.gif) no-repeat 0px -111px;}
	.title_cat_24{background: url(int-B-sprites_v2.gif) no-repeat 0px -133px;}
	.title_cat_25{background: url(int-B-sprites_v2.gif) no-repeat 0px -410px;}
	.title_cat_26{background: url(int-B-sprites_v2.gif) no-repeat 0px -421px;}
	.title_cat_27{background: url(int-B-sprites_v2.gif) no-repeat 0px -213px;}
	.title_cat_28{background: url(int-B-sprites_v2.gif) no-repeat 0px -432px;}
	.title_cat_29{background: url(int-B-sprites_v2.gif) no-repeat 0px -443px;}

	
	.title_tumini{background: url(int-B-sprites_v2.gif) no-repeat 0px -364px;}	
	.title_mimini{background: url(int-B-sprites_v2.gif) no-repeat 0px -375px;}	
	.title_registro{background: url(int-B-sprites_v2.gif) no-repeat 0px -455px;}	
	.title_entrar{background: url(int-B-sprites_v2.gif) no-repeat 0px -466px;}	
	.title_tienda{background: url(int-B-sprites_v2.gif) no-repeat 0px -490px;}	
	.title_desarrollador{background: url(int-B-sprites_v2.gif) no-repeat 0px -501px;}	
	.title_developer{background: url(int-B-sprites_v2.gif) no-repeat 0px -512px;}	


	
	/*
		LOS 3 JUGOS MULTIJUGADOR MMO 
		----------------------------------------------------------
	*/
	
	.titulo_mmo{
	}

	.titulo_mmo h3{
		height: 14px;
		color: #2B2B2A;
		font-weight: bold;
		line-height: 14px;
	}

	.titulo_mmo h3 a{
		height: 14px;
		color: #2B2B2A;
		font-weight: bold;
		line-height: 14px;
	}
		
	.titulo_mmo h3 a:hover{
		text-decoration:underline;
	}


	
	/*
		LISTAS Y PUNTOS DE COLORES
		----------------------------------------------------------
	*/
	

	
	.list_category{
		font-size: 14px;	
		padding-bottom: 20px;
		margin-left: 8px;
		margin-top: -6px;
	}
	
	.list_category li{
		margin: 12px 0 0 0;
		*margin: 6px 0 0 0;
		height: 12px;
		
	}
	

	
	
	.list_category a{
		height: 14px;
		padding: 0 0 0 16px !important;
		color: #2B2B2A;
		font-weight: bold;
		line-height: 14px;
	}
		
	.list_category a:hover{
		text-decoration:underline;
	}

	.list_category li.current{
		margin: 8px -20px -14px -23px;
		*margin: 8px -20px -14px -23px;
		height: 22px;
		width: 180px;		
		color: #fff;
		padding: 6px 3px 6px 26px;
		font-weight: bold;
		font-size: 14px;
	}


	.list_category li.current{
		_margin: 6px -20px 0 0;
		_height: 12px;		
		_color: #fff;
		_padding: 0;
	}
	
	.list_category li.current a{
		color: #fff;
		text-decoration:none;
	}

	.list_category li.current a{
		_color: #2B2B2A;
	}

	.current.d1{background: url(int-C-sprites_v1.png) no-repeat 0 0;}
	.current.d2{background: url(int-C-sprites_v1.png) no-repeat 0 -34px;}
	.current.d3{background: url(int-C-sprites_v1.png) no-repeat 0 -68px;}
	.current.d4{background: url(int-C-sprites_v1.png) no-repeat 0 -102px;}
	.current.d5{background: url(int-C-sprites_v1.png) no-repeat 0 -136px;}
	.current.d6{background: url(int-C-sprites_v1.png) no-repeat 0 -171px;}	
	.current.d7{background: url(int-C-sprites_v1.png) no-repeat 0 -206px;}
	.current.d8{background: url(int-C-sprites_v1.png) no-repeat 0 -241px;}	
	.current.d9{background: url(int-C-sprites_v1.png) no-repeat 0 -276px;}
	.current.d10{background: url(int-C-sprites_v1.png) no-repeat 0 -311px;}
	.current.d11{background: url(int-C-sprites_v1.png) no-repeat 0 -346px;}
	.current.d12{background: url(int-C-sprites_v1.png) no-repeat 0 -379px;}
	.current.d13{background: url(int-C-sprites_v1.png) no-repeat 0 -414px;}
	.current.d14{background: url(int-C-sprites_v1.png) no-repeat 0 -450px;}
	.current.d15{background: url(int-C-sprites_v1.png) no-repeat 0 -484px;}	
	.current.d16{background: url(int-C-sprites_v1.png) no-repeat 0 -518px;}
	.current.d17{background: url(int-C-sprites_v1.png) no-repeat 0 -552px;}
	.current.d18{background: url(int-C-sprites_v1.png) no-repeat 0 -588px;}
	.current.d19{background: url(int-C-sprites_v1.png) no-repeat 0 -622px;}
	.current.d20{background: url(int-C-sprites_v1.png) no-repeat 0 -658px;}
	.current.d21{background: url(int-C-sprites_v1.png) no-repeat 0 -692px;}	
	.current.d22{background: url(int-C-sprites_v1.png) no-repeat 0 -724px;}
	.current.d23{background: url(int-C-sprites_v1.png) no-repeat 0 -759px;}
	.current.d24{background: url(int-C-sprites_v1.png) no-repeat 0 -794px;}
	.current.d25{background: url(int-C-sprites_v1.png) no-repeat 0 -792px;}
	.current.d26{background: url(int-C-sprites_v1.png) no-repeat 0 -792px;}	
	.current.d28{background: url(int-C-sprites_v1.png) no-repeat 0 -792px;}
	.current.d29{background: url(int-C-sprites_v1.png) no-repeat 0 -552px;}
	
	
	.d1{background: url(int-A-sprites_v2.png) no-repeat -642px 6px;}
	.d2{background: url(int-A-sprites_v2.png)  no-repeat -642px -6px;}
	.d3{background: url(int-A-sprites_v2.png) no-repeat -642px -16px;}
	.d4{background: url(int-A-sprites_v2.png) no-repeat -642px -26px;}
	.d5{background: url(int-A-sprites_v2.png) no-repeat -642px -36px;}
	.d6{background: url(int-A-sprites_v2.png) no-repeat -642px -46px;}
	.d7{background: url(int-A-sprites_v2.png) no-repeat -642px -56px;}
	.d8{background: url(int-A-sprites_v2.png) no-repeat -642px -66px;}
	.d9{background: url(int-A-sprites_v2.png) no-repeat -642px -76px;}
	.d10{background: url(int-A-sprites_v2.png) no-repeat -642px -86px;}
	.d11{background: url(int-A-sprites_v2.png) no-repeat -642px -96px;}
	.d12{background: url(int-A-sprites_v2.png) no-repeat -642px -106px;}
	.d13{background: url(int-A-sprites_v2.png) no-repeat -642px -116px;}
	.d14{background: url(int-A-sprites_v2.png) no-repeat -642px -126px;}
	.d15{background: url(int-A-sprites_v2.png) no-repeat -642px -136px;}
	.d16{background: url(int-A-sprites_v2.png) no-repeat -642px -146px;}
	.d17{background: url(int-A-sprites_v2.png) no-repeat -642px -156px;}
	.d18{background: url(int-A-sprites_v2.png) no-repeat -642px -166px;}
	.d19{background: url(int-A-sprites_v2.png) no-repeat -642px -176px;}
	.d20{background: url(int-A-sprites_v2.png) no-repeat -642px -186px;}
	.d21{background: url(int-A-sprites_v2.png) no-repeat -642px -196px;}
	.d22{background: url(int-A-sprites_v2.png) no-repeat -642px -206px;}
	.d23{background: url(int-A-sprites_v2.png) no-repeat -642px -216px;}
	.d24{background: url(int-A-sprites_v2.png) no-repeat -642px -226px;}
	.d25{background: url(int-A-sprites_v2.png) no-repeat -642px -236px;}
	.d26{background: url(int-A-sprites_v2.png) no-repeat -642px -246px;}
	.d28{background: url(int-A-sprites_v2.png) no-repeat -642px -236px;}
	.d29{background: url(int-A-sprites_v2.png) no-repeat -642px -156px;}

	

	

	/*
		PIE DE PAGINA
		----------------------------------------------------------
	*/	
	#footer{
		margin-top: 20px;
		position: relative;
	}
	
	#footer_content{
		background: #333;
		height: 44px;
	}
	
	.footer_net_cnt{
		background-color: #2c2c2c;
		height: 32px;
		border-right: 1px solid #4B4B4B;
		padding: 5px 0 0 12px;
	}
	
	.footer_social{
		width: 200px;
		top: 4px;
		left: 4px;
		position: absolute;
		z-index:200;
	}
	
	.fssoc_title{
		width: 153px; 
		height: 10px;
		background: url(int-B-sprites_v2.gif) no-repeat 0px -387px;
		position: absolute;
		top: 5px;
		left: 12px;
	}
	
	.footer_net{
		width: 130px;
		top: 4px;
		left: 230px;
		z-index:200;	
		position: absolute;
	}
	
	.footer_right{
		font-size: 12px;
		float: right;
		color: #B0B0B0;
		padding: 16px;
	}
	
	.footer_right a{
		color: #cccccc;
	}
	
	.footer_right a:hover{
		text-decoration:underline;
	}
	
	
	.fsnet_title{
		position: absolute;
		top: 5px;
		left: 12px;
		width: 77px;
		height: 10px; 
		background: url(int-B-sprites_v2.gif) no-repeat -158px -387px;
	}

	.fs_ico{
		height: 32px;
		width: 32px;
		float: left;
		z-index: 300;
		margin-right: 4px;
		border: 0px solid blue;	
		position: absolute;
		top: 22px;
	}

	
	.fs_ico_1{background: url(int-A-sprites_v2.png) -96px -192px; left:	12px;}
	.fs_ico_2{background: url(int-A-sprites_v2.png) -64px -192px; left: 48px;}
	.fs_ico_3{background: url(int-A-sprites_v2.png) -32px -192px; left: 84px;}
	.fs_ico_4{background: url(int-A-sprites_v2.png) -0px -192px; left: 120px;}
	.fs_ico_9{background: url(int-A-sprites_v2.png) -256px -192px; left: 156px;}

	
	.fs_ico_5{background: url(int-A-sprites_v2.png) -224px -192px; left: 12px;}
	.fs_ico_6{background: url(int-A-sprites_v2.png) -192px -192px; left: 48px;}
	.fs_ico_7{background: url(int-A-sprites_v2.png) -160px -192px; left: 50px;}
	.fs_ico_8{background: url(int-A-sprites_v2.png) -128px -192px; left: 88px;}

	/*
		Growl effect
		----------------------------------------------------------
	*/	

	.growl_smoke{
		width: 298px;
   		height: 73px;
   		position: fixed;
		z-index: 60000;
   		background: url(_Gsmoke.png);
   	}

	.growl_smoke h3{
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		position: absolute;
		top: 12px;
		left: 60px;		
	}

	.growl_smoke h3 a{
		text-decoration: none;
		color: #fff;	
	}
	
	.growl_smoke p{
		line-height: 16px;
		margin-right: 10px;
		left: 60px;
		top: 30px;
		position: absolute;
		color: #888;
	}
	
	.growl_smoke img{
		float: left;
		padding: 20px 20px 20px 14px;
	}




    /*
        Growl effect toolbar
        ----------------------------------------------------------
    */  

    .growl_toolbar{
        width: 400px;
        height: 40px;
        position: absolute !important;
        z-index: 60000;
    }

    .growl_toolbar h3{
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        position: absolute;
        text-align: right;
        top: 12px;
        left: 60px;  
        display: none;   
    }

    .growl_toolbar h3 a{
        text-decoration: none;
        color: #fff;    
    }
    
    .growl_toolbar p{
        line-height: 16px;
        margin-right: 10px;
        left: 60px;
        top: 8px;
        position: absolute;
        color: #888;
    }
    
    .growl_toolbar img{
        float: left;
        padding: 0px 0px 20px 14px;
    }


	/*
		Modal effect
		----------------------------------------------------------
	*/	

	.modal_overlay{
		position: 				fixed;
		width: 					100%;
		background-color: 		#000;
		z-index: 				9000;
		display: 				block;
		left: 					0;
	}			
	
	.modal_base{
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10000;
		width: 100%;
	}

	.modalw{
		margin: 160px auto 60px auto;
		width: 400px;
		
	}

	.modalw .rad_w .rc {*margin: 0 11px 0 12px;}	
	
	.modalwTop{position: relative;}

	.modalwTop .L{
		position: absolute;
		left: 0;
		height: 80px;
		width: 25px;
		background: url(modal_01.png) no-repeat;				
	}
	
	.modalwTop .C{
		height: 80px;
		margin: 0 23px 0 25px;
	}

	.modalwTop .R{
		position: absolute;
		right: 0;
		top: 0;
		height: 80px;
		width: 23px;
		background: url(modal_03.png) no-repeat;
	}			

	.modalwTop .CX{
		position: absolute;
		right: 0;
		cursor: pointer;
		top: 32px;
		height: 32px;
		width: 33px;
		z-index: 50000;
		background: url(ico_close.png) no-repeat;
	}			
	.modalwTop .CX:hover{
		background: url(ico_close.png) 0 -33px no-repeat;
	}						
	.modalwBottom{
		position: relative;
		height: 64px;
	}

	.modalwBottom .L{
		position: absolute;
		left: 0;			
		height: 64px;
		width: 25px;
		background: url(modal_07.png) no-repeat;				
	}

	.modalwBottom .C{
		margin: 0 23px 0 25px;
		height: 64px;
	}

	.modalwBottom .R{
		position: absolute;
		right: -2px;
		top: 0;		
		height: 64px;
		width: 25px;
		background: url(modal_09.png) no-repeat;				
	}


	.modalwContent{
		background: white;
		min-height: 80px;
		margin: -4px 0 -4px 0px;
	}
	
	.modalwBottom img{
		height: 64px;
		width: 100%;
	}

	.modalwTop img{
		height: 80px;
		width: 100%;
	}


	
	/*
		COL DERECHA: TOP JUEGOS
		----------------------------------------------------------
	*/		
	.top_tbase{
		margin-left: 3px;
		width: 257px;
		height: 21px;
		background: url(int-A-sprites_v2.png) no-repeat -340px -69px;
		padding: 16px 0 0 36px;
		font-size: 14px;
		line-height: 14px;
		font-weight: bold;
		position: relative;
	}			
	
	.top_tbase a{color: #005F91;}
	.top_tbase a:hover{text-decoration: underline;}

	
	.top_base{
		position: relative;
		height: 100px;
		width: 290px;
		overflow: hidden;
		padding-right: 5px;
	}
	
	.topc0, .topc1, .topc2, .topc3, .topc4{
		width: 22px;
		height: 20px;
		position: absolute;
		left: 8px;
		top: 14px;
	}
	
	.topc0{background: url(int-A-sprites_v2.png) no-repeat -217px -344px;}
	.topc1{background: url(int-A-sprites_v2.png) no-repeat -240px -344px;}
	.topc2{background: url(int-A-sprites_v2.png) no-repeat -263px -344px;}
	.topc3{background: url(int-A-sprites_v2.png) no-repeat -307px -345px;}	
	.topc4{background: url(int-A-sprites_v2.png) no-repeat -286px -345px;}

	
	.top_plus{
		cursor: pointer;
		position: absolute;
		right: 6px;
		top: 12px;
		width: 22px;
		height: 22px;
		background: url(int-A-sprites_v2.png) no-repeat -304px -366px;		
	}


	
	.top_over_l{
		cursor:pointer;
		position: absolute;	
		top: 0px;
		left: 0px;
		height: 130px;
		width: 70px;
		z-index: 300;
		background: url(top_over.png) top left repeat;               
	}
	
	.top_over_r{
		cursor:pointer;
		position: absolute;	
		top: 0px;
		right: 0px;
		height: 130px;
		width: 70px;
		z-index: 300;
		background: url(top_over.png) top right repeat;               
	}
	
	.top_pics{
		z-index: 200;
		top: 0;
		left: 0;
		position: absolute;
		padding: 15px 80px 0 80px;
		width: 890px;
	}
	
	.top_pics a{
		margin: 0 17px 0 17px;
		float: left;
	}

