body {
	padding: 0px;
	margin: 0px;
	font-family: "Nimbus Sans L", "FreeSans", arial;
	font-size: 14px;
	text-align: center;
	background-color: #000000;
	color: #33CCFF;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #3F719E;
}
p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: justify;
	font-size: 14px;
	line-height: 22px;
	color: #33CCFF;
}
h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	color: #347dbb;

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


/* layout components */
.cBlock {
	width: 855px;
	text-align: left;
	margin: 0px auto;
}
#mainWrapper {
	background: url("images/headerBg.gif") top center repeat-x white;
}
#headerWrapper {
}
#header {
	height: 122px;
}
#logo {
	background: url("images/logo.gif") top left no-repeat;
	width: 400px;
	height: 72px;
	position: absolute;
	left: 40%;
	margin-left: -426px;
}
#logo a {
	width: 400px;
	height: 72px;
	display: block;
}
#logo h1 {
	display: none;
}
#menuWrapper { 
	position: absolute;
	top: 81px;
	left: 50%;
	width: 680px;
	margin-left: -268px;
}
#menu {
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	display: block;
	float: right;
	list-style: none;
	padding: 0px 0px 0px 2px;
	margin: 0px;
	width: 90px;
	height: 21px;
}
#menu ul li a {
	display: block;
	float: right;
	padding: 0px;
	margin: 0px;
	background: url("images/menuTab.gif") top left no-repeat;
	color: #33CCFF;
	width: 90px;
	height: 21px;
	text-align: center;
	font-size: 12px;
}
#menu ul li a:hover {
	background: url("images/menuTabHover.gif") top left no-repeat;
	color: yellow;
}
#menu ul li a span { 
	display: block;
	float: right;
	width: 90px;
	padding-top: 4px;
}
#menu ul li a span span {
	padding: 0px;
	cursor: pointer;
}

#menu ul li a span span.hl { color: yellow; font-weight: bold; }
#menu ul li a:hover span span.hl { color: yellow; }

#bodyWrapper1 { 
	padding: 3px;
}
#bodyWrapper2 { 
	background: url("images/bodyBg.gif") top left no-repeat white;
}
#bodyWrapper3 { 
	padding: 20px 29px;
}
#bodyWrapper4 { 
	min-height: 350px;
}
* html #bodyWrapper4 { 
	height: 350px;
}

#copyright {float:right; padding:4px 15px;}
#copyright a {color: #33CCFF; text-decoration: none;}
#copyright a:hover {color: yellow;}

#designBy {float: left; padding: 4px 15px;}
#designBy a {color: #33CCFF; text-decoration: none;}
#designBy a:hover {color: white;}

.clear, br {
	clear: both;
}

#statsBar {
	height: 1px;
}
#statsBar ul {
	margin: 0px;
	padding: 0px;
}
#statsBar li {
	margin: 0px;
	padding: 6px 15px 0px;
	list-style: none;
	display: block;
	float: right;
	font-size: 13px;
	color: #33CCFF;
}

.homeBox {
	float: left;
}

.homeBox.right {
	width: 443px;
	height: 172px;
	background: url("images/homeBoxBlue.gif") top left no-repeat #D7E5F1;
}
.homeBox.right p {
	padding: 15px 10px 0px 10px;
	font-size: 14px;
	line-height: 22px;
	color: #33CCFF;
}
.homeBox.left {
	width: 200px;
	height: 172px;
	margin-right: 12px;
}
.homeBox.left h2 {
	display: block;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 29px;
	color: #347dbb;
}
.homeBox.left div {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 142px;
	background: url("images/homeBoxGreen.gif") top left no-repeat #E2F4DB;
}
.homeBox.left ul {
	margin: 0px;
	padding: 10px 0px 0px;
}
.homeBox.left li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	font-size: 14px;
	line-height: 23px;
	color: #33CCFF;
}

#registerButton {
	clear: left;
	text-align: center;
	padding: 10px 0px;
}

#registerButton a {
	display: block;
	width: 656px;
	height: 38px;
	background: url("images/homeButtonHover.gif") top left no-repeat;
}
#registerButton a:hover {
	background: url("images/homeButton.gif") top left no-repeat;
}
#registerButton a span {
	display: none;
}

#permalinkBox {
	background-color: #D7E5F1;
	padding: 0px;
	margin-bottom: 10px;
}
#permalinkBox h3 {
	display: block;
	background-color: #33CCFF;
	color: white;
	margin: 0px;
	padding: 2px 5px;
	font-size: 11px;
	line-height: 13px;
}
* html #permalinkBox h3 {
	height: 13px;
}
#permalinkBox ul {
	margin: 0px;
	padding: 2px;
	line-height: 1px;
	list-style: none;
}
#permalinkBox ul li{
	list-style: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 33%;
	line-height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #33CCFF;
}
#permalinkBox ul li a{
	display: block;
	font-size: 11px;
	line-height: 15px;
	padding: 5px 0px 5px;
	color: #347DBB;
	text-align: center;
}
#permalinkBox ul li a:hover {
	background-color: #E3F2FF;
}
#permalinkBox .clear {
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

#contest {
	width: 320px;
	height: 53px;
	background: url("images/100contest.gif") top left no-repeat;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: 20px;
}
#contest a {
	display: block;
	width: 320px;
	height: 53px;
}
	

