@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%;
}
#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;
}



#publicidad-banner {
	text-align: center;
	margin-bottom: 5px;
}
#marco {
	background: url(../images/box-juego-bg.jpg) repeat-y;
	border-bottom: 1px solid #222222;
	padding: 5px 6px 10px 10px;
}
#zoom {
	float: right;
	width: auto;
	display: none;
	margin: 12px;
}
#juego {
}
.datosJuego {
	padding: 10px;
	background: #1F1F1F;
	border-top: 1px solid #0f0f0f;
	border-left: 1px solid #0f0f0f;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	margin-bottom: 10px;
}
#texto {
	border-left: 1px solid #333;
	float: right;
	padding-left: 10px;
	width: 457px;
}
#imagenJuego {
	float: left;
	padding-right: 10px;
	text-align: center;
	width: 126px;
}
#imagenJuego img {
	padding: 3px;
	background: #000;
}
#imagenJuego p {
	margin-top: 10px;
}
#addFav {
	background: #0f0f0f;
	padding: 3px 6px;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	text-decoration: none;
	margin-top: 10px;
}
h4 {
	color: #99c50e;
	font-size: 14px;
}

#juegos ul li.juego-sin-desc {
	width: 50%;
}
#juegos ul li.juego-sin-desc .juego {
	height:	122px;
}

#datosJuego {
	float: left;
	width: 605px;
}

#comentarios {
	float: left;
	width: 605px;
	padding: 20px 12px 0;
}

.comentarios {
	margin: 15px 0 0;
}
.comentarios .comentario {
	background: #1f1f1f;
	margin: 0 0 20px;
	padding: 15px 20px;
	border: solid 1px #333;
	-moz-border-radius: 7px 7px 7px 7px;
}
.comentarios .comentario-user {
	float: left;
	width: auto;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #99C50E;
}
.comentarios .comentario-fecha {
	float: left;
	width: auto;
	margin-right: 10px;
	font-size: 12px;
	color: #666;
}
.comentarios .comentario-texto {
	clear: both;
	padding-top: 10px;
	color: #999;
}

.comentar-form #comentar-texto {
	width: 579px;
	height: 50px;
	padding: 12px;
	-moz-border-radius: 7px 7px 7px 7px;
}
.comentar-form #comentar-error {
	float: right;
	font-size: 11px;
}



form.cmxform fieldset {
	margin-bottom: 10px;
	padding: 10px;
}

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform label { width: 60px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 63px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 63px;
	width: 400px;
}

form.cmxform input.submit {
	margin-left: 63px;
}


form.cmxform {
	width: 100%;
	font-size: 1em;
	margin: 5px 0;
	padding: 0;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
}

form.cmxform fieldset {
	border: none;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	border-bottom: dotted 1px #999;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #99C50E;
	font-style: italic
}
div.error { 
	display: none; 
}
form.cmxform input, form.cmxform textarea, form.cmxform select {
	background: #2f2f2f;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-bottom: solid 1px #444;
	border-right: solid 1px #444;
	padding: 2px 5px;
	color: #999;
	-moz-border-radius: 7px;
}
form.cmxform input:focus, form.cmxform textarea:focus, form.cmxform select:focus {
	background: #3f3f3f;
}
form.cmxform input:hover, form.cmxform textarea:hover, form.cmxform select:hover {
	background: #3f3f3f;
}
form.cmxform input.error { 
	border: 1px solid #99C50E; 
}
form.cmxform .gray * { 
	color: gray; 
}
form.cmxform .boton {
	background: #2f2f2f;
	border-color: #444 #000000 #000000 #444;
	border-style: solid;
	border-width: 1px;
	color: #99C50E;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 15px 3px;
	text-align: center;
	margin-top: 5px;
}
form.cmxform .boton:hover, form.cmxform .boton:active, form.cmxform .boton:focus {
	background: #444 none repeat scroll 0 0;
}

.medio {
	width: 300px;
}




/* jQuery Bookmark styles v1.1.1 */
.bookmark_popup_text {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}
.bookmark_popup {
	display: none;
	position: absolute;
	z-index: 100;
}
.bookmark_popup ul {
	float: left;
	width: 220px;
	border: 1px solid #aaa;
}
.bookmark_list {
	text-align: center;
	list-style-type: none;
	font-size: 80%;
	margin: 5px 0 0;
	padding: 0px;
}
.bookmark_list {
	font-size: 100%;
}
html:first-child .bookmark_list {  /* Opera */
	font-size: 80%;
}
.bookmark_list li {
	padding: 6px 5px 1px;
	width: auto;
	display: inline;
	margin-left: 3px;
	background: #0f0f0f;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}
.bookmark_compact {
	background-color: #eee;
	border: 1px outset;
}
.bookmark_compact li {
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 2px;
	background-color: transparent;
	border: none;
}
.bookmark_list a {
	width: 100%;
	text-decoration: none;
}
.bookmark_list a:hover {
}
.bookmark_list span {
	display: inline-block;
	height:	17px;
	vertical-align: bottom;
	width: 16px;
}
.bookmark_list img {
	border: none;
}



#tpcont{
	margin: 0 auto;
	background: #fff;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}

#tpcont .tpslide{
	position: relative;
}

#tpcont .buttons{
	padding: 5px 10px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	background-color: #000000;
	-moz-border-radius: 5px;
}

#tpcont .buttons span{
	color: #ffffff;
	padding: 0 5px;
	cursor: pointer;
	
}

#tpcont .buttons span.active,
#tpcont .buttons span:hover{
	color: #191919;
	background: #ffffff;
}

#tpcont #tpslides{
	position: absolute;
}

#tpcont #tpslides div{
	float: left;
}

#tpcont #tpslides .buttons{
	text-align: left;
}

#tpcont .tpslide .buttons{
	text-align: center;
	clear: both;
}

#tpcont .tpslide .mask{
	position: relative;
	overflow: hidden;
}

