/* 
    Document   : usuarios
    Author     : NitsNets Studios
    Description:
        Ficha de usuario, etc...
*/

/* ------------------------------------------------------------
 * FIRMA
 * ------------------------------------------------------------
 */
.firma_nosplay {
	height: 	169px;
	margin:	 	0px 0px 20px 0px;
	position:	relative;
	width: 		580px;
}

    /* link */
     .firma_nosplay .links {
		position: 	absolute;
        background-color: #ff0000;
		top: 		163px;
		width: 		80px;
        height:     30px;
        
	}
    
    
	/* Avatar */
	.firma_nosplay .avatar {
		left: 		5px;
		position: 	absolute;
		top: 		7px;
	}
	
	/* Nombre Usuario */
	.firma_nosplay .name {
		color: 		#ffffff;
		font-size: 	18px;
		font-weight:bold;
		left: 		83px;
		line-height:20px;
		position: 	absolute;
		top: 		21px;
	}	
		.firma_nosplay .name a {
			color: 	#ffffff;
		}
		
	/* Cita del día */
	.firma_nosplay .phrase {
		background: url(images/usuario_ficha/firma_nosplay_cita_dia.gif) no-repeat 0px 0px;
		color: 		#a0c5dc;
		font-size: 	10px;
		font-weight:bold;
		left: 		83px;
		line-height:13px;
		padding: 	22px 0px 0px 0px;
		position: 	absolute;
		top: 		53px;
		width: 		235px;
	}
	
	/* Rango */
	.firma_nosplay .rank {
		color: 		#ffffff;
		font-size: 	10px;
		font-weight:bold;
		left: 		383px;
		position: 	absolute;
		top: 		26px;
	}
	
	/* Categoría de los juegos */
	.firma_nosplay .games_category {
		left: 		343px;
		position: 	absolute;
		top: 		53px;
	}
	
	/* Listado de los juegos */
	.firma_nosplay .games_list {
		bottom: 	14px;
		left: 		343px;
		position: 	absolute;
	}
		.firma_nosplay .games_list .game {
			background: url(images/usuario_ficha/firma_nosplay_game.gif) no-repeat left bottom;
			float: 		left;
			height: 	85px;
			padding:	0px 7px 0px 0px;
			position: 	relative;
			width: 		49px;
		}
		
		.firma_nosplay .games_list img {
			border: 	1px solid #6b696a;
			bottom: 	20px;
			left: 		0px;
			position: 	absolute;
		}
	
	/* Estilo 1 */
	.firma_nosplay_normal {
		background: url(images/usuario_ficha/firma_nosplay_normal.jpg) no-repeat 0px 0px;
	}
	
    
    



/* ------------------------------------------------------------
 * MENÚ DE LA FICHA DEL USUARIO
 * ------------------------------------------------------------
 */
ul#menu_usuario {
	background: url(images/usuario_ficha/menu_usuario_bg.gif) no-repeat 0px 0px;
	height:52px;
    margin-bottom:20px;
}
	ul#menu_usuario li {
		display: 	inline;
	}
		ul#menu_usuario li a {
			background-image: url(images/usuario_ficha/menu_usuario.gif);
			background-repeat:no-repeat;
			display: 	block;
			float: 		left;
			height: 	50px;
			text-indent:-10000px;
			width: 		125px;
		}
			ul#menu_usuario li a#menu_usuario_juegos {
				background-position: -3px 0px;
			}
				ul#menu_usuario li a#menu_usuario_juegos:hover,
				ul#menu_usuario li a#menu_usuario_juegos.selected {
					background-position: -3px -50px;
				}
				
			ul#menu_usuario li a#menu_usuario_contenido {
				background-position: -128px 0px;
			}
				ul#menu_usuario li a#menu_usuario_contenido:hover,
				ul#menu_usuario li a#menu_usuario_contenido.selected {
					background-position: -128px -50px;
				}
				
			ul#menu_usuario li a#menu_usuario_actividad {
				background-position: -253px 0px;
			}
				ul#menu_usuario li a#menu_usuario_actividad:hover,
				ul#menu_usuario li a#menu_usuario_actividad.selected {
					background-position: -253px -50px;
				}
			
			ul#menu_usuario li a#menu_usuario_datos {
				background-position: -377px 0px;
			}
				ul#menu_usuario li a#menu_usuario_datos:hover,
				ul#menu_usuario li a#menu_usuario_datos.selected {
					background-position: -377px -50px;
				}
				
			ul#menu_usuario li a#menu_usuario_facturacion {
				background-position: -504px 0px;
				width: 145px;
			}
				ul#menu_usuario li a#menu_usuario_facturacion:hover,
				ul#menu_usuario li a#menu_usuario_facturacion.selected {
					background-position: -504px -50px;
				}

/* ------------------------------------------------------------
 * MENÚ DEL PERFIL DEL USUARIO
 * ------------------------------------------------------------
 */
