<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="es" xml:lang="es">
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Información &bull; Juego de rol narrativo en foro (RPG)</title>

<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="es" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="content-language" content="es" />
<meta name="title" content="Información" />
<meta name="category" content="general" />
<meta name="robots" content="index,follow" />
<meta name="distribution" content="global" />
<meta name="resource-type" content="document" />
<meta name="copyright" content="The Slaying Thing RPG" />




<link rel="alternate" type="application/atom+xml" title="Feed - The Slaying Thing RPG" href="http://foro.theslayingthing.net/feed.php" /><link rel="alternate" type="application/atom+xml" title="Feed - Todos los Foros" href="http://foro.theslayingthing.net/feed.php?mode=forums" /><link rel="alternate" type="application/atom+xml" title="Feed - Nuevos Temas" href="http://foro.theslayingthing.net/feed.php?mode=topics" /><link rel="alternate" type="application/atom+xml" title="Feed - Temas Activos" href="http://foro.theslayingthing.net/feed.php?mode=topics_active" />

<!--
	phpBB style name: prosilver
	Based on style:   prosilver (this is the default phpBB3 style)
	Original author:  Tom Beddard ( http://www.subBlue.com/ )
	Modified by:
-->

<script type="text/javascript">
// <![CDATA[
	var jump_page = 'Introduce el número de página al que desea saltar:';
	var on_page = '';
	var per_page = '';
	var base_url = '';
	var style_cookie = 'phpBBstyle';
	var style_cookie_settings = '; path=/; domain=foro.theslayingthing.net';
	var onload_functions = new Array();
	var onunload_functions = new Array();

	

	/**
	* Find a member
	*/
	function find_username(url)
	{
		popup(url, 760, 570, '_usersearch');
		return false;
	}

	/**
	* New function for handling multiple calls to window.onload and window.unload by pentapenguin
	*/
	window.onload = function()
	{
		for (var i = 0; i < onload_functions.length; i++)
		{
			eval(onload_functions[i]);
		}
	};

	window.onunload = function()
	{
		for (var i = 0; i < onunload_functions.length; i++)
		{
			eval(onunload_functions[i]);
		}
	};

// ]]>
</script>
<script type="text/javascript" src="./styles/prosilver/template/styleswitcher.js"></script>
<script type="text/javascript" src="./styles/prosilver/template/forum_fn.js"></script>

<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.0/css/font-awesome.css" rel="stylesheet">

<link href="./styles/magic%20of%20life%20after%20death/theme/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="./style.php?id=8&amp;lang=es&amp;sid=8d63818ee081628fae3fbc285c7cc6d3" rel="stylesheet" type="text/css" media="screen, projection" />

<link href="./styles/magic%20of%20life%20after%20death/theme/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="./styles/magic%20of%20life%20after%20death/theme/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="./styles/magic%20of%20life%20after%20death/theme/large.css" rel="alternate stylesheet" type="text/css" title="A++" />


<link rel="alternate" type="application/rss+xml" title="RSS" href="./smartfeed.php?feed_type=RSS2.0&amp;limit=1_DAY&amp;sort_by=standard&amp;feed_style=HTML" />
<link rel="alternate" type="application/atom+xml" title="ATOM" href="./smartfeed.php?feed_type=ATOM1.0&amp;limit=1_DAY&amp;sort_by=standard&amp;feed_style=HTML" />
<!-- MOD : MSSTI ABBC3 (v3.0.11) - Start //-->
<script type="text/javascript" src="./styles/abbcode/abbcode.js?3.0.11" charset="UTF-8"></script>
<link rel="stylesheet" type="text/css" media="all" href="./styles/abbcode/abbcode.css?3.0.11" />

<!-- MOD : MSSTI ABBC3 (v3.0.11) - End //-->
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
	<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
    <script type="text/javascript" src="./styles/magic%20of%20life%20after%20death/template/js/jquery.nailthumb.1.1.js"></script>
    <link href="./styles/magic%20of%20life%20after%20death/template/js/jquery.nailthumb.1.1.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="./styles/magic%20of%20life%20after%20death/template/js/shadowbox/shadowbox.css">
<script type="text/javascript" src="./styles/magic%20of%20life%20after%20death/template/js/shadowbox/shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init();
</script>
<style>
.square-thumb {
            width: 130px;
            height: 130px;
        }
</style>
<script type="text/javascript">
$(document).ready(function(){

$('ul.tabs li').click(function(){
var tab_id = $(this).attr('data-tab');

$('ul.tabs li').removeClass('current');
$('.tab-content').removeClass('current');

$(this).addClass('current');
$("#"+tab_id).addClass('current');
})

})
</script>

<script type="text/javascript" src="./styles/magic%20of%20life%20after%20death/template/js/jquery.collapsible.js"></script>
<script type="text/javascript">
$(document).ready(function() { 
  $('.acordeon-titulo').click(function() {

  if($(this).next().is(':hidden') != true) {
                $(this).removeClass('active'); 
    $(this).next().slideUp("normal");
  } else {
    $('.acordeon-titulo').removeClass('active');  
     $('.acordeon-contenido').slideUp('normal');
    if($(this).next().is(':hidden') == true) {
    $(this).addClass('active');
    $(this).next().slideDown('normal');
     }   
  }
   });

  $('.acordeon-contenido').hide();

  $('.expand').click(function(event)
    {$('.acordeon-titulo').next().slideDown('normal');
        {$('.acordeon-titulo').addClass('active');}
    }
  );

  $('.collapse').click(function(event)
    {$('.acordeon-titulo').next().slideUp('normal');
        {$('.acordeon-titulo').removeClass('active');}
    }
  );
});
</script>
</head>

<body id="phpbb" class="section-index ltr">
<!-- Tapatalk Detect body start --> 
<script type="text/javascript">tapatalkDetect()</script>
<!-- Tapatalk Detect banner body end -->
<div id="bodybg">

<div id="wrap">
	<a id="top" name="top" accesskey="t"></a>
	<div id="page-header">
		<div class="headerbar">
			<div id="header-menu-top">
			<ul class="nav">
	<li><a href="./index.php?sid=8d63818ee081628fae3fbc285c7cc6d3" accesskey="h">Portada</a></li>
    <li><a href="#">Normas</a>
        	<div><a href="http://foro.theslayingthing.net/viewtopic.php?f=84&t=3396">Generales</a> / <a href="http://foro.theslayingthing.net/viewtopic.php?f=84&t=3429">Sobre personajes</a> / <a href="http://foro.theslayingthing.net/viewtopic.php?f=84&t=3397">Sobre el juego</a> / <a href="http://foro.theslayingthing.net/viewtopic.php?f=84&t=3430">Extras</a>
		</div>
        </li>
	<li><a href="#">Guías</a>
			<div><h2><a href="#">Tour del novato</a></h2>
				<div class="nav-column">
                
					<h3>Novatos</h3>
					<ul>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=86&t=3424&p=44453#p44453">¿Qué es un juego de rol?</a></li>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=94&t=3438">Sinopsis de TST</a></li>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=86&t=3424&p=44454#p44454">¿Cómo se crea un personaje?</a></li>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=86&t=3424&p=44457#p44457">¿Qué es el canon?</a></li>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=86&t=3424&p=44458#p44458">¿Cómo se juega?</a></li>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=86&t=3424&p=44460#p44460">Ok, ¿pero qué más?</a></li>
                        			<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=86&t=3424&p=44462#p44462">Dudas de todo novato</a></li>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=86&t=3424&p=44466#p44463">Links interesantes</a></li>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=86&t=3424&p=44466#p44466">¿Dónde puedo preguntar mis dudas?</a></li>
					</ul>
				</div>

				<div class="nav-column">
					<h3>FAQ</h3>
					<ul>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=86&t=3426&p=44477#p44473">Personajes</a></li>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=86&t=3426&p=44477#p44474">Mitología</a></li>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=86&t=3426&p=44477#p44475">Jugando</a></li>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=86&t=3426&p=44477#p44476">Sugerencias</a></li>
                        			<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=86&t=3426&p=44477#p44477">Cosas técnicas</a></li>
					</ul>
				</div>

				<div class="nav-column">
					<h3>Foros</h3>
					<ul>
						<li><a href="#">En construcción</a></li>
					</ul>
				</div>

				<div class="nav-column">
					<h3>Curiosidades</h3>
					<ul>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=86&t=3428&p=44480#p44479">Fun Facts</a></li>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=86&t=3428&p=44480#p44480">Diccionario</a></li>
					</ul>
				</div>
			</div>
		</li>
	<li><a href="#">Historia</a>
			<div>
				<div class="nav-column">
					<h3>Situación actual</h3>
                			<ul>
					<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=94&t=3438">Trama general</a></li>
					</ul></div>
				<div class="nav-column">
					<h3>El pasado</h3>
					<ul>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=95&t=3441">Temporada I</a></li>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=95&t=3442">Temporada II</a></li>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=95&t=3443">Temporada III</a></li>
                        <li><a href="http://foro.theslayingthing.net/viewtopic.php?f=95&t=3444">Temporada IV</a></li>
                        <li><a href="http://foro.theslayingthing.net/viewtopic.php?f=95&t=3470">Temporada V</a></li>
                        <li><a href="http://foro.theslayingthing.net/viewtopic.php?f=95&t=3596">Temporada VI</a></li>
					</ul>
				</div>

				<div class="nav-column">
					<h3>Otros</h3>
					<ul>
						<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=95&t=3447">Historia de organizaciones</a></li>
					</ul>
				</div>
			</div>
		</li>
	<li><a href="#">Recepción</a>
	<div><h2><a href="http://foro.theslayingthing.net/viewtopic.php?f=93&t=3432">Resolver dudas, sugerir e informar de errores</a></h2>
		<div class="nav-column">
		<h3>Actividad</h3>
		<ul>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=93&t=3435">Informar de ausencias</a></li>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=93&t=3436">Carnet de lector/a</a></li>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=93&t=3435">Volver a jugar</a></li>
		</ul>
		</div>
		<div class="nav-column">
		<h3>Feedback</h3>
		<ul>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=93&t=3434">Sugerencias & Quejas</a></li>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=93&t=3433">Informar de errores</a></li>
		</ul>
		</div>
		<div class="nav-column">
		<h3>Sobre la web</h3>
		<ul>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=93&t=3539">La administración</a></li>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=93&t=3484">Derechos de autor</a></li>
		</ul>
		</div>
		</div>
	</li>
	<li><a href="#">Canon</a>
        	<div>
            	<h2>En construcción</h2>
        	</div>
        </li>
	<li><a href="#">Personajes</a>
		<div>
		<h2><a href="http://personajes.theslayingthing.net">Guía de personajes</a></h2>
		<div class="nav-column">
		<h3>Creación & Actualización</h3>
		<ul>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=84&t=3429&p=44549#p44547">Para crear un personaje</a></li>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=13&t=2323">Actualizar</a></li>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=13&t=3451">Desactivar</a></li>
		<li><a href="http://foro.theslayingthing.net/viewforum.php?f=13">Subforo</a></li></ul>
		<h3>Reservas de actores</h3>
		<ul>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=23&t=787">Cómo reservar</a></li>
		<li><a href="http://foro.theslayingthing.net/viewforum.php?f=23">Subforo para reservar</a></li>
		</ul>
		</div>
		<div class="nav-column"><h3>Búsquedas</h3>
		<ul>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=99&t=3525">Normas & Información</a></li>
		<li><a href="http://foro.theslayingthing.net/viewforum.php?f=99">Subforo</a></li>
		</ul>
		<h3>Asociaciones</h3>
		<ul>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=100&t=3528">Normas & Información</a></li>
		<li><a href="http://foro.theslayingthing.net/viewforum.php?f=100">Subforo</a></li>
		</ul>
		</div>
		<div class="nav-column"><h3>Entorno del personaje</h3>
		<ul>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=64&t=2291">Normas & Información</a></li>
		<li><a href="http://foro.theslayingthing.net/viewforum.php?f=64">Subforo</a></li>
		</ul>
		</div><div class="nav-column"><h3>Encontrar vecinos</h3>
		<ul>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=64&t=324">Larch St.</a></li>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=64&t=325">Peach St.</a></li>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=64&t=326">Lake St.</a></li>
		<li><a href="http://foro.theslayingthing.net/viewtopic.php?f=64&t=3566">Pueblo Huargo</a></li>
		</ul>
		</div>
		</div>
	</li>
	<li><a href="#">Juego</a></li>
	<li><a href="#">Sunnydale</a></li>
	<li><a href="#">+</a></li>
	</ul>
            </div>
            <div id="header-menu-bottom">
<h2><a href="./ucp.php?mode=register&amp;sid=8d63818ee081628fae3fbc285c7cc6d3">Registrarse</a></h2></div>
		</div>
        <div id="header-wrap">
        <div id="header-left">
        
        <div class="header-widget"><a href="./index.php?sid=8d63818ee081628fae3fbc285c7cc6d3"><h1>THE SLAYING THING</h1></a>Juego de rol narrativo por capítulos situado en un pequeño pueblo de California donde, además de animadoras y quarterbacks, también hay otro tipo de monstruos. <br /><a href="http://foro.theslayingthing.net/viewtopic.php?f=94&t=3438">Sinopsis completa.</a><br />
<hr />
Más de 10 años online. Si eres nuevo visita el tour del novato. 
<div id="header-menu-navbar"> / <a href="./index.php?sid=8d63818ee081628fae3fbc285c7cc6d3" accesskey="h">Índice general</a> </div></div></div>
        <div id="header-right"><div class="header-widget">
			<div class="situacion dia-normal"><h4><i class="fa icon-cloud"></i> Tarde fresca</h4><h5><span style="font-weight: 700" class="text-bold">Fecha del capítulo:</span> 31/10</h5><span style="font-weight: 700" class="text-bold">Eventos actuales:</span> ¡Truco o trato!<br /><span style="font-weight: 700" class="text-bold">Eventos próximos:</span> ¿?<br /><h3>Calendario en fecha real</h3><span style="font-weight: 700" class="text-bold">Fechas de cambio horario en rol:</span><br />Tarde: del 3 de octubre al 3 de noviembre<br />Noche: del 3 de noviembre al 4 de diciembre<br /><span style="font-weight: 700" class="text-bold">Final de capítulo &#40;aprox&#41;:</span> 4 de diciembre</div>
	</div></div><div class="clear"></div>
        </div>
<div id="menu-personal">
<div class="widget"><h2>Busca</h2><div class="widget-cont"><form action="./search.php?sid=8d63818ee081628fae3fbc285c7cc6d3" method="get" id="search">
				<fieldset>
					<input name="keywords" id="keywords" type="text" maxlength="128" title="Buscar palabras clave" class="inputbox search" value="Buscar…" onclick="if(this.value=='Buscar…')this.value='';" onblur="if(this.value=='')this.value='Buscar…';" />
					<input class="button2" value="Buscar" type="submit" />
					<a href="./search.php?sid=8d63818ee081628fae3fbc285c7cc6d3" title="Ver opciones de búsqueda avanzada">Búsqueda avanzada</a> <input type="hidden" name="sid" value="8d63818ee081628fae3fbc285c7cc6d3" />

				</fieldset>
				</form></div></div>
<div class="widget"><h2>Links (<a href="http://foro.theslayingthing.net/ucp.php?i=601">editar</a>)</h2><div class="widget-cont">
<div class="menu-personal-links-wrap"><p class="menu-personal-links">

	
</div></p>

	</div></div>
<div class="widget"><h2>Resumen (<a href="http://foro.theslayingthing.net/ucp.php?i=601">editar</a>)</h2><div class="widget-cont">
</div></div>
<div class="widget"><h2>Asociaciones & otros (<a href="http://foro.theslayingthing.net/ucp.php?i=601">editar</a>)</h2><div class="widget-cont">
<p style="text-align:right;">Debes iniciar sesión y rellenar tu perfil con tus datos para verlos en esta sección.</p>
</div></div>
</div>
	</div>

	<a name="start_here"></a>
	<div id="page-body">
    
		
<div class="widget">
	<h2>Información</h2>
	<div class="widget-cont"><p>Un momento, estamos tocando cosas.</p>
	
	</div></div>

</div>

<div id="page-footer">

	<div class="navbar">
		<div class="inner"><span class="corners-top"><span></span></span>

		<ul class="linklist" style="width:960px;margin:0 auto;"></li>
			<a href="./index.php?sid=8d63818ee081628fae3fbc285c7cc6d3" accesskey="h">Índice general</a>
				
</li>
			<li class="rightside"><a href="./memberlist.php?mode=leaders&amp;sid=8d63818ee081628fae3fbc285c7cc6d3">El Equipo</a> / <a href="./ucp.php?mode=delete_cookies&amp;sid=8d63818ee081628fae3fbc285c7cc6d3">Borrar todas las cookies del Sitio</a> / Todos los horarios son UTC + 1 hora </li>
		</ul>

		<span class="corners-bottom"><span></span></span></div>
	</div>

	<div class="copyright">
<h5 style="text-align:center;">THE SLAYING THING: COMIENDO HOMBRES ADULTOS DESDE 2003</h5>
		POWERED_BY<br /><a href="http://pico88.github.com/phpBB-Reputation-System/" title="Reputation System">Reputation System</a> &copy;
		<br />Traducción al español por <a href="http://www.mjinmo.com/">Huan Manwë</a> para <a href="http://www.phpbb-es.com/">phpbb-es.com</a>
	<br /></div>
</div>

</div>

<div>
	<a id="bottom" name="bottom" accesskey="z"></a>
	
</div>
</div>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-21046651-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<script type="text/javascript">
                jQuery(document).ready(function() {
			jQuery('.nailthumb-container').nailthumb({titleWhen:'load',animateTitle:false});
                });
            </script>
<script type="text/javascript">
                jQuery(document).ready(function() {
			jQuery('.shadowbox').nailthumb({titleWhen:'load',animateTitle:false});
                });
            </script>
<div id="reputation-popup"></div>

<script type="text/javascript">
// <![CDATA[
	window.jQuery || document.write(unescape('%3Cscript src="./styles/prosilver/template/reputation/jquery-1.8.2.min.js" type="text/javascript"%3E%3C/script%3E'));
// ]]>
</script>
<script type="text/javascript">
// <![CDATA[
	var rsfile = './reputation.php?sid=8d63818ee081628fae3fbc285c7cc6d3';
	var rsdelete = '¿Está seguro de querer borrar este Punto de Reputación?';
	var rsclearpost = '¿Está seguro de querer borrar todos los Puntos de Reputación de ese mensaje?';
	var rsclearuser = '¿Está seguro de querer borrar todos los Puntos de Reputación de ese usuario?';
// ]]>
</script>
<script type="text/javascript" src="./styles/prosilver/template/reputation/jquery.reputation.js"></script>


</div>
</body>
</html>