@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#bgtop {
}
#bgbtm {
}
#toolbar {
	background: url(../images/toolbar-bg.gif) repeat-x;
}
#pagina {
	width: 920px;
}
#top {
	position: relative;
	height: 98px;
}
#top-categorias {
	background: url(../images/sombra.gif) repeat-x;
	border: solid 1px #DADADA;
	padding: 5px 20px;
	margin: 1px 0 3px;
	position: relative;
}
#top-categorias ul {
	list-style-position: outside;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 12.5%;
	line-height: 1.3em;
}
#top-categorias ul li {
	padding: 1px 17px;
	background: url('../images/bullet_blue_right.gif') no-repeat left;
}
#top-categorias ul li h2 {
	display: inline;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
#top-categorias ul li h2 a {
	color: #333;
	text-decoration: none;
}
#top-categorias ul li h2 a:hover {
}

#busqueda {
	position: absolute;
	bottom: 19px;
	left: 442px;
}
#busqueda form {
	padding: 0;
	margin: 0;
	width: auto;
	color: #008;
	font-weight: bold;
}
#busqueda #buscarTexto {
	width: 310px;
	border: none;
	background: none;
}

#navbar {
	position: absolute;
	top: 20px;
	right: 195px;
	font-size: 14px;
}
#navbar ul {
	list-style: none;
	list-style-position: inside;
	list-style-type: none;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
	padding: 4px 22px 7px;
	color: #333;
	text-decoration: none;
}
#navbar ul li a:hover {
	color: #F00;
}
#col-izq-bg {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#col-izq {
	float: left;
	width: 0;
}
#contenido {
	float: left;
	color: #333;
	text-align: left;
	overflow: hidden;
	width: 607px;
}

#col-der-bg {
	margin: 0;
	padding: 0;
	width: 100%;
}

#col-der {
	float: right;
	width: 302px;
	margin: 3px 0;
}
#bottom {
	height: 100px;
	color: #525252;
	padding: 10px 0 0;
	position: relative;
	text-align: center;
	margin: 30px 0 10px;
	border-top: dotted 1px #999;
}
#bottom #links ul {
	list-style: none;
	list-style-position: inside;
	list-style-type: none;
}
#bottom #links ul li {
	display: inline;
}
#bottom #links ul li a {
	padding: 0 45px;
	color: #000;
	text-decoration: underline;
}
#bottom #links ul li a:hover {
	color: #F00;
}
#oxus-logo {
	position: absolute;
	bottom: 0;
	right: 0;
}

#lang-selec {
	margin-top: 10px;
	color: #333;
}
#lang-selec ul {
	list-style: none;
	list-style-position: inside;
	list-style-type: none;
}
#lang-selec ul li {
	padding: 0 0 0 20px;
	display: inline;
	margin: 0 5px;
}
#lang-selec ul li a {
	color: #333;
}
#lang-selec ul li a:hover {
	color: #F00;
}
#lang-selec .en {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 2px;
}
#lang-selec .es {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 -98px;
}
#lang-selec .fr {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 -138px;
}
#lang-selec .de {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 -238px;
}
#lang-selec .pt {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 -198px;
}
#lang-selec .cn {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 -178px;
}
#lang-selec .it {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 -158px;
}

#lang-selec-top {
	position: absolute;
	top: -3px;
	right: 0;
	width: auto;
}
#lang-selec-top ul {
	list-style: none;
	list-style-position: inside;
	list-style-type: none;
}
#lang-selec-top ul li {
	display: inline;
	float: left;
	margin-left: 5px;
}
#lang-selec-top ul li a div {
	width: 16px;
	height: 13px;
}
#lang-selec-top .en {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 2px;
}
#lang-selec-top .es {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 -98px;
}
#lang-selec-top .fr {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 -138px;
}
#lang-selec-top .de {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 -238px;
}
#lang-selec-top .pt {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 -198px;
}
#lang-selec-top .cn {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 -178px;
}
#lang-selec-top .it {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 -158px;
}