ul#menu_usuario_perfil {
	background: url(images/usuario_ficha/menu_usuario_bg.gif) no-repeat 0px -1px;
	height: 	72px;
}
	ul#menu_usuario_perfil li {
		display: 	inline;
	}
		ul#menu_usuario_perfil li a {
			background-image: url(images/usuario_ficha/menu_usuario_perfil.gif);
			background-repeat:no-repeat;
			display: 	block;
			float: 		left;
			height: 	50px;
			text-indent:-10000px;
			width: 		125px;
		}
			ul#menu_usuario_perfil li a#menu_usuario_datos {
				background-position: -3px 0px;
			}
				ul#menu_usuario_perfil li a#menu_usuario_datos:hover,
				ul#menu_usuario_perfil li a#menu_usuario_datos.selected {
					background-position: -3px -50px;
				}
				
			ul#menu_usuario_perfil li a#menu_usuario_redes {
				background-position: -128px 0px;
			}
				ul#menu_usuario_perfil li a#menu_usuario_redes:hover,
				ul#menu_usuario_perfil li a#menu_usuario_redes.selected {
					background-position: -128px -50px;
				}
				
			ul#menu_usuario_perfil li a#menu_usuario_firmas {
				background-position: -253px 0px;
			}
				ul#menu_usuario_perfil li a#menu_usuario_firmas:hover,
				ul#menu_usuario_perfil li a#menu_usuario_firmas.selected {
					background-position: -253px -50px;
				}
                
            ul#menu_usuario_perfil li a#menu_usuario_privacidad {
				background-position: -378px 0px;
			}
				ul#menu_usuario_perfil li a#menu_usuario_privacidad:hover,
				ul#menu_usuario_perfil li a#menu_usuario_privacidad.selected {
					background-position: -378px -50px;
				}

                        ul#menu_usuario_perfil li a#menu_usuario_facturacion {
                                background-image: url(images/usuario_ficha/menu_usuario.gif);
				background-position: -504px 0px;
				width: 145px;
			}
				ul#menu_usuario_perfil li a#menu_usuario_facturacion:hover,
				ul#menu_usuario_perfil li a#menu_usuario_facturacion.selected {
                                        background-image: url(images/usuario_ficha/menu_usuario.gif);
					background-position: -504px -50px;
				}

.img_leftie
{
    margin-left: -15px;
}

/* ------------------------------------------------------------
 * Cabeceras menu de usuario
 * ------------------------------------------------------------
 */
 
h3#datos
{
   background:url("images/usuario_ficha/titular_datos.gif") no-repeat scroll center top transparent;
    height:20px;
    left:-402px;
    position:relative;
    text-indent:-10000px;
    top:-50px
}

h3#privacidad
{
   background:url("images/usuario_ficha/titular_privacidad.gif") no-repeat scroll center top transparent;
    height:20px;
    left:-375px;
    position:relative;
    text-indent:-10000px;
    top:-50px
}

h3#redes
{
   background:url("images/usuario_ficha/titular_redes.gif") no-repeat scroll center top transparent;
    height:20px;
    left:-402px;
    position:relative;
    text-indent:-10000px;
    top:-50px
}

h3#firmas
{
   background:url("images/usuario_ficha/titular_firmas.gif") no-repeat scroll center top transparent;
    height:20px;
    left:-398px;
    position:relative;
    text-indent:-10000px;
    top:-50px
}


.grey
{
    color: #6a6a6a;
    font-size: 10px;
    font-family: Verdana;
}

.blackie
{
    font-weight: bold;
    margin-bottom: -5px;
    display:block;
}

/* ------------------------------------------------------------
 * GAMERCARD
 * ------------------------------------------------------------
 */
ul#gamercard {
	float: 	right;
	height: 22px;
}
	ul#gamercard li {
		float: 	 left;
		cursor:  pointer;
		height:  16px;
		padding: 0px 7px;
		text-indent: -10000px;
	}
		/* XBOX LIVE */
		ul#gamercard li#gamercard_xbox_live {
			background: url(images/usuario_ficha/xbox_live_menu.gif) no-repeat center top;
			width: 		68px;
		}
        
			ul#gamercard li#gamercard_xbox_live:hover, ul#gamercard li#gamercard_xbox_live.seleccionado {
				background: url(images/usuario_ficha/xbox_live_menu.gif) no-repeat center bottom;
			}
			
		/* PSNET */
		ul#gamercard li#gamercard_psnet {
			background: url(images/usuario_ficha/psnet_menu.gif) no-repeat center top;
			width: 		46px;
		}
        
        
			ul#gamercard li#gamercard_psnet:hover, ul#gamercard li#gamercard_psnet.seleccionado  {
				background: url(images/usuario_ficha/psnet_menu.gif) no-repeat center bottom;
			}
			
		/* STEAM */
		ul#gamercard li#gamercard_steam {
			background: url(images/usuario_ficha/steam_menu.gif) no-repeat center top;
			width: 		46px;
		}
        
        
			ul#gamercard li#gamercard_steam:hover, ul#gamercard li#gamercard_steam.seleccionado {
				background: url(images/usuario_ficha/steam_menu.gif) no-repeat center bottom;
			}
			
			
