@charset "utf-8";
body{
	background:#000 url(../images/00-topBg.jpg) top no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	padding:0;
	margin:0;
}
img{
	border:none;
}
a{
	color:#FF0;
	text-decoration:none;
}
a:hover{
	color:#FF0;
	text-decoration:underline;
}
/*.topDiv{
	background:url(../images/05-mainMenuBg.jpg) top repeat-x;
}*/
.mainContainer, .header, .footer, .indexBoxes, .internalContent{
	width:960px;
	/*
	display:inline-block;
	overflow:hidden;
	*/
	clear:both;
}
.indexSubMenu{ width:800px;}
.mainContainer{
	background:url(../images/00-bottomBg.jpg) bottom no-repeat;
}
.header{
	height:204px;
}
.headerMenu{
	height:40px;
	color:#FFF;
}
	.headerMenu div{
		float:left;
	}
	.headerMenu form{
		margin:0 0 0 10px;
	}
	.headerMenu a{
		color:#a09f9e;
		text-transform:uppercase;
		text-decoration:none;
		font-weight:bold;
		float:left;
		font-size:10px;
		margin:13px 5px 0 5px;
	}
	.headerMenu a:hover{
		text-decoration:underline;
	}
	.login-inputs input{
		width:124px;
		height:24px;
		border:#383838 solid 1px;
		background:#0e0e0e;
		color:#a09f9e;
		font-weight:bold;
		margin:4px 0 0 0;
		border-radius: 5px;  
		-ms-border-radius: 5px;
		-moz-border-radius: 5px;  
		-webkit-border-radius: 5px;  
		-khtml-border-radius: 5px;
	}
		.user{
			float:left;
			color:#FFF;
			font-weight:bold;
			margin:0 10px 0 0;
		}
		.password{
			float:left;
			color:#FFF;
			font-weight:bold;
		}
		.radio{
			margin:4px 5px 0 5px;
			text-align:left;
		}
			.radio input{
				margin:0;
			}
		.submit{
			background:#a31212;
			color:#FFF;
			font-weight:bold;
			font-size:11px;
			width:90px;
			height:24px;
			margin:6px 0 0 0;
			border:none;
			border-radius: 5px;  
			-ms-border-radius: 5px;
			-moz-border-radius: 5px;  
			-webkit-border-radius: 5px;  
			-khtml-border-radius: 5px;
		}
	.logo{
		width:460px;
		height:115px;
		float:left;
		padding:0;
		margin:0;
		padding:10px 0 0 0;
	}
	.headerContent{
		width:500px;
		height:100px;
		float:left;
		padding:25px 0 0 0;
		margin:0;
	}
		.support{
			height:19px;
			width:468px;
			padding:5px 20px 5px 0;
			margin:18px 0 0 0;
			color:#323232;
			background:#e0e0e0;
			font-weight:bold;
			font-size:15px;
			border-radius: 5px 5px 0 0;  
			-ms-border-radius: 5px 5px 0 0;
			-moz-border-radius: 5px 5px 0 0;  
			-webkit-border-radius: 5px 5px 0 0;  
			-khtml-border-radius: 5px 5px 0 0;
		}
			.support a{
				color:#7d0d0b;
				text-decoration:none;
			}
			.support a:hover{
				text-decoration:underline;
			}
.indexSubMenu{
	clear:both;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	margin:20px 0 20px 0;
}
	.indexSubMenu a{
		color:#FFF;
		text-decoration:none;
	}
	.indexSubMenu a:hover{
		color:#ff232c;
		text-decoration:underline;
	}
.indexBoxes{
	background:#646464;
	border-radius: 0 0 15px 15px;  
	-ms-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;  
	-webkit-border-radius: 0 0 15px 15px;  
	-khtml-border-radius: 0 0 15px 15px;
	line-height:16px;
}
.indexBoxes h2{
	font-size:14px;
	margin:0 0 10px 0;
}
.box{
	float:left;
	width:280px;
	border:#b7b7b7 solid 1px;
	text-align:justify;
	background:#7d7d7d;
	padding:10px;
	margin:8px;
}
.h2Special{
	text-align:center;
	margin:20px 0 25px 0 !important;
}
	.indexBoxContent{
		background:#e1e1e1;
		padding:10px;
		color:#3e3e3e;
		text-align: center;
	}
.casino{
	float:left;
	width:280px;
	border:#b7b7b7 solid 1px;
	text-align:justify;
	background:#181818;
	padding:10px;
	margin:8px;
}
	.casinoBgDecoration{
		width:280px;
		height:110px;
		background:#0b0b0b;
		border:#2b2b2b solid 1px;
		margin:50px 0 0 0;
		padding:0;
	}
	.casino iframe{
		position:relative;
		z-index:1010;
		top:-130px;
		left:35px;
		width:209px;
		height:139px;
		padding:0;
		margin:0 0 -125px 0;
		display:inline-block;
		overflow:hidden;
		border:#c1c1c1 solid 3px;
	}
	.casino h2{
		color:#ebe9d4;
	}