#footerLinks {
	float: left;
	padding: 10px 17px 0px;
}
#footerLinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footerLinks ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	padding: 0px 13px 0px 0px;
}


ul {
	margin: 0px;
	padding: 0px 0px 15px 20px;
}

#ptpFrame {
	text-align: center;
}
#ptpFrame iframe{
	width: 99%;
	border: none;
	height: 600px;
	margin: 0px auto;
}
#ptpFrame h2 {
	color: #EEEE00;
	margin: 10px;
	padding: 5px;
	background-color: black;
	text-align: center;
}

#ptpFrame div {
	background-color: #33CCFF;
	color: white;
	font-size: 11px;
	text-align: center;
	padding: 2px;
}
#ptpFrame a {
	color: #ffffff;
	text-decoration: none;
}
#ptpFrame a:hover {
	color: yellow;
}

#footer {
	background: url("images/footerBg.gif") top left repeat-x #000000;
	height: 60px;
padding-top:3px;
}
#footer div.cont {
width:100%;
}
#footer div.cont a {
background-color:#33CCFF;
color:#000099;
display:block;
float:left;
font-size:14px;
height:26px;
line-height:25px;
margin:0px 7px;
overflow:hidden;
text-align:center;
width:175px;
}
#footer div.cont a:hover {
background-color:#33CCFF;
color:yellow;
}
#footer div.cont a marquee {
width:175px;
}
.footAdsTitles div {
color:white;
float:left;
font-family:arial;
text-align:center;
width:315px;
}

.bannerCont {color:#000000; text-align: center; margin:7px 7px;}

.homeCont{
align:center;
width:797px;
}

.homeOv {
float:left;
margin:8px;
min-height:300px;
width:378px;
}
.homeDiv {
background-color:#000000;
float:left;
height:300px;
width:1px;
}
.homeOv img {
float:right;
padding-right:10px;
}
#tablajackpotnum {
border:1px solid #333333;
}
#tdjackverde {
background:#009933 none repeat scroll 0%;
border:1px solid #000000;
color:#000000;
font-weight:bold;
padding:4px;
}
#tdjackverde:hover {
background:#FFFFFF none repeat scroll 0%;
}
#tdjackgris {
background:#999999 none repeat scroll 0%;
border:1px solid #000000;
color:#666666;
font-weight:bold;
padding:4px;
}
#tdjackamaril {
background:#FFD305 none repeat scroll 0%;
border:1px solid #000000;
color:#000000;
font-weight:bold;
padding:4px;
}
#saldojackpot {
font-size:12px;
background:yellow none repeat scroll 0%;
border:1px solid #000000;
color:#000000;
margin:3px;
text-align:center;
width:349px;
}
#saldojackpotrojo {
background:#FF0000 none repeat scroll 0%;
border:1px solid #000000;
color:#FFFFFF;
margin:3px;
text-align:center;
width:349px;
}
#cuadrojack {
border:1px solid #000000;
float:left;
height:50px;
margin:3px;
padding:10px;
width:91px;
}
#cuadrojack3 {
border:1px solid #000000;
float:left;
height:62px;
margin:3px;
padding:4px;
width:91px;
font-size:10px;
}
#cuadritojacs {
float:center;
margin:3px;
padding:4px;
}
#otrojack {
background:#000000 none repeat scroll 0%;
border:1px solid #323232;
color:#FFD305;
float:center;
font-weight:bold;
margin-right:3px;
padding:3px;
text-align:center;
width:95%;
}
#otrojackabajo {
height:51px;
border:1px solid #323232;
font-weight:bold;
padding:3px;
text-align:center;
width:95%;
}
#otrojackabajo2 {
border:1px solid #323232;
padding:3px;
text-align:center;
width:95%;
}
#otrojackabajo a {
background:#FFD305 none repeat scroll 0%;
border:1px solid #323232;
color:#000000;
font-weight:bold;
display:inline;
margin:5px;
padding:5px;
text-align:center;
width:95%;
}
#otrojackabajo a:hover {
background:#000000 none repeat scroll 0%;
border:1px solid #FFD305;
color:#FFFFFF;
}
#tablamegajack {
background:#323232 none repeat scroll 0%;
border:1px solid #FF9900;
margin:0pt auto;
width:430px;
}
.Estilo3 {
font-size:24px;
}
.Estilo5 {
font-size:36px;
}
.Estilo34 {
font-size:16px;
}
.Estilo341 {
font-size:10px;
}
.contentBox2 {
border:1px solid #00ff00;
margin-bottom:5px;
text-align:left;
}
.contentBox2 h2 {
font-size:15px;
margin:2px 0px 0px;
padding:3px 0px 0px 5px;
}
.contentBox2 .content {
border-top:1px solid #00ff00;
padding:5px;
}

#botonmenu {
background:#000000 none repeat scroll 0%;
border:1px solid #33CCFF;
color:#A47C77;
display:block;
height:48px;
margin-left:auto;
margin-right:auto;
text-align:center;
vertical-align:middle;
width:295px;
}
#botonmenu:hover {
background:#e8e8e8 none repeat scroll 0%;
border:1px solid #33CCFF;
color:black;
}

#cuadrojack2 {
border:0px solid #FF9900;
float:left;
height:60px;
margin:3px;
padding:10px;
width:335px;
}