/* Div que contiene el Flash de carga */
.load_plataforma {
	padding: 	20px 0px;
	text-align: center;
	width: 		100%;
}


/* ------------------------------------------------------------
 * XBOX LIVE
 * ------------------------------------------------------------
 */
#xboxlive_card {
	background: #bbbbbb;
	margin: 	0px -12px 0px -14px;
	padding: 	0px 0px 15px 0px;
	position: 	relative;
}
	/* Título */
	#xboxlive_card .title {
		background: url(images/xboxlive.jpg) no-repeat 0 0;
		display: 	block;
		height: 	31px;
		text-indent:-10000px;
	}
	
	/* Información de usuario */
	#xboxlive_card .user_info {
		background: url(images/xboxlive_user_info.jpg) no-repeat 0 0;
		height: 	69px; /* 79px */
		padding: 	13px 14px 0px 14px;
	}
		/* Avatar */
		#xboxlive_card .avatar_2 {
			float: 		left;
			width: 		70px;
		}
		
		#xboxlive_card .avatar_2 .mask {
			background: url(images/avatar_mask_10.png) no-repeat 0 0;
		}
	
		/* Nombre */
		#xboxlive_card .user_info .name {
			color: 	#ffffff;
			display: 	block;
			float: 		left;
			font-size: 	13px;
			font-weight:bold;
			padding: 	5px 0px;
			width: 		330px;
		}
			#xboxlive_card .user_info .name a {
				color: 	#ffffff;
				text-decoration: none;
			}
			
			#xboxlive_card .user_info .name a:hover {
				color: 	#ffffff;
				text-decoration: underline;
			}
		
		/* Estado actual */
		#xboxlive_card .user_info .info_now {
			color: 	#ffffff;
			display:block;
			float: 	left;
			padding:5px 0px;
			width: 	330px;
		}
	
	/* Datos del juego ESTILO 1 */
	#xboxlive_card .xboxlive_1 {
		background: url(images/xboxlive_1.gif) no-repeat 0 0;
		height: 	92px;
		position: 	relative;
		width: 		453px;
	}
		#xboxlive_card .xboxlive_1 .game_image {
			height: 	64px;
			left: 		14px;
			position: 	absolute;
			top: 		11px;
			width: 		64px;
		}
		
		#xboxlive_card .xboxlive_1 .titulo {
			color: 		#ffffff;
			display: 	block;
			font-size: 	12px;
			font-weight:bold;
			left: 		88px;
			position: 	absolute;
			top: 		13px;
			width: 		350px;
		}
			#xboxlive_card .xboxlive_1 .titulo a {
				color: 	#ffffff;
			}
				#xboxlive_card .xboxlive_1 .titulo a:hover {
					color: 	#ffffff;
					text-decoration: underline;
				}
				
		#xboxlive_card .xboxlive_1 .puntos {
			background: #bbbbbb;
			color: 		#5c5c5c;
			display: 	block;
			font-size: 	10px;
			font-weight:bold;
			position: 	absolute;
			right: 		198px;
			top: 		40px;
		}
		
		#xboxlive_card .xboxlive_1 .logros {
			background: #bbbbbb;
			color: 		#5c5c5c;
			display: 	block;
			font-size: 	10px;
			font-weight:bold;
			position: 	absolute;
			right: 		14px;
			top: 		40px;
		}
	
		#xboxlive_card .xboxlive_1 .ultima_partida {
			color: 		#454545;
			display: 	block;
			font-size: 	10px;
			position: 	absolute;
			right: 		14px;
			top: 		64px;
		}
			#xboxlive_card .xboxlive_1 .ultima_partida strong {
				color: 	#ffffff;
			}
			
		#xboxlive_card .xboxlive_1 #xperience_bar_m {
			left: 		85px;
			position: 	absolute;
			top: 		59px;
		}
		
	
	/* Datos del juego ESTILO 2 */
	#xboxlive_card .xboxlive_2 {
		background: url(images/xboxlive_2.gif) no-repeat 0 0;
		height: 	84px;
		position: 	relative;
		width: 		453px;
	}
		#xboxlive_card .xboxlive_2 .game_image {
			height: 	64px;
			left: 		14px;
			position: 	absolute;
			top: 		6px;
			width: 		64px;
		}
		
		#xboxlive_card .xboxlive_2 .titulo {
			color: 		#ffffff;
			display: 	block;
			font-size: 	12px;
			font-weight:bold;
			left: 		88px;
			position: 	absolute;
			top: 		8px;
			width: 		350px;
		}
			#xboxlive_card .xboxlive_2 .titulo a {
				color: 	#ffffff;
			}
				#xboxlive_card .xboxlive_2 .titulo a:hover {
					color: 	#ffffff;
					text-decoration: underline;
				}
				
		#xboxlive_card .xboxlive_2 .puntos {
			background: #d6d6d6;
			color: 		#5c5c5c;
			display: 	block;
			font-size: 	10px;
			font-weight:bold;
			position: 	absolute;
			right: 		198px;
			top: 		35px;
		}
		
		#xboxlive_card .xboxlive_2 .logros {
			background: #d6d6d6;
			color: 		#5c5c5c;
			display: 	block;
			font-size: 	10px;
			font-weight:bold;
			position: 	absolute;
			right: 		14px;
			top: 		35px;
		}
	
		#xboxlive_card .xboxlive_2 .ultima_partida {
			color: 		#454545;
			display: 	block;
			font-size: 	10px;
			position: 	absolute;
			right: 		14px;
			top: 		59px;
		}
			#xboxlive_card .xboxlive_2 .ultima_partida strong {
				color: 	#ffffff;
			}
	
		#xboxlive_card .xboxlive_2 #xperience_bar_m {
			background: url(images/xperience_1_m_2.gif) no-repeat 0 0;
			left: 		85px;
			position: 	absolute;
			top: 		54px;
		}
			#xboxlive_card .xboxlive_2 #xperience_bar_m #xperience_now {
				background: url(images/xperience_2_m_2.gif) no-repeat 0 0;
			}