h1 {
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #F00;
}
h1 a {
	color: #F00;
	text-decoration: none;
}
h2 {
	margin: 0 0 7px;
	font-size: 16px;
	font-weight: bold;
	color: #004499;
}
h2 a {
	color: #004499;
	text-decoration: none;
}
h3 {
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
h3 a {
	color: #000;
	text-decoration: none;
}
p {
	padding: 0 0 10px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #C00;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.clear-left {
	clear: left;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.alerta {
	display: none;
}

#ultimos {
	text-align: center;
}
#ultimos ul {
	list-style: none;
	list-style-position: inside;
	list-style-type: none;
}
#ultimos ul li {
	display: inline;
	float: left;
	width: 33.33%;
	height: 110px;
	text-align: center;
	overflow: hidden;
}

#ranking {
}
#ranking ul {
	list-style: none;
	list-style-position: inside;
	list-style-type: none;
}
#ranking ul li {
	margin-bottom: 4px;
}
#ranking .rank-img {
	float: right;
}

#mipanel {
	background: transparent url(../images/mipanel-mid.gif) repeat-y top;
	margin: 5px 0;
}
#mipanel #mipanel-header {
	background: url(../images/mipanel-top.gif) no-repeat;
	height: 25px;
}
#mipanel #mipanel-header div.wrap {
	float: left;
	width: 49.90%;
	padding: 5px 0;
}
#mipanel #mipanel-header div.wrap h3 {
	font-size: 12px;
	color: #FFF;
	display: inline;
}
#mipanel #mipanel-bottom {
	background: url(../images/mipanel-bottom.gif) no-repeat;
	height: 1px;
}
#favoritos, #ultimos-jugados {
	float: left;
	width: 49.90%;
}
#favoritos div.wrap {
	padding: 5px 5px 5px 10px;
}
#ultimos-jugados div.wrap {
	padding: 5px 5px 5px 10px;
}
#favoritos ul, #ultimos-jugados ul {
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 11px;
}
#favoritos ul li, #ultimos-jugados ul li {
	background: url(../images/bullet_blue_right.gif) no-repeat scroll 10px 3px;
	padding: 0 0 0 25px;
	margin-left: -16px;
}

.box-der {
	margin: 0 0 5px;
	padding: 5px;
	background: #DDD;
	border: solid 1px #CCC;
}
#col-der h3 {
	font-size: 14px;
	color: #FFF;
	padding: 3px 10px 1px;
	text-align: left;
	height: 19px;
	margin: 0 0 2px;
}
#col-der h3.violeta {
	background: url(../images/box-der-header-violeta.gif) no-repeat left;
}
#col-der h3.celeste {
	background: url(../images/box-der-header-celeste.gif) no-repeat left;
}
#col-der h3.top {
	background: url(../images/box-der-header-celeste.gif) no-repeat right;
}

#juegosxcat {
	overflow: hidden;
}
.categoria {
	margin: 3px 0;
}
.categoria .catjue-box {
	float: right;
	padding: 3px;
	margin-left: 2px;
	background: #DDD;
	border: solid 1px #CCC;
	width: 460px;
	height: 129px;
}
.categoria .catjue-box h3 a {
	font-size: 14px;
	color: #F00;
	margin-left: 15px;
}
.categoria .catjue-box .jue-cat {
	text-align: center;
	margin: 0 .5%;
	float: left;
	width: 23.5%;
	height: 110px;
	overflow: hidden;
}
.categoria .cat-header {
	float: left;
	width: 126px;
	height: 127px;
	padding: 5px;
	text-align: left;
	color: #FFF;
	font-size: 11px;
}
.categoria .cat-header a {
	color: #FFF;
	text-decoration: none;
}
.categoria .cat-header a:hover {
	text-decoration: underline;
}
.categoria .cat-header h3 {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: dotted 1px #FFF;
}
.categoria .cat-header h3 a {
	font-size: 14px;
}
.categoria .cat-header ul {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
.categoria .cat-header ul li {
	border-bottom: dotted 1px #FFF;
	height: 16px;
	overflow: hidden;
}
.categoria .cat-header li.mas {
	margin-top: 5px;
	border: none;
}

#presentacion {
	background: #DDD;
	border: solid 1px #CCC;
	margin: 1px 0;
}
#animacion {
	margin: 0;
	width: 380px;
	height: 297px;
	float: left;
	padding: 5px;
	border-right: solid 1px #FFF;
}
#presentacion h1, #presentacion h2 {
	margin: 0 5px 3px;
	padding: 0;
	font-size: 14px;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
}
#presentacion #destacados {
	float: left;
	padding: 5px;
	width: 206px;
	height: 297px;
}
#presentacion #destacados .jue-destac {
	float: left;
	height: 125px;
	margin: 15px 0 0;
	text-align: center;
	width: 50%;
}
#publicidad-home {
	width: 300px;
	height: 297px;
	float: right;
	padding: 5px;
	border-left: solid 1px #FFF;	
	position: relative;
}
#presenta-bottom {
	background: url(../images/presentacion-bg-bottom.gif) no-repeat bottom;
	height: 15px;
	margin: 1px 0 5px;
}

