body {
	margin: 0 0 0 0;
	text-align: center;
	background-color: #000;
	font-family: verdana;
	font-size:12px; 
}

.contenedor{
	width: 800px !important;
	position:absolute;
	left:50%;
	margin-left:-390px;
}

.cabecera {
	position: absolute;
	left:0px;
	top:0px;
	text-align:left;
	width: 800px !important;
	height: 60px;
	background-color: #000;
	color: #FFFFFF;
}

#span_logo{
	position:relative;
	top:10px;
	vertical-align: middle;
}

h1 {
	margin: 0px;
	font-size:41px;
	font-family:verdana;
	font-weight:bold;
}

#logo {
	margin: 0px;
	text-decoration:none;
	position:relative;
	top:0px;
	left:5px;
}


#logo_rojo{	color:f00; }
#logo_blanco{ color:fff; }

.eslogan{
	color:#999;
	font-size:10px;
	margin:5px;
}

.bienvenido_usuario{
	text-align:right;
	position:relative;
	float:right;
	margin-top:5px;
	font-size:11px;
}

.informacion_sitio{
	text-align:right;
	position:relative;
	float:right;
	top:-30px;
	line-height:1.3;
	vertical-align:bottom;
	font-size:11px;

}

.menu {
	width: 155px !important;
	position:absolute;
	left:0px;
	margin:0px;
	padding:0px;
	top:75px;
	vertical-align: top;
}

.menu .seccion_menu{
	background-color: #FCFCFC;
	margin:0px;
	padding:0px;
	margin-bottom:12px;
}

.separador {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-color: #F00;
	text-align:center;
	width:100%;
	color: #FFF;
	font-size:11px;
	font-weight:bold;
}

.celdacontenido {
	position:absolute;
	left:160px;
	top:75px;
	background-color: #FCFCFC;
	width: 640px !important;
	vertical-align: top;
}

.celdacontenido .separador {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-color: #F00;
	width:100%;
	color: #FFF;
	font-size:11px;
	font-weight:bold;
}

.tabla_ranking {
	width:100%;
	padding:0px;
	margin:0px;
	font-size:10px;
}

.div_ranking_juego {
	width: 280px;
}

.div_ranking_juego table{
	border: solid 1px #AAA;
}
.tabla_ranking th{
	background-color: #BBB;
}

.tabla_ranking tr.par{
	background-color: #E6E6E6;
}

.tabla_ranking tr.impar{
	background-color: #F0F0F0;
}

.tabla_ranking td,th{
	padding:4px;
	margin:0px;
}

.tabla_ranking th{
	text-align: left;
}

.menu input{
	width:120px;
}

.jugador{
	font-weight:bold;
	color:#00F;
}

.jugador_blanco{
	font-weight:bold;
	color:#FFF;
}

.j_tru{
	font-weight:bold;
	color:#00F;
	width:83px;
	overflow:hidden;
}

.j_tru a{
	color: #00F;
}

.j_tru_lar{
	font-weight:bold;
	color:#00F;
	width:130px;
	overflow:hidden;
}

.j_tru_lar a{
	color: #00F;
}

.v_tru_lar{
	font-weight:bold;
	color:#000;
	width:130px;
	overflow:hidden;
}

.numero{
	text-align:right !important;
	width:25px !important;
}

.menu a {
	text-decoration:none;
}

.menu ol{
	margin:5px;
	padding-left: 25px;
	font-size:8px;
}

.menu p {
	padding:7px;
	margin: 0px;
}

.menu form p {
	padding: 3px 7px 3px 7px;
}

h2 {
	font-size:11px;
	color:white;
	margin: 0px;
}

h3 {
	font-size:18px;
	margin-bottom:3px;
}

h4 {
	font-size:14px;
	margin: 5px 0 5px 0;
}

#usuario_perfil_menu{
	font-size:17px;
	overflow:hidden;
	width:140px;
}

#usuario_perfil{
	font-size:17px;
}

#global_perfil{
	font-size:22px;
}

img {
	text-decoration: none;
	border:0;
}

.boton {
	border: solid 1px #00F;
	padding: 2px 10px 2px 10px;
	background-color: #CCF;
	text-decoration: none;
}

.textochico {
	font-size:7px;
}

p, table {
	font-size:11px;
}

.lista {
	background-color: #DDDDFF;
	border: solid 1px #000;
	width: 100%;
}

.lista th {
	text-align: left;
	background-color: #C0C0FF;
}

.informacion b {
	color: #00C;
}

.juego{
	height: 125px;
	padding: 2px;
	margin: 8px;
	background-color: #EEEEEE;
	border: solid 1px #CCC;
}

.juego_corto{
	width:310px;
	height: 120px;
	padding: 2px;
	margin: 3px;
	background-color: #EEEEEE;
	border: solid 1px #CCC;
}

.juego_corto h3:hover{
	text-decoration:underline;
}

.celda_foto_juego{
	width: 120px;
	height: 110px;
	vertical-align: top;
}

.celda_descripcion_juego_corto{
	padding: 0px 3px 0 2px;
	vertical-align: top;
	text-align:left;
}

.celda_descripcion_juego_largo{
	width: 485px;
	padding: 7px 5px 0 5px;
	vertical-align: top;
	text-align:center;
}

.descripcion_juego {
	margin-top:4px;
}

.foto_juego{
	width: 115px;
	height: 115px;
	border: solid 2px #CCC;
}

.foto_juego:hover{
	border: solid 2px #F99;
}

.celda_juego_chico{
	text-align:center;
	padding:5px;
}

.partidas_jugadas_juego{
	position:absolute;
	top:99px;
	left:-5px;
	color:#888;
}

.lider_juego{
	position:absolute;
	top:99px;
	left:190px;
	width:170px;
	color:#888;
	text-align:right;
}

.foto_chica_juego{
	width: 70px;
	height: 70px;
	border: solid 2px #CCC;
}

.tabla_links_juegos{
	width:100%;
}

a {
	color: #F00;
	font-weight:bold;
	text-decoration:none;
}

.link_claro {
	color: #F44;
	font-weight:bold;
	text-decoration:none;
}

.rojo{
	font-weight:bold; 
	color: #F00;
}

.azul{
	font-weight:bold; 
	color: #00F;
}

#contenedorjuego{
	margin:0px !important;
	margin-bottom:-2px;
	padding:0px !important;
}

.derechos{
	background-color:#000;
	position:relative;
	padding:3px;
	height:40px;
	color:#888;
}

.puesto{
	width:13px;
	padding:0;
	margin:0;
	overflow:hidden;
}

.enlaces{
	overflow:hidden;
	line-height:11px;
	font-size:10px;
	background-color: #F0F0F0;
}

.enlaces a{
	font-weight:bold; 
	color: #00F;
}

#publicidad_derecha{
	width: 120px !important;
	position:absolute;
	left:50%;
	top:75px;
	margin-left:405px;
	text-align:left;
}