/* ------------------------------------------------------------
 * STEAM
 * ------------------------------------------------------------
 */
#steam_card {
	background: #bbbbbb;
	margin: 	0px -12px 0px -14px;
	padding: 	0px 0px 15px 0px;
	position: 	relative;
}
	/* Título */
	#steam_card h3 {
		background: url(images/usuario_ficha/steam_h3.jpg) no-repeat 0 0;
		display: 	block;
		height: 	31px;
		text-indent:-10000px;
	}
	
	/* Información de usuario */
	#steam_card .user_info {
		background: #848484 url(images/usuario_ficha/steam_user_info.gif) no-repeat left bottom;
		margin: 	0px 0px 10px 0px;
		padding: 	13px 14px 25px 5px;
	}
		/* Avatar */
		#steam_card .avatar_2 {
			float: 		left;
			width: 		70px;
		}
		
		#steam_card .avatar_2 .mask {
			background: url(images/avatar_mask_14.png) no-repeat 0 0;
		}
	
		/* Nombre */
		#steam_card .user_info .name {
			color: 		#ffffff;
			display: 	block;
			float: 		left;
			font-size: 	13px;
			font-weight:bold;
			padding: 	5px 0px 5px 7px;
			width: 		200px;
		}
			#steam_card .user_info .name a {
				color: 	#ffffff;
				text-decoration: none;
			}
			
			#steam_card .user_info .name a:hover {
				color: 	#ffffff;
				text-decoration: underline;
			}
		
		/* Estado actual */
		#steam_card .user_info .info_now {
			color: 	#ffffff;
			display:block;
			float: 	right;
			padding:8px 0px 5px 0px;
			width: 	140px;
		}
		
		/* Estado actual */
		#steam_card .user_info .frase {
			color: 		#f5f5f5;
			float: 		right;
			font-size: 	10px;
			font-style: italic;
			padding: 	5px 0px 12px 6px;
			width:		355px;
		}
		
		/* Juegos más jugados */
		#steam_card .user_info .juegos_mas_jugados {
			background: url(images/usuario_ficha/steam_juegos_mas_jugados.gif) no-repeat left top;
			float: 		right;
			padding: 	25px 0px 0px 0px;
			width:		355px;
		}
			#steam_card .user_info .juegos_mas_jugados img {
				border: 1px solid #ffffff;
				margin: 0px 5px 4px 0px;
			}
		
	#steam_card .steam_game {
		min-height: 88px;
		margin: 	0px 0px 5px 7px;
		position: 	relative;
		width: 		439px;
	}
		#steam_card .steam_game_1 {
			background: url(images/usuario_ficha/steam_1.gif) no-repeat left top;
		}
		
		#steam_card .steam_game_2 {
			background: url(images/usuario_ficha/steam_2.gif) no-repeat left top;
		}
		
		#steam_card .steam_game .game_image {
			height: 	69px;
			left: 		7px;
			position: 	absolute;
			top: 		7px;
			width: 		184px;
		}
		
		#steam_card .steam_game .titulo {
			color: 		#ffffff;
			display: 	block;
			font-size: 	12px;
			font-weight:bold;
			height: 	17px;
			left: 		200px;
			position: 	absolute;
			top: 		8px;
			width: 		230px;
		}
			#steam_card .steam_game .titulo a {
				color: 	#ffffff;
			}
				#steam_card .steam_game .titulo a:hover {
					color: 	#ffffff;
					text-decoration: underline;
				}
				
		#steam_card .steam_game .primeros_logros {
			left: 	  200px;
			position: absolute;
			top: 	  32px;
			width: 	  235px;
		}
			#steam_card .steam_game .primeros_logros img {
				border: 1px solid #ffffff;
				height: 42px;
				margin: 0px 3px 3px 0px;
				width: 	42px;
			}
				#steam_card .steam_game .primeros_logros img.sin_logros {
					border: none;
					height:	21px;
					width: 	93px;
				}
				
		#steam_card .steam_game_info {
			height: 	88px;
		}
		
		#steam_card .steam_game_logros {
			margin: 	0px 0px 5px 10px;
			position: 	relative;
		}
			#steam_card .steam_game_logros .mas_logros {
				background: url(images/usuario_ficha/steam_mas_logros.gif) no-repeat center top;
				cursor: 	pointer;
				float: 		right;
				height: 	16px;
				text-indent:-10000px;
				width: 		144px;
			}
				#steam_card .steam_game_logros .mas_logros:hover {
					background: url(images/usuario_ficha/steam_mas_logros.gif) no-repeat center bottom;
				}
				
			#steam_card .steam_game_logros .images {
				display: 	none;
				padding: 	3px 0px 0px 0px;
			}
				#steam_card .steam_game_logros .images img {
					border: 1px solid #ffffff;
					height: 42px;
					margin: 0px 0px 3px 3px;
					width: 	42px;
				}

				
			
