@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #99c50e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#bgtop {
	background: url(../images/bg-top.jpg) no-repeat top center;
	padding-top: 692px;
}
#bgmid {
	background: url(../images/bg-mid.jpg) repeat-y center;
}
#bgbtm {
	background: url(../images/bg-bottom.jpg) no-repeat bottom center;
	padding-bottom: 37px;
}
#toolbar {
	background: url(../images/toolbar-bg.gif) repeat-x;
}
#pagina {
	width: 920px;
}
#top {
	background: url(../images/top.jpg) no-repeat top;
	position: relative;
	height: 234px;
	margin-top: -688px;
}
#top-categorias {
	padding: 5px 20px;
	margin: 1px 0;
	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 {
	margin-bottom: 10px;
}
#busqueda form {
	padding: 0;
	width: auto;
	font-weight: bold;
}
#busqueda #buscarTexto {
	background: #222;
	border-top: solid 1px #111;
	border-left: solid 1px #111;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	color: #666;
	padding: 2px 5px;
	width: 189px;
}
#buscar {
	background: #0F0F0F;
	border: 1px solid #2F2F2F;
	color: #666666;
	cursor: pointer;
	font-size: 13px;
	padding: 1px 5px;
}

#navbar {
	font-size: 18px;
	left: 713px;
	position: absolute;
	top: 2px;
}
#navbar ul {
	list-style: none;
	list-style-position: inside;
	list-style-type: none;
	line-height: 2.15;
}
#navbar ul li h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#navbar ul li a {
	color: #99c50e;
}
#navbar ul li a:hover {
	color: #FFF;
}

#col-izq-bg {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#col-izq {
	float: left;
	width: 0;
}
#contenido {
	float: left;
	text-align: left;
	overflow: hidden;
	width: 570px;
	margin: 15px;
}

#col-der-bg {
	background: url(../images/bg-contenido.jpg) repeat;
	margin: 0;
	padding: 0;
	width: 100%;
}

#col-der {
	float: right;
	width: 303px;
	margin: 15px 15px 15px 0;
}
#bottom {
	padding: 10px 0 0;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #000000;
}
#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 35px;
}
#bottom #links ul li a:hover {
}

#oxus-logo {
	text-align: center;
	background: #000;
	padding: 10px;
}
#oxus-logo a {
	background: url(../images/oxusmedia.jpg) no-repeat;
	display: block;
	width: 160px;
	height: 26px;
	color: #555;
	text-decoration: none;
	text-align: right;
}

#lang-selec {
	margin: 20px;
}
#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 .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: #777;
	text-decoration: none;
}
a:hover, a:active {
	color: #99c50e;
}

.clear {
	clear: both;
	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: 125px;
	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-bg.jpg) repeat-y;
}
#mipanel #mipanel-header {
	background: url(../images/mipanel-header.jpg) no-repeat;
	height: 33px;
	padding: 8px 0;
	margin: 0;
}
#mipanel #mipanel-header div.wrap {
	float: left;
	width: 49.90%;
	padding: 5px 0;
}
#mipanel #mipanel-header div.wrap h3 {
	font-size: 12px;
	display: inline;
	background: none;
}
#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: 0 7px 5px 12px;
}
#ultimos-jugados div.wrap {
	padding: 0 7px 5px 12px;
}
#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 21px;
	margin-left: -13px;
}

.box-der {
	padding: 0 7px 5px 12px;
	background: url(../images/box-der-bg.jpg) repeat-y;
}
#col-der h3 {
	background: url(../images/box-der-header.jpg) no-repeat;
	height: 31px;
	padding: 9px 36px;
	font-size: 18px;
	margin: 0;
	color: #99c50e;
}

#juegosxcat {
	overflow: hidden;
}
.categoria {
}

#publi-lateral {
	text-align: center;
	margin: 10px 0;
}

