.p_fin {
	clear:left;
}
/* secciones del perfil */
#p_id_lw { /* el contenedor de las secciones "LW" y "como juega" */
	display:block;
}
#p_id_po { /* el contenedor de la sección de playoffs */
	display:none;
}
#p_id_tor { /* el contenedor de la sección de torneos */
	display:none;
}
#p_id_rec { /* el contenedor de la sección de récords y premios */
	display:none;
}
#p_op { /* las opciones para ver el perfil (no se muestran hasta que no se haya cargado todo el código) */
	display:none;
}
/* tipos de secciones */
.p_seccion1 {
	width: 49%;
	float: left;
	margin: 2px;
}
.p_seccion2 {
	clear: left;
	width: 99%;
	float: left;
	margin: 2px;
	text-align: center;
}
/* tabla de cada seccion */
.p_tabla {
	width: 100%;
	border: 1px outset silver;
}
.p_tabla tr {
}
.p_tabla td {
	padding: 2px 8px;
}
.p_tabla th {
	font-size: 115%;
	line-height: 1.7em;
}
/* tabla de schemes*/
.p_schemes {
	font-size: 85%;
	width: 98%;
	text-align:center;
}
.p_schemes th {
	font-variant: small-caps;
}
.p_schemes tr {
}
.p_schemes td {
	font-weight: bold;
	border-bottom: dotted grey 1px;
}
.p_schemes .scheme {
	font-weight: normal;
}
/* formato de texto*/
ul.p_lista1{
	list-style: circle inside url("http://lw.worms2d.info/graficos/flecha1.gif");
	margin: 2px 4px 12px 4px;
	padding: 4px;
}
.p_lista1 li a {
	text-decoration: underline;
}
.p_lista1 li {
	margin-bottom: 4px;
}
.p_lista1 img {
	vertical-align: bottom;
}
ul.p_lista2{
	list-style: circle inside url("http://lw.worms2d.info/graficos/flecha1.gif");
	margin: 0px 4px 8px 4px;
	padding: 2px;
}
.p_lista2 li {
	margin-bottom: 0px;
}
.p_grupo {
	float: right;
	margin: 0px;
	padding: 0px;
	border: outset #dddddd 2px;
}
.p_jue {
	width: 70%;
	border: 4px double #A0522D;
	background: url("http://lw.worms2d.info/graficos/text.gif") repeat;
	color: white;
	text-align: center;
	font-size: 90%;
	margin-bottom: 12px;
	margin-left: 15%;
}
.p_jue img {
	vertical-align: middle;
	margin: 2px 0px;
	border: 0px;
	height: 15px;
}
.p_jue a:link, .p_jue a:visited {
	color: white;
	text-transform: none;
}
.p_champ {
	border: 4px outset #DAA520;
	background: url("http://lw.worms2d.info/graficos/p_c_text.gif") fixed repeat;
	
	width: 76%;
	margin-left: 12%;
	margin-bottom: 12px;
	margin-top: 0px;
	padding: 10px 4px;
	
	color: #FFD700;
	font-variant: small-caps;
	font-size: 1.3em;
	font-weight: bold;
	
	text-align: center;
	vertical-align: middle;
}
.p_champ .filachamp, .p_champ .filaviejos{
	font-size: 130%;
}
.p_champ .p_asin:link, .p_champ .p_asin:visited {
	color: white;
	text-transform: none;
	font-size: 1em;
}
.p_champ img {
	vertical-align: middle;
	margin: 2px 4px;
	border: 0px;
	height: 35px;
}
.p_champ a:link, .p_champ a:visited {
	color: white;
	font-variant: normal;
	text-transform: none;
	font-size: 0.7em;
}
.p_rec {
	float: left;
	width: 200px;
	height: 145px;
	overflow: auto;
	
	margin: 2px 2px;
	padding: 2px 6px;
	line-height: 1.3em;
	
	border: 6px ridge #d07d2b;
	background: #e8d8c8;
}
.p_rec .p_rec_t {
	text-decoration: underline;
	font-size: 1.2em;
	font-variant: small-caps;
	margin-bottom: 4px;
	margin-top: 1px;
}
.p_rec img {
	margin-top: 4px;
}
.p_rec_estrella {
	float: left;
	position: absolute;
	margin: -15px 0 0 -20px;
	padding: 0;
	z-index: 90;
}
/* "botones" que muestran u ocultan secciones */
.p_botones td {
	background: silver;
	border: 2px outset white;
	font-variant: small-caps;
}
.p_botones td:hover {
	background: #eeeeee;
}
.p_botones td:active {
	background: #dddddd;
	border: 2px inset grey;
}