/* ------------------------------------------------------------
 * PSNET
 * ------------------------------------------------------------
 */
#psnet_card {
	background: #bbbbbb;
	margin: 	0px -12px 0px -14px;
	padding: 	0px 0px 15px 0px;
	position: 	relative;
}
	/* Título */
	#psnet_card h3 {
		background: url(images/usuario_ficha/psnet_h3.jpg) no-repeat 0 0;
		display: 	block;
		height: 	31px;
		text-indent:-10000px;
	}
	
	/* Información de usuario */
	#psnet_card .user_info {
		background: #848484 url(images/usuario_ficha/psnet_user_info.gif) no-repeat left bottom;
		height: 	120px;
		margin: 	0px 0px 10px 0px;
		padding: 	13px 14px 25px 5px;
		position: 	relative;
	}
		/* Avatar */
		#psnet_card .avatar_2 {
			float: 		left;
			width: 		70px;
		}
		
		#psnet_card .avatar_2 .mask {
			background: url(images/avatar_mask_14.png) no-repeat 0 0;
		}
	
		/* Nombre */
		#psnet_card .user_info .name {
			color: 		#ffffff;
			display: 	block;
			float: 		left;
			font-size: 	13px;
			font-weight:bold;
			padding: 	5px 0px 5px 15px;
		}
			#psnet_card .user_info .name a {
				color: 	#ffffff;
				text-decoration: none;
			}
			
			#psnet_card .user_info .name a:hover {
				color: 	#ffffff;
				text-decoration: underline;
			}
		
		/* Premios */
		#psnet_card .user_info .result {
			background: #848484;
			color: 		#ffffff;
			font-size: 	10px;
			font-weight:bold;
			position: 	absolute;
		}
			#psnet_card .user_info .result_nivel { right: 200px; top: 50px; }
			#psnet_card .user_info .result_progreso { right: 15px; top: 50px; }
			#psnet_card .user_info .result_platino { right: 200px; top: 90px; }
			#psnet_card .user_info .result_oro { right: 15px; top: 90px; }
			#psnet_card .user_info .result_plata { right: 200px; top: 112px; }
			#psnet_card .user_info .result_bronce { right: 15px; top: 112px; }
			
	
	/* Juego */
	#psnet_card .psnet_game {
		height: 	88px;
		margin: 	0px 0px 0px 7px;
		position: 	relative;
		width: 		439px;
	}
		#psnet_card .psnet_game_1 {
			background: url(images/usuario_ficha/psnet_1.gif) no-repeat left top;
		}
		
		#psnet_card .psnet_game_2 {
			background: url(images/usuario_ficha/psnet_2.gif) no-repeat left top;
		}
		
		#psnet_card .psnet_game .game_image {
			height: 	69px;
			left: 		7px;
			position: 	absolute;
			top: 		7px;
			width: 		150px;
		}
		
		#psnet_card .psnet_game .titulo {
			color: 		#ffffff;
			display: 	block;
			font-size: 	12px;
			font-weight:bold;
			height: 	17px;
			left: 		160px;
			position: 	absolute;
			top: 		8px;
			width: 		250px;
		}
			#psnet_card .psnet_game .titulo a {
				color: 	#ffffff;
			}
				#psnet_card .psnet_game .titulo a:hover {
					color: 	#ffffff;
					text-decoration: underline;
				}
				
		#psnet_card .psnet_game .primeros_logros {
			left: 	  200px;
			position: absolute;
			top: 	  32px;
			width: 	  215px;
		}
			/* Premios */
			#psnet_card .psnet_game .result {
				color: 		#ffffff;
				font-size: 	10px;
				font-weight:bold;
				padding: 	0px 0px 0px 3px;
				position: 	absolute;
			}
				#psnet_card .psnet_game_1 .result { background: #bbbbbb; }
				#psnet_card .psnet_game_2 .result { background: #d6d6d6; }
				#psnet_card .psnet_game .result_platino { right: 127px; top: 3px; }
				#psnet_card .psnet_game .result_oro { right: -15px; top: 3px; }
				#psnet_card .psnet_game .result_plata { right: 127px; top: 26px; }
				#psnet_card .psnet_game .result_bronce { right: -15px; top: 26px; }
		
		
/* ------------------------------------------------------------
 * HYPEMETER
 * ------------------------------------------------------------
 */
