/*  
 stylesheet
*/

body {
	background: #68b6e7 url(default/fnd.jpg) repeat-x;
}


div.htmlcontent {
	padding-bottom: 40px;
}
div.bloqueHtml h1 {
	color: #003366;
	font: normal 3em Times New Roman;
	margin: 10px 0 20px 0;
	text-align: center;
	text-transform: uppercase;
}

div.bloqueHtml h2 {
	color:#529FF5;
	font-size:1.7em;
	font-weight:bold;
	margin:10px;
	text-align:center;
}

div.bloqueHtml h3 {
	clear: both;
	color: #003366;
	font: bold 1.8em Times New Roman;
	font-style: italic;
	margin: 0px 0 0 0;
	text-align: center;
	padding-top: 20px;
}

div.bloqueHtml p {
	margin: 0;
}
div.bloqueHtml ul {
	list-style-type: none;
	margin: 0;
	margin-left: 8px;
}
div.bloqueHtml li {
	float: left;
	list-style-type: none !important;
}

div.bloqueHtml li p {
	color: #003366;
	font: bold 1.6em Times New Roman;
	font-style: italic;
	/* height: 177px; */
	text-align: center;
}

div.bloqueHtml li a {
	color: #003366;
	display: block;
}
div.bloqueHtml li img {
}

div.bloqueHtml li p + p {
	/* height: 50px; */
	line-height: 20px;
	margin-bottom: 20px;
	/* background: url(juegos/bg-texto-juegos.png) no-repeat; */
}

div.bloqueHtml li.pilla p + p {
	/* background: url(juegos/bg-texto-juegos.png) no-repeat 0 0; */
}
div.bloqueHtml li.ruleta p {

}
div.bloqueHtml li.ruleta p + p {
	/* background: url(juegos/bg-texto-juegos.png) no-repeat -252px 0; */
}
div.bloqueHtml li.mahjong p + p {
	/* background: url(juegos/bg-texto-juegos.png) no-repeat -478px 0; */
}


/* --------------------- */
/* Juegos Promocion */
/* --------------------- */