#publicidad-top {
	text-align: center;
}

#juegos {
	margin: 5px 0;
	overflow: hidden;
}
#juegos .desc-cat {
	background: #DDD;
	border: solid 1px #CCC;
	padding: 5px;
	margin: 3px 0;
	text-align: justify;
}
#juegos ul {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
}
#juegos ul li {
	float: left;
}
#juegos ul li.juego-con-desc {
	width: 33.33%;
}
#juegos ul li.juego-con-desc .juego {
	height: 76px;
	background: url(../images/sombra.gif) repeat-x;
	border: solid 1px #CCC;
	padding: 2px;
	margin: 1px;
}
#juegos ul li.juego-sin-desc {
	width: 16.66%;
}
#juegos ul li.juego-sin-desc .juego {
	background: url(../images/sombra.gif) repeat-x;
	border: 1px solid #CCCCCC;
	height: 110px;
	margin: 1px 0 1px 2px;
	overflow: hidden;
	padding: 3px;
	text-align: center;
}
#juegos ul li.juego-con-desc .jue-img {
	float: left;
}
#juegos ul li.juego-con-desc .texto {
	margin-left: 89px;
	height: 70px;
	overflow: hidden;
	padding-top: 3px;
}
#juegos ul li .lnkJue {
	font-size: 11px;
}
#juegos ul li.juego-con-desc .lnkJue {
	font-weight: bold;
}
#juegos ul li .jue-desc {
	text-align: justify;
	font-size: 11px;
}

.lnkJue:hover, lnkJue a:hover {
	color: #F00;
}
img.imgJue {
	background: #FFF;
	padding: 3px;
}
img.imgJue:hover {
	background: #F00;
}

.main-header {
	margin: 0 0 3px;
	overflow: hidden;
}
.main-header .main-header-left {
	background: url(../images/categoria-bg-1.gif) no-repeat;
	float: left;
	width: 127px;
	height: 38px;
	padding: 11px 5px;
	text-align: center;
}
.main-header .main-header-right {
	background: url(../images/categoria-bg-top.gif) no-repeat;
	height: 19px;
	margin: 3px 0;
	padding: 2px 50px 2px 0;
	text-align: right;
}
.main-header h1, .main-header h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #FFF;
}
.main-header h1 a, .main-header h2 a {
	color: #FFF;
}
.main-header h1 a:hover, .main-header h2 a:hover {
	color: #F00;
}
.main-header #publicidad-banner {
	float: right;
}

#tags.box-der {
	text-align: justify;
}

#linkex {
	margin: 40px 0;
}
#linkex a {
	padding: 0 10px;
}

#loginBox #login-cuerpo form {
	margin: 0px;
	padding: 0px;
}
#loginBox #login-cuerpo p {
	margin: 5px;
	padding: 0px;
}
#loginBox hr {
	background: #FFF none repeat scroll 0 0;
	border: 0 none;
	height: 1px;
	margin: 5px;
}

.perfil {
	position: relative;
	padding: 10px 10px 5px;
	margin-bottom: 5px;
	border: solid 1px #CCC;
}
.perfil-izq {
	float: left;
	width: 80px;
	padding-right: 10px;
	margin-right: 10px;
	text-align: center;
	border-right: solid 1px #CCC;
	font-size: 20px;
}
.perfil-izq img {
	padding: 3px;
	background: #DDD;
	border: solid 1px #999;
}
.perfil-der {
	float: right;
	width: 178px;
}
.perfil-cuenta {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCC;
}
.perfil-medallas {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: solid 1px #CCC;
}
.perfil-links {
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 0;
}