#hypemeter {
	background: url(images/usuario_ficha/hypemeter.gif) no-repeat 140px 0px;
	padding: 	0px 0px 25px 0px;
	position: 	relative;
}
	#hypemeter_content {
		height: 	214px;
		position: 	relative;
	}
	
	#hypemeter_1,#hypemeter_1_no {
		background: url(images/usuario_ficha/hypemeter_1.jpg) no-repeat 0px 0px;
		cursor: 	pointer;
		height: 	214px;
		left: 		0px;
		position: 	absolute;
		top: 		0px;
		width: 		122px;
	}
    
    
		#hypemeter_1:hover,
		#hypemeter_1.selected, #hypemeter_1_no.selected {
			background: url(images/usuario_ficha/hypemeter_1.jpg) no-repeat -122px 0px;
		}
        
        #hypemeter_1_no:hover,
	    {
		}
		
	#hypemeter_2, #hypemeter_2_no  {
		background: url(images/usuario_ficha/hypemeter_2.jpg) no-repeat 0px 0px;
		cursor: 	pointer;
		height: 	26px;
		left: 		116px;
		position: 	absolute;
		top: 		132px;
		width: 		20px;
	}
		#hypemeter_2:hover,
		#hypemeter_2.selected, #hypemeter_2_no.selected {
			background: url(images/usuario_ficha/hypemeter_2.jpg) no-repeat -20px 0px;
		}
        
        #hypemeter_2_no:hover,
	    {
		}
		
	#hypemeter_3, #hypemeter_3_no {
		background: url(images/usuario_ficha/hypemeter_3.jpg) no-repeat 0px 0px;
		cursor: 	pointer;
		height: 	28px;
		left: 		136px;
		position: 	absolute;
		top: 		130px;
		width: 		22px;
	}
		#hypemeter_3:hover,
		#hypemeter_3.selected, #hypemeter_3_no.selected {
			background: url(images/usuario_ficha/hypemeter_3.jpg) no-repeat -22px 0px;
		}
        
        #hypemeter_3_no:hover,
	    {
		}
		
	#hypemeter_4, #hypemeter_4_no {
		background: url(images/usuario_ficha/hypemeter_4.jpg) no-repeat 0px 0px;
		cursor: 	pointer;
		height: 	31px;
		left: 		157px;
		position: 	absolute;
		top: 		127px;
		width: 		21px;
	}
		#hypemeter_4:hover,
		#hypemeter_4.selected, #hypemeter_4_no.selected {
			background: url(images/usuario_ficha/hypemeter_4.jpg) no-repeat -21px 0px;
		}
        
        #hypemeter_4_no:hover,
	    {
		}
		
	#hypemeter_5, #hypemeter_5_no {
		background: url(images/usuario_ficha/hypemeter_5.jpg) no-repeat 0px 0px;
		cursor: 	pointer;
		height: 	35px;
		left: 		179px;
		position: 	absolute;
		top: 		123px;
		width: 		23px;
	}
		#hypemeter_5:hover,
		#hypemeter_5.selected, #hypemeter_5_no.selected {
			background: url(images/usuario_ficha/hypemeter_5.jpg) no-repeat -23px 0px;
		}
        
        #hypemeter_5_no:hover,
	    {
		}
		
	#hypemeter_6, #hypemeter_6_no {
		background: url(images/usuario_ficha/hypemeter_6.jpg) no-repeat 0px 0px;
		cursor: 	pointer;
		height: 	40px;
		left: 		201px;
		position: 	absolute;
		top: 		118px;
		width: 		22px;
	}
		#hypemeter_6:hover,
		#hypemeter_6.selected, #hypemeter_6_no.selected {
			background: url(images/usuario_ficha/hypemeter_6.jpg) no-repeat -22px 0px;
		}
        
        #hypemeter_6_no:hover,
	    {
		}
		
	#hypemeter_7, #hypemeter_7_no {
		background: url(images/usuario_ficha/hypemeter_7.jpg) no-repeat 0px 0px;
		cursor: 	pointer;
		height: 	48px;
		left: 		222px;
		position: 	absolute;
		top: 		110px;
		width: 		21px;
	}
		#hypemeter_7:hover,
		#hypemeter_7.selected, #hypemeter_7_no.selected {
			background: url(images/usuario_ficha/hypemeter_7.jpg) no-repeat -21px 0px;
		}
        
        #hypemeter_7_no:hover,
	    {
		}
		
	#hypemeter_8, #hypemeter_8_no {
		background: url(images/usuario_ficha/hypemeter_8.jpg) no-repeat 0px 0px;
		cursor: 	pointer;
		height: 	58px;
		left: 		244px;
		position: 	absolute;
		top: 		100px;
		width: 		21px;
	}
		#hypemeter_8:hover,
		#hypemeter_8.selected, #hypemeter_8_no.selected {
			background: url(images/usuario_ficha/hypemeter_8.jpg) no-repeat -21px 0px;
		}
        
        #hypemeter_8_no:hover,
	    {
		}
		
	#hypemeter_9, #hypemeter_9_no {
		background: url(images/usuario_ficha/hypemeter_9.jpg) no-repeat 0px 0px;
		cursor: 	pointer;
		height: 	72px;
		left: 		265px;
		position: 	absolute;
		top: 		86px;
		width: 		22px;
	}
		#hypemeter_9:hover,
		#hypemeter_9.selected, #hypemeter_9_no.selected {
			background: url(images/usuario_ficha/hypemeter_9.jpg) no-repeat -22px 0px;
		}
        
        #hypemeter_9_no:hover,
	    {
		}
		
	#hypemeter_10, #hypemeter_10_no {
		background: url(images/usuario_ficha/hypemeter_10.jpg) no-repeat 0px 0px;
		cursor: 	pointer;
		height: 	90px;
		left: 		286px;
		position: 	absolute;
		top: 		68px;
		width: 		21px;
	}
		#hypemeter_10:hover,
		#hypemeter_10.selected, #hypemeter_10_no.selected {
			background: url(images/usuario_ficha/hypemeter_10.jpg) no-repeat -21px 0px;
		}
        
        #hypemeter_10_no:hover,
	    {
		}
		
	#hypemeter_11, #hypemeter_11_no {
		background: url(images/usuario_ficha/hypemeter_11.jpg) no-repeat 0px 0px;
		cursor: 	pointer;
		height: 	118px;
		left: 		308px;
		position: 	absolute;
		top: 		40px;
		width: 		22px;
	}
		#hypemeter_11:hover,
		#hypemeter_11.selected, #hypemeter_11_no.selected {
			background: url(images/usuario_ficha/hypemeter_11.jpg) no-repeat -21px 0px;
		}
        
        #hypemeter_11_no:hover,
	    {
		}
		
	#hypemeter_12, #hypemeter_12_no {
		background: url(images/usuario_ficha/hypemeter_12.jpg) no-repeat 0px 0px;
		cursor: 	pointer;
		height: 	214px;
		position: 	absolute;
		right: 		0px;
		top: 		0px;
		width: 		125px;
	}
		#hypemeter_12:hover,
		#hypemeter_12.selected, #hypemeter_12_no.selected {
			background: url(images/usuario_ficha/hypemeter_12.jpg) no-repeat -125px 0px;
		}
        
        #hypemeter_12_no:hover,
	    {
		}

	/* Formulario de envío */
	#hypemeter_form {
		background: url(images/usuario_ficha/hypemeter_input.gif) no-repeat 0px 0px;
		position: 	absolute;
		left: 		91px;
		min-height: 22px;
		padding: 	0px 0px 0px 16px;
		top: 		177px;
		width:		240px;
	}
		#hypemeter_form #hype_reason {
			background: none;
			border: 	none;
			padding: 	4px 0px 0px 0px;
			width: 		155px;
		}
		
	/* Frase enviada hoy */
	#hypemeter_info {
		color: 		#545454;
		font-size: 	18px;
		font-weight:bold;
		text-align: center;
		width: 		100%;
	}
	
	
	