form.form-login {
	margin: 0px 185px;
}
form.form-login p {
	color: #495379;
	font-size: 1.2em;
}
form.form-login h2 {
	color:#529FF5;
	font-size:1.7em;
	font-weight:bold;
	margin: 10px;
	text-align: center;
}
.bloque_acceso {
	margin: 10px 0;
	width: 412px;
}
.bloque_acceso p {
	background:none repeat scroll 0 0 #CDDBE6;
	clear:both;
	margin:0 0 5px;
	padding:5px;
}
.bloque_acceso p label {
	float:left;
	font-weight:bold;
	padding-right:5px;
	width:120px;
}
.bloque_acceso p input {
	border:1px solid #BBBBBB;
	font:1.1em Arial;
	padding:1px;
}
.bloque_acceso p input[type="text"], .bloque_acceso p input[type="password"] {
	border:1px solid #BBBBBB;
	font:1.1em Arial;
	padding:1px;
	width: 265px;
}
.bloque_acceso input[type="submit"] {
	background:url("form/bg-btnsubmit.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	font:bold 0.9em Arial;
	padding:3px 0 4px;
	text-align:center;
	width:130px;
}


div.other-actions {
	clear: both;
}
div.other-actions ul {
	list-style-type: disc;
	float: none;
	margin-left: 20px;
}
div.other-actions ul li {
	background: url(catalog/arrow-selected.png) no-repeat left center;
	padding-left: 20px;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	float: none;
}
div.other-actions ul a {
}


/* --------------------- */
/* Formulario de registro */
/* --------------------- */
div.juegos-register {
	margin: 0 100px;
}
div.juegos-register h1{
	color:#003366;
	font:3em Times New Roman;
	margin:10px 0 20px 0;
	text-align:center;
	text-transform:uppercase;
}
div.juegos-register h2 {
	color:#529FF5;
	font-size:1.7em;
	font-weight:bold;
	margin:10px;
	text-align:center;
}
div.juegos-register p {
	color:#495379;
	font-size:1.2em;
	margin-left: 0;
	margin-right: 0;
}


form.form-register {
	
}
form.form-register ul{
	list-style-type: none !important;
	margin: 0 !important;
}
form.form-register li {
	margin-bottom: 5px 0 5px 0 !important;
	list-style-type: none !important;
	padding: 5px;
	float: none;
	clear: both;
	background: #cddbe6;
}
form.form-register li.withoutbg {
	background: none;
}
form.form-register li.unique {
	padding-left: 190px;
}
form.form-register li.buttons {
	padding-left: 190px;
}


form.form-register li span {
	margin: 0px 0px 0px 5px;
}
form.form-register li.unique span{
	
}

form.form-register label {
	float:left;
	font-weight:bold;
	padding-right:5px;
	text-align:right;
	width:180px;
}
form.form-register label.error {
	color:#FF0000;
	display:block;
	float:none;
	margin-left:185px;
	margin-top:5px;
	text-align:left;
	width:auto;
}
form.form-register li.unique label.error{
	margin-left: 0px;
}

form.form-register span.error-user {
	color:#FF0000;
	display:block;
	float:none;
	margin-left:185px;
	margin-top:5px;
	text-align:left;
	width:auto;	
}

form.form-register span.checkbox label {
	float: none;
	width: auto;
}
form.form-register span.checkbox input {
	margin-right: 5px;
	vertical-align: middle;
}

form.form-register label.checkbox {
	float: none;
	width: auto;
}
form.form-register label.checkbox input {
	margin-right: 5px;
	vertical-align: middle;
}

form.form-register input {
	border: 1px solid #bbbbbb;
	font: normal 1.1em Arial;
	padding: 1px;
}
form.form-register input[type="submit"] {
	width: 130px;
	font: bold 1em Arial;
	padding: 3px 0px 4px 0px;
	cursor: pointer;
	border: none;
	background: url(form/bg-btnsubmit.png) no-repeat;
	text-align: center;
}
form.form-register textarea {
	border: 1px solid #bbbbbb;
	font: normal 1.1em Arial;
	padding: 2px 1px;
}


/* Required fields info */
div.requiredtext {
	float: right;
	margin-right: 8px;
	position: relative;
}
div.requiredtext span {
	margin: 0;
}




/* -------------------------------------------- */
/* RANKING */
/* -------------------------------------------- */
div.ranking {
	
}
div.ranking h2{
	color:#529FF5;
	font-size:1.7em;
	font-weight:bold;
	margin: 0px 10px 25px 10px;
	text-align:center;
}
div.ranking h3{
	color:#495379;
	font-size:1.6em;
	font-weight:bold;
	margin: 0px 10px 15px 10px;
	text-align:center;
}
div.ranking table{
	width:500px;
}
div.ranking thead{
	background-color: #CDDBE6;
}
div.ranking th{
	font-size:1.1em;
	padding:10px 5px;
}
div.ranking td{
	border-bottom:1px solid #CDDBE6;
	font-size:1.2em;
	padding:5px;
}
div.ranking tr{
}

div.ranking tr.topfive{
}
div.ranking tr.topfive td{
	color: #880000;
	font-weight: bold;
}


/* External Game Window */
div.game-info {
	background:#fff url("section/content-bg.jpg") no-repeat scroll left bottom;
	border-bottom:1px solid #A79869;
	border-left:1px solid #A79869;
	border-right:1px solid #A79869;
	min-height:335px;
	overflow:hidden;
	padding: 0 40px 50px 40px;
	width: 600px;
	margin: 20px auto;
}
div.game-info h2 {
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#529FF5;
	font-size:1.1em;
	font-weight:bold;
	margin:10px 10px 20px 10px;
	text-align:center;
}
div.game-info p {
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#495379;
	font-size:0.9em;
	text-align:justify;
	margin: 10px;
}



/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -410px;
    width: 800px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#ex2 h2 {
	font-size: 1.4em;
	font-weight: bold;
}
#ex2 p {
	font-size: 1.1em;
	margin: 5px 5px 10px 5px;
}
div.privacy-content {
	height:400px;
	overflow:auto;
}
div.privacy-header {
	background: #ccc;
	padding: 5px;
}
div.privacy-header a{
	font-weight: bold;
}