.internalContent{
	background:#646464;
	border-radius: 0 0 15px 15px;  
	-ms-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;  
	-webkit-border-radius: 0 0 15px 15px;  
	-khtml-border-radius: 0 0 15px 15px;
	line-height:16px;
}
	.internalBox{
		border:#b7b7b7 solid 1px;
		text-align:justify;
		background:#7d7d7d;
		padding:10px;
		margin:8px;
		display:inline-block;
		width:920px;
		min-height:190px;
	}
	.sectionMenu{
		clear:both;
		font-size:14px;
		color:#FFF;
		font-weight:bold;
		margin:10px 0 7px 0;
	}
		.sectionMenu a{
			color:#FFF;
			text-decoration:none;
		}
		.sectionMenu a:hover{
			color:#f1f826;
			text-decoration:underline;
		}
	.sectionMenuExtra{
		clear:both;
		font-size:14px;
		color:#FFF;
		font-weight:bold;
		margin:5px 0 20px 0;
		text-align:center;
		padding-bottom:10px;
		border-bottom:#666 solid 1px;
	}
		.sectionMenuExtra a{
			color:#FFF;
			text-decoration:none;
		}
		.sectionMenuExtra a:hover{
			color:#f1f826;
			text-decoration:underline;
		}
	.internalBox h1{
		font-size:25px;
		margin:10px auto 20px auto;
	}
.bottomMenu{
	clear:both;
	width:90%;
	color:#000;
	text-align:left;
	margin:30px 0 10px 0;
	padding:8px 0 0 0;
	border-top:#b2b2b2 solid 1px;
}
	.bottomMenu a{
		color:#000;
		text-decoration:none;
		margin:0 10px 0 10px;
	}
	.bottomMenu a:hover{
		color:#FFF;
		text-decoration:underline;
	}
	
.footer{
	text-align:justify;
}
	.footer img{
		margin:20px 0 20px 0;
	}

.payment_method {
	background: url('../images/04-logosBancos.jpg');
	width: 750px;
	height: 45px;
	margin: 10px auto 20px auto;
}

/*  slide show  */

#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures{position:relative;overflow:hidden;width:960px;height:360px;display:block;}
.jshowoff{width:960px;}
.jshowoff div{width:960px;height:360px;}
.eddie{float:right;padding:15px 20px 15px 20px;}
.jshowoff p.jshowoff-slidelinks{position:absolute;width:auto;bottom:10px; right:355px;margin:0;}
.jshowoff-slidelinks a, .jshowoff-controls a{display:block; height:23px; width:28px; background:url(../images/SlideShow/bgControl.png);color:#fff;padding:10px 5px 5px 5px;margin:5px 0 0 5px;float:left;text-decoration:none;outline:none;font-size:18px; font-weight:bold;line-height:14px;}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover{color:#CCC;}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover{color:#999;}
p.jshowoff-controls{background:#aaa;overflow:auto;height:1%;padding:0 0 5px 5px;margin:0;}
.jshowoff-controls a{margin:5px 5px 0 0;font-size:12px;line-height:15px;padding:4px 8px 5px;}
.jshowoff-pausetext{color:#fff;}
/*  slide show  */

.pagos{
	width:920px;
}

.pagos table{
	width:900px;
	text-align:center;
	border-collapse:collapse;
}

.pagos table th{
	background:#cccccc;
}

.pagos table th,.pagos table td{
	padding:5px;
	border:1px solid #ffffff;
}

/* new DGS style */

/* Login */
#bp_login_div{
	width:463px;
	float:left;
	text-align:left!important;
}

.bp-login-old a:link, .bp-login-partner a:link{ 
	font-size:8px;
	margin:0;
	padding:0
}

.bp-login-old, .bp-login-partner{ 
	float:left;
	margin:7px 0 0 5px;
}

.bp-login-field{ 
	float:left;
	width:130px;
	margin:0 7px 0 0
}
	.field-username{}
	.field-password{}

.bp-login-input-field{
	display:inline-block;
	border:none;
	width:120px;
	height:15px;
	background:#333;
	margin-top:2px;
	color:#FFFFFF;
	outline:none;
}
.bp-login-submit input{
	margin-top:7px;
	cursor:pointer;
	height:25px;
	width:60px;
	border:1px solid #999;
	color:#FFF;
	background-image: -moz-linear-gradient(top, #CCC, #393939); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #CCC),color-stop(1, #393939)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#CCC', EndColorStr='#393939'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#CCC', EndColorStr='#393939')"; /* IE8 */
}

	.bp-login-submit input:hover{
		background-image: -moz-linear-gradient(top, #393939, #cccccc); /* FF3.6 */
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #393939),color-stop(1, #cccccc)); /* Saf4+, Chrome */
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#393939', EndColorStr='#cccccc'); /* IE6,IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#393939', EndColorStr='#cccccc')"; /* IE8 */
	}
	
	.bp-login-submit input:active{
		background:#CCC;
		}


/* End Login */