/* ------------------------------------------------------------
 * HOY VOY A...
 * ------------------------------------------------------------
 */
#hoy_voy_a {
	padding: 	0px 0px 10px 0px;
}
	#hoy_voy_a_message {
		background: url(images/usuario_ficha/hoy_voy_a.gif) no-repeat 0px 0px;
		color: 		#3a7ba5;
		font-size: 	18px;
		line-height:20px;
		min-height: 28px; /* 38px */
		padding: 	10px 0px 5px 163px;
	}
	
	#hoy_voy_a_form {
		background: url(images/usuario_ficha/hoy_voy_a_input_text.gif) no-repeat 32px 0px;
		min-height: 28px;
		padding: 	6px 0px 0px 0px;
		width: 		100%;
	}
		#hoy_voy_a_form .input_text_empty {
			margin: 0px 0px 0px 38px;
			padding:3px 0px 0px 0px;
		}
		
		
/* Listado de comentarios */
#hoy_voy_a_comments {
	
}
	/* Comentario */
	.hoy_voy_a_comment {
		padding: 	0px 0px 5px 0px;
	}
		/* Avatar */
		.hoy_voy_a_comment .hoy_voy_a_avatar {
			float: 	left;
			width: 	78px;
		}
		
		/* Información */
		.hoy_voy_a_comment .hoy_voy_a_info {
			background: url(images/line_dashed_1.gif) repeat-x left bottom;
			float: 		left;
			padding: 	8px 0px 0px 0px;
			width: 		490px;
		}
			.hoy_voy_a_comment_game .hoy_voy_a_info {
				width: 	424px;
			}
		
		.hoy_voy_a_comment .hoy_voy_a_time {
			height: 15px; 
			padding:0px 0px 6px 0px;
		}
		
		
		.hoy_voy_a_comment .hoy_voy_a_game {
			background: url(images/usuario_ficha/hoy_voy_a_game.gif) repeat-x left bottom;
			float: 		right;
			margin: 	0px 10px 0px 0px;
			padding: 	6px 0px 12px 0px;
			width: 		42px;
		}
			.hoy_voy_a_comment .hoy_voy_a_game img {
				border: 1px solid #6b696a;
			}
	
	
