@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
.style1 {color: #ba2b2b}
.style3 {font-size: 18px}
#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 570px;
	top: 58px;
}
#menucontent {
	position:absolute;
	width:731px;
	height:82px;
	z-index:1;
	top: 67px;
	right: 0px;
}
#freerolls {
	position:absolute;
	width:74px;
	height:72px;
	z-index:1;
	background-image: url(http://www.abcpoquer.com/images/1.png);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-left: 60px;
	left: 0px;
}
#bank {
	position:absolute;
	width:74px;
	height:72px;
	z-index:1;
	background-image: url(http://www.abcpoquer.com/images/4.png);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-left: 60px;
	right: 322px;
}
#bonos {
	position:absolute;
	width:74px;
	height:72px;
	z-index:1;
	background-image: url(http://www.abcpoquer.com/images/2.png);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-left: 60px;
	right: 460px;
}
#foro {
	position:absolute;
	width:100px;
	height:72px;
	z-index:1;
	background-image: url(http://www.abcpoquer.com/images/5.png);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-left: 60px;
	right: 163px;
}
#aprende {
	position:absolute;
	width:100px;
	height:72px;
	z-index:1;
	background-image: url(http://www.abcpoquer.com/images/3.png);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-left: 60px;
	right: 0px;
}

.style2 {font-size: large}

	body{
		font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #4b4942;
		background: #fff;
	}
	a{text-decoration: none;color: #ba2b2b;}
	a:hover{color: #bb800f;}
	hr{display: none;}
	strong{font-weight: bold;}
	ul.borderedlist li{
		border-bottom: 1px dashed #d1cfcd;
	}
	ul.borderedlist li a{
		display: block;
		padding:3px 0 0 2px;
		height: 26px;
		color: #42423b;
	}
	ul.borderedlist li a:hover{background: #E5E5E4;color: #42423b;}

/* =LAYOUT - the main layout styles */
	.container{
		width:950px;
		margin: 0 auto;
		position: relative;
		overflow:hidden;
	}
	/* header layout */
	#header{
		height: 175px;
		background: #4a4841 url(http://www.abcpoquer.com/images/top_bg.jpg) top repeat-x;
		position: relative;
	}
	#navigation{
	position: absolute;
	right: 0;
	top:20px;
	width: 557px;
	}
	/* main area layout */
	#main{padding:0px 0 0px 0; background: lue;}
	#center{
	background: cya;
	float: left;
	width:580px;
	height:auto;
	padding: 0 10px;;

}
	#rightcolumn{	
	float:right;
	width:320px;
	height:auto;
	z-index:2;
	left: 608px;
	top: 7px;}
	/* bottom layout */
	#bottominfo{
		border-top: 5px solid #42423b;
		background: #f1eee7;
		padding-bottom:25px;
		width: 100%;
		overflow: hidden;
	}
	.bottomcolumn{
		float: left;
		width:288px;
		margin-right: 18px;
	}
	.bottomright{margin-right:0;}
	
	