#juegos {
	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: 50%;
}
#juegos ul li.juego-con-desc .juego {
	height: 76px;
	padding: 2px;
	margin: 5px;
}
#juegos ul li.juego-sin-desc {
	width: 16.66%;
}
#juegos ul li.juego-sin-desc .juego {
	height: 138px;
	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: 102px;
	height: 98px;
	overflow: hidden;
}
#juegos ul li .texto a {
	color: #99c50e;
}
#juegos ul li .texto a:hover {
	color: #FFF;
}
#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: #99c50e;
}
img.imgJue {
	background: #000;
	padding: 3px;
}
img.imgJue:hover {
	background: #99c50e;
}

.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: 20px 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: 5px;
	margin-bottom: 5px;
	border: solid 1px #CCC;
}
#perfil img {
	float: left;
	margin-right: 10px;
	padding: 3px;
	background: #DDD;
	border: solid 1px #999;
}
#perfil-cuenta {
	font-size: 18px;
	font-weight: bold;
}
#perfil-links {
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 0;
}

.box-header {
	background: url(../images/box-header.jpg) no-repeat;
	height: 31px;
	padding: 9px 36px;
	font-size: 18px;
	margin: 0;
}
.box-header a {
	color: #99c50e;
}
.box-header a:hover {
	color: #FFF;
}
.box {
	background: url(../images/box-bg.jpg) repeat-y;
	border-bottom: 1px solid #222222;
	padding: 0 6px 5px 10px;
	margin-bottom: 10px;
}
.categoria .jue-cat {
	text-align: center;
	margin: 0 .5%;
	float: left;
	width: 23.5%;
}

.paginador {
	margin: 20px 5px 3px;
}
.paginador .cantPaginas {
	float: left;
	width: auto;
	padding: 6px 0 0;
}
.paginador .selector-paginas {
	float: right;
	width: auto;
}
.paginador .box {
	background: none;
	border: solid 1px #333;
	padding: 2px 6px;
}
.paginador .ant, .paginador .sig {
	background: #333;
	border: none;
	padding: 2px 6px;
}
.paginador .pagina {
	background: #666;
	color: #000;
	border: none;
	padding: 2px 6px;
}


/* google search  */

.gsc-control-cse {
	font-family: Arial, sans-serif;
	border-color: #181818;
	background-color: #181818;
}
input.gsc-input {
	border-color: #222222;
}
input.gsc-search-button {
	border-color: #222222;
	background-color: #333333;
}
.gsc-tabHeader.gsc-tabhInactive {
	border-color: #777777;
	background-color: #777777;
}
.gsc-tabHeader.gsc-tabhActive {
	border-color: #333333;
	background-color: #333333;
}
.gsc-tabsArea {
	border-color: #333333;
}
.gsc-webResult.gsc-result {
	border-color: #181818;
	background-color: #181818;
}
.gsc-webResult.gsc-result:hover {
	border-color: #181818;
	background-color: #181818;
}
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b {
	color: #99C50E;
}
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b {
	color: #99C50E;
}
.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b {
	color: #99C50E;
}
.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b {
	color: #99C50E;
}
.gsc-cursor-page {
	color: #99C50E;
}
a.gsc-trailing-more-results:link {
	color: #99C50E;
}
.gs-webResult.gs-result .gs-snippet {
	color: #999999;
}
.gs-webResult.gs-result .gs-visibleUrl {
	color: #666666;
}
.gs-webResult.gs-result .gs-visibleUrl-short {
	color: #666666;
}
.gsc-cursor-box {
	border-color: #181818;
}
.gsc-results .gsc-cursor-page {
	border-color: #777777;
	background-color: #181818;
}
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
	border-color: #333333;
	background-color: #333333;
}
.gs-promotion.gs-result {
	border-color: #181818;
	background-color: #181818;
}
.gs-promotion.gs-result a.gs-title:link {
	color: #99C50E;
}
.gs-promotion.gs-result a.gs-title:visited {
	color: #99C50E;
}
.gs-promotion.gs-result a.gs-title:hover {
	color: #99C50E;
}
.gs-promotion.gs-result a.gs-title:active {
	color: #99C50E;
}
.gs-promotion.gs-result .gs-snippet {
	color: #999999;
}
.gs-promotion.gs-result .gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl-short {
	color: #666666;
}