/* Listado de respuestas */
.hoy_voy_a_reply_inner {
	background: #ffffff url(images/usuario_ficha/hoy_voy_a_reply_1_top.gif) no-repeat 0px 0px;
	font-size: 	10px;
	padding: 	16px 0px 0px 0px;
	width: 		490px;
}
	.hoy_voy_a_reply_inner p {
		font-size: 	10px;
		padding: 	0px 0px 3px 0px;
	}
	
	.hoy_voy_a_reply_inner a {
		color: 		#e36019;
		text-decoration: none;
	}
		.hoy_voy_a_reply_inner a:hover {
			color: 	#000000;
			text-decoration: underline;
		}
	
	.hoy_voy_a_reply_bottom {
		background: url(images/usuario_ficha/hoy_voy_a_reply_1_bottom.gif) no-repeat 0px 0px;
		height: 	7px;
		margin: 	0px 0px 10px 0px;
		overflow: 	hidden;
		width: 		490px;
	}
	
	.hoy_voy_a_reply_avatar {
		float: 		left;
		padding: 	0px 9px 8px;
		width: 		31px;
	}
	
	.hoy_voy_a_reply_info {
		float: 		left;
		padding: 	0px 0px 5px;
		width: 		430px;
	}
	
	.hoy_voy_a_reply_line {
		border-top: 1px solid #efefef;
		clear: 		both;
		height: 	9px;
	}
	
	.hoy_voy_a_reply_inner textarea {
		color: 		#b1b2bb;
		font-size: 	10px;
		width: 		95%;
	}
	
	.hoy_voy_a_reply_inner input {
		margin: 	4px 9px 0px 0px;
	}
	
	/* Cambios para cuando se tiene además el juego mostrado */
	.hoy_voy_a_comment_game .hoy_voy_a_reply_inner {
		background: #ffffff url(images/usuario_ficha/hoy_voy_a_reply_2_top.gif) no-repeat 0px 0px;
		width: 		423px;
	}
		.hoy_voy_a_comment_game .hoy_voy_a_reply_bottom {
			background: url(images/usuario_ficha/hoy_voy_a_reply_2_bottom.gif) no-repeat 0px 0px;
			width: 		423px;
		}
		
		.hoy_voy_a_comment_game .hoy_voy_a_reply_info {
			width: 		360px;
		}
		
		.hoy_voy_a_comment_game .hoy_voy_a_reply_inner input {
			margin: 	4px 7px 0px 0px;
		}


/* ------------------------------------------------------------
 * LISTADO DE ACTIVIDAD
 * ------------------------------------------------------------
 */
.actividad_list {
	padding:		0px 0px 10px 0px;
}
	.actividad_list .actividad {
		border-bottom:	1px solid #e4e4e4;
		margin:			0px 0px 10px 14px;
		padding:		0px 0px 5px 0px;
		position:		relative;	
	}
		.actividad_list .actividad_last {
			border: 	none;
		}
		
	.actividad_list .actividad_avatar {
		float: 	left;
		width: 	78px;
	}
	
	.actividad_list .actividad_info {
		float: 	left;
		width: 	213px;
	}
	
	.actividad_list h3 {
		color: 		#0f5e91;
		font-size: 	13px;
		font-weight:bold;
		padding: 	0px 0px 3px 0px;
	}
		.actividad_list h3 a {
			color: 			#0f5e91;
			text-decoration:underline;
		}
			.actividad_list h3 a:hover {
				color: 			#e36019;
				text-decoration:underline;
			}
	
	/* Si el avatar es pequeño */
	.actividad_list .actividad_avatar_mini .actividad_avatar {
		float: 	left;
		padding:0px 10px 0px 0px;
		width: 	31px;
	}
	
	.actividad_list .actividad_avatar_mini .actividad_info {
		width: 	245px;
	}
	
	
/* ------------------------------------------------------------
 * LISTADO DE AMIGOS
 * ------------------------------------------------------------
 */
.amigos_list { 
	padding: 0px 0px 15px 0px;
}
	.amigos_list .avatar {
		float: 	left;
	}
	
	
/* ------------------------------------------------------------
 * MIS CLANES Y GRUPOS
 * ------------------------------------------------------------
 */
.mis_clanes {
	padding: 0px 0px 15px 0px;
}	
	.mis_clanes .clan {	
		float: 		left;
		padding: 	0px 2px 0px 3px;
	}
	
	.mis_clanes .clan_line {	
		border-top: 1px solid #e4e4e4;
		clear: 		both;
		height: 	10px;
		margin: 	0px 12px 0px 13px;
	}
	
	
/* ------------------------------------------------------------
 * PREMIOS
 * ------------------------------------------------------------
 */
.premios { padding: 0px 0px 25px 0px; }
	.premios .premio {
		background: url("images/line_dashed_1.gif") repeat-x left bottom;
		font-weight:bold;
		padding: 	7px 6px 1px;
	}
	
	.premios .premio_last { background: none; }
	
	.premios .premio img { padding: 0px 4px 0px 0px; vertical-align: -10px; }