/* =HEADER - the header styles */
	#header .container{height: 175px;}
	/* logo */
	h1{
	position: absolute;
	height: 134px;
	top: 20px;
	left: 3px;
	width: 150px;
	}
	h1 a{
		font: 24px/24px Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: -2px;
		padding: 22px 9px 25px 20px;
		display: block;
		color: #fff;
		background: url(http://www.abcpoquer.com/images/logo_bg.gif) left top no-repeat;
	}
	h1 a:hover{color: #fff;}
	h1 a span{
		height:71px;
		width: 13px;
		position: absolute;
		top:0;
		right: -13px;
		cursor: pointer;
		background: url(http://www.abcpoquer.com/images/logo_right.gif) right top no-repeat;
	}
	/* top navigation */
	#navigation li{
		float: left;
		padding-right: 27px;
		text-transform: uppercase;
		font-size: 1.3em;
		font-weight: normal;
	}
	#navigation li a{color: #fff;}
	#navigation li a:hover,#navigation li.active a{color: #2c2c2c;}
	/* message and building pic */
	#banner{
	position: absolute;
	height: 84px;
	color: #a49c8f;
	font-weight: bold;
	padding:0 440px 0 7px;
	bottom: 33px;
	font-size: 1.3em;
	left: 397px;
	width: -341px;
	}
/* =CONTENT - the content styles */
	/* left column */
	.leftbox{background: #f1f0ef;padding: 10px 23px 10px 23px;margin-bottom:3px;line-height:1.8em;}
	h3.leftbox{font-size:19px;color: #8c8685; background: #f1f0ef url(http://www.abcpoquer.com/images/h3_bg_tall.jpg) 0 0 repeat-x;padding:5px 0 10px 23px;}
	h3.header_small{font-size:15px;font-weight: bold;background: #f1f0ef;padding:0 23px 5px 23px;}
	ul.leftbox{font-size: 1.2em;}

	.features{padding-top:15px;font:1.27em Arial, Helvetica, sans-serif;}
	#leftcolumn .leftbox p{padding-bottom:1em;line-height:1.5em; font-size:12px}	
	/* center column */
	.article_wrapper {background: pik; }
	.article_wrapper h2{color: #ba2b2b; font-size:2em;margin:10px 0;}
	.article_wrapper p{padding-bottom:10px;font-size:1.3em;}	
	/* right column */
	.rightbox_wrapper{
		background: #eeeded;
		margin-bottom: 20px;
		padding: 5px;
		width:310px;
		height:auto
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #58584D;
	}
	.rightbox{
	border: 1px dashed #d9e0e8;
	width:300px;
	overflow: hidden;
	padding: 5px;
}
#chat { background: url(http://www.abcpoquer.com/images/corona.png) no-repeat 10px 50%; border-bottom: 1px solid #000000; text-indent: 40px; 
		line-height: 58px; width: 100%; height: 58px; font-size: 20px; text-align: center; margin-bottom: 20px; }
#publirow {width: 100%; padding: 0; background: gren; clear: both; margin-top: 10px; }
#publi1 {width: 125px; height: 125px; background: red; float: left; margin-left: 13px; }
#publi2 {width: 125px; height: 125px; background: white; float: right; margin-right: 13px;}
	.product_image{ float: left;margin: 6px 0 0 6px;}
	.product_wrapper{float: none;width:300px;}
	.product_wrapper h4{font-size:1.3em;color: #483F3D;font-weight: bold;padding:0 0 5px 0;}
	.product_wrapper p{font-size:1em;}
	.lastbox{margin:0;}
/* =BOTTOM */
	.bottomcolumn h3{
		border-bottom: 4px solid #9b968f;
		color: #ba2b2b; font-size:18px;padding:15px 0 5px 5px;
	}
	.bottomcolumn p{
		padding: 10px 35px 10px 5px;
		font-size: 1.2em;
	}
	.iconlist{
		border-top: 1px dashed #d1cfcd;
		font-size: 1.2em;
	}
	ul.iconlist li a{
		padding-left: 25px;
		background: url(../images/footer_list.jpg) left bottom no-repeat;
	}
	ul.iconlist  li a:hover{background: #E9E4DE url(http://www.abcpoquer.com/images/footer_list.jpg) left top no-repeat;color: #42423b;}
	.enewsbox{
		float: left;
		width: 180px;
		height: 17px;
		padding:3px 5px;
		border: 4px solid #ba2b2b;
		font-size:13px;
	}
	.button{
		display: block;
		float: left;
		width: auto;
		line-height:1em;
		text-align: center;
		background: #ba2b2b;
		border: 4px solid #fff;
		color: #fff;
		cursor: pointer;
		margin:0;
		padding:3px 8px; /* IE6 */
	}
	
/* =FOOTER */

#footer {  font-size: 12px; width: 100%;background: #4a4841 url(http://www.abcpoquer.com/images/footer_bg.jpg) 0 0 repeat-x; height: 37px;  }
/* For ie 6*/
* html #footer{ position: absolute; top: expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px'); }

	#footer a{color: #A39D97;}
	#designby{
		background: url(http://www.abcpoquer.com/images/logo.gif) 0 0 no-repeat;
		float: left;
		height: 23px;
		padding:2px 0 0 30px;
		margin-top: 5px;
	}
	#footer_navigation{
		float: right;
		padding-top:7px;
	}
	#footer_navigation li{float: left;padding-left:18px;}
	#footer_navigation li a{text-transform:uppercase;}
	#footer_navigation li a:hover{color: #ba2b2b;}
	

/*Freerolls */
#bodyfree {	margin: 0 auto; width: 560px; padding: 0; background: #f6f6f6 url(sdaasddsa.png) repeat-y; }
	#bodyfreetop { width: 100%; height: 15px; margin-top: 15px;	padding: 0px; background: #f6f6f6 url(http://www.abcpoquer.com/images/bodyfreetop.png) 0 0 no-repeat; }
	#bodyfreemiddle { margin: 0px; padding: 0 20px 0 20px; background: #f6f6f6 url(http://www.abcpoquer.com/images/bodyfreemiddle.png) 0 0 repeat-y; }
	#bodyfreebottom { padding: 0px; height: 15px; background: #f6f6f6 url(http://www.abcpoquer.com/images/bodyfreebottom.png) 0 0 no-repeat; }
#left { float: left; width: 60px; height: 60px; margin: 0; padding: 0; }
#right  { float: right; width: 660px; height: 60px; color: #cc0000; font-size: 13px;  margin: 0; padding: 0; }
	#title { background: url(http://www.abcpoquer.com/images/vini.gif) no-repeat 5px 55%;  width: 100%; height: 50%; line-height: 30px; text-indent: 17px; font-size: 14px; font-weight: bold; }
	#time { float: left; background: url(http://www.abcpoquer.com/images/clock.png) no-repeat 5px 50%;  width: 20%; height: 50%; line-height: 30px; text-indent: 30px;}
	#id { float: left;  background: url(http://www.abcpoquer.com/images/id.png) no-repeat 5px 50%; width: 20%; height: 50%; line-height: 30px; text-indent: 30px;}
	#pass { float: left;  background: url(http://www.abcpoquer.com/images/key.png) no-repeat 5px 50%;  width: 20%; height: 50%; line-height: 30px; text-indent: 30px;}
	#prize { float: left;  background: url(http://www.abcpoquer.com/images/money.png) no-repeat 5px 50%;  width: 18%; height: 50%; line-height: 30px; text-indent: 30px;}
	#status { float: left;  background: url(http://www.abcpoquer.com/images/status.png) no-repeat 5px 50%;  width: 22%; height: 50%; line-height: 30px; text-indent: 70px;}
	#clear { clear: both; }

/*Aprende a jugar */
.cajaaprende{
background: #f6f6f6;
padding:5px;
margin-bottom: 20px;
width:900px;
overflow: hidden;
font-size:11px;
line-height: 18px;
color: #4B4942;
}
.bordeaprendeholdem{
	border: 1px dashed #d9e0e8;
	width:753px;
	overflow: hidden;
	padding-bottom:6px;
	padding-left: 130px;
	padding-right: 5px;
	padding-top: 5px;
	background-image: url(http://www.abcpoquer.com/images/texashold.png);
	background-repeat: no-repeat;
}
.bordeaprendeholdemvip{
	border: 1px dashed #d9e0e8;
	width:753px;
	overflow: hidden;
	padding-bottom:6px;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 5px;
	
	background-repeat: no-repeat;	
}
.bordeaprendeomaha{
	border: 1px dashed #d9e0e8;
	width:753px;
	overflow: hidden;
	padding-bottom:6px;
	padding-left: 130px;
	padding-right: 5px;
	padding-top: 5px;
	background-image: url(http://www.abcpoquer.com/images/omaha.png);
	background-repeat: no-repeat;
}
.bordeaprendeomahahilo{
	border: 1px dashed #d9e0e8;
	width:753px;
	overflow: hidden;
	padding-bottom:6px;
	padding-left: 130px;
	padding-right: 5px;
	padding-top: 5px;
	background-image: url(http://www.abcpoquer.com/images/omahahi.png);
	background-repeat: no-repeat;
}
.bordeaprendestud{
	border: 1px dashed #d9e0e8;
	width:753px;
	overflow: hidden;
	padding-bottom:6px;
	padding-left: 130px;
	padding-right: 5px;
	padding-top: 5px;
	background-image: url(http://www.abcpoquer.com/images/stud.png);
	background-repeat: no-repeat;
}
.bordeaprendestudhilo{
	border: 1px dashed #d9e0e8;
	width:753px;
	overflow: hidden;
	padding-bottom:6px;
	padding-left: 130px;
	padding-right: 5px;
	padding-top: 5px;
	background-image: url(http://www.abcpoquer.com/images/studhi.png);
	background-repeat: no-repeat;
}
.bordeaprenderazz{
	border: 1px dashed #d9e0e8;
	width:753px;
	overflow: hidden;
	padding-bottom:6px;
	padding-left: 130px;
	padding-right: 5px;
	padding-top: 5px;
	background-image: url(http://www.abcpoquer.com/images/razz.png);
	background-repeat: no-repeat;
}
.contentaprende{
	float: none;
	width:750px;
	height: auto;
}
/*Caja Contact */
.cajacon{
	background: #f6f6f6;
	padding:5px;
	width:555px;
	font-size:11px;
	color: #4B4942;
	height: 185px;
}
.bordecon{
	border: 1px dashed #d9e0e8;
	width:550px;
	overflow: hidden;
	padding: 5;
}
	
.contentcon{
float: none;
}
.contentfree h4{font-size:1.3em;color: #483F3D;font-weight: bold;}
.contentfree p{font-size:1em;}


/*Cajas Advertise */
.cajaadver{
	background: #f6f6f6;
	padding:5px;
	width:555px;
	font-size:11px;
	color: #4B4942;
	height: 315px;
}
.bordeadver{
	border: 1px dashed #d9e0e8;
	width:550px;
	overflow: hidden;
	padding: 5;
	height: 310px;
}
	
.contentadver{
float: none;
}
.contentfree h4{font-size:1.3em;color: #483F3D;font-weight: bold;}
.contentfree p{font-size:1em;}


/*Cajas frerrolls */
.cajafree{
background: #f6f6f6;
padding:5px;
margin-bottom: 20px;
width:570px;
overflow: hidden;
font-size:11px;
line-height: 18px;
color: #4B4942;
}
.bordefree{
border: 1px dashed #d9e0e8;
width:560px;
overflow: hidden;
padding-bottom:6px;
padding-left: 5px;
padding-right: 0px;
padding-top: 5px;
}
	
.contentfree{
float: none;
width:555px;
height: 60px;
}
.contentfree h4{font-size:1.3em;color: #483F3D;font-weight: bold;}
.contentfree p{font-size:1em;}
	
#imagenfree {
	position:absolute;
	width:60px;
	height:60px;
	z-index:1;
}
#nombrefree {
	position:absolute;
	width:470px;
	height:20px;
	z-index:1;
	left: 90px;
	padding-left: 15px;
	background-image: url(http://www.abcpoquer.com/images/vini.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}
#horafree {
	position:absolute;
	width:80px;
	height:20px;
	z-index:1;
	left: 90px;
	padding-left: 25px;
	background-image: url(http://www.abcpoquer.com/images/clock.png);
	background-repeat: no-repeat;
	margin-top: 35px;
	padding-top: 3px;
}
#idfree {
	position:absolute;
	width:70px;
	height:20px;
	z-index:1;
	left: 211px;
	padding-left: 25px;
	background-image: url(http://www.abcpoquer.com/images/id.png);
	background-repeat: no-repeat;
	margin-top: 35px;
	padding-top: 3px;
}
#premiofree {
	position:absolute;
	width:70px;
	height:20px;
	z-index:1;
	left: 334px;
	padding-left: 25px;
	background-image: url(http://www.abcpoquer.com/images/money.png);
	background-repeat: no-repeat;
	margin-top: 35px;
	padding-top: 3px;
}
#passfree {
	position:absolute;
	width:70px;
	height:20px;
	z-index:1;
	left: 457px;
	padding-left: 25px;
	background-image: url(http://www.abcpoquer.com/images/key.png);
	background-repeat: no-repeat;
	margin-top: 35px;
	padding-top: 3px;
}




/*Publicidad*/
.style4 {color: #FFFFFF}
.rightbox_publi{
	background: #eeeded;
	margin-bottom: 20px;
	width:280px;
	overflow: hidden;
	font-size:11px;
	line-height: 18px;
	color: #58584D;

	}
/* Begin Style For Bonos */
#firstrow { position: relative; width: 103%; height: 243px; margin: 0 19px; padding: 0 0 40px 0;}
	#bono {	margin-right: 59px;	width: 127px; height: 247px; padding: 0;float: left; }
		#bonotitle { background: url(http://www.abcpoquer.com/images/bono_top.png) no-repeat; text-align: center; color: #cc0000; padding: 0 4px; width: 119px; height: 34px; line-height: 17px; font-size: 13px; font-weight: bold; }
		#bonoimg { width: 100%; width: 125px; height: 125px; padding: 0 1px; background: url(http://www.abcpoquer.com/images/bono_middle.png) repeat-y; }
		#bonobenef { width: 100%; color: #666666; height: 40px; margin: 0 auto; background: url(http://www.abcpoquer.com/images/bono_middle.png) repeat-y; font-size: 12px; font-weight: bold; text-align: center; line-height: 20px; padding: 5px 0;}
		#bonoinfo { width: 100%; height: 29px; background: url(http://www.abcpoquer.com/images/bono_bottom.png) no-repeat; font-size: 12px; font-weight: bold; text-align: center; line-height: 34px; padding: 5px 0 0 0;}
		p.bonos { padding: 0; margin: 5px 0 0 45px; width: 646px; color: #666666; font-size: 12px; text-align:justify; }
		p.bonosa { padding: 0; margin: 5px 0 0 45px; width: 646px; color: #666666; font-size: 14px; text-align:justify; }
		p.bonosgde { padding: 0; margin: 5px 0 0 45px; width: 833px; color: #666666; font-size: 12px; text-align:justify; }
