/* Estilos CSS */

body {
	background: #000000 url("images/bg.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 6px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1 { 
	font-size: 34px;
}

h2 {
	margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 20px;
	background: #000000 url("images/img3.gif") repeat-x left bottom;
}

h3 {
	padding: 0 0 22px 0;
	font-size: 14px;
	background: #000000 url("images/img3.gif") repeat-x left bottom;
}

h4 {
	color: #FFCC00;
}

p {
	margin-top: 0;
}

a {
	color: #FE4E00;
}

a:hover {
	text-decoration: none;
	color: #FFCC00;
}

a:visited {
	color:#FE4E00;
} 

a:active {
	color:#FFCC00;
} 

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url("images/img5.gif") repeat-x;
	font-size: 13px;
	font-weight: bold;
}

.list li.first {
	background: none;
}

/* Ads */

#topbar {
	position: absolute;
	border: 1px solid #808080;
	padding: 2px;
	background-color: #D4D0C8;
	width: 250px;
	visibility: hidden;
	z-index: 100;
}

.close_bar {
	text-align: right;
	padding: 2px;
	margin-bottom: 2px;
	background-color: #226CF3;
}

/* Cuerpo */

.main {
	margin: 0 auto;
	width: 870px;
	background-color: #000000;
}

/* Header */

#header {
	width: 860px;
	margin: 0 auto;
	padding: 20px 0 0 13px;
	height: 90px;
	background: url("images/img1.gif") repeat-x left bottom;
}

#header h1 {
	float: left;
}

#header h2 {
	display: none;
}

#header ul {
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	background: url("images/img2.gif") no-repeat left center;
	text-decoration: none;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#header a:hover {
	text-decoration: underline;
	color: #FE4E00;
}

#header .first a {
	background: none;
}

/* Content */

#content {
	width: 860px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 220px;
	padding: 0 0 0 15px;
}

#colOne h3 {
	margin-top: 24px;
}

#colTwo {
	float: right;
	width: 600px;
	padding: 17px 0 0 0;
}

.texto1{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	width: 860px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
	background: url("images/img4.gif") repeat-x;
	text-align: center;
	color: #8A8A8A;
}

/* Publicidad */

.publi {
	margin: 10px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.publi-ch {
	font-size: 12px;
}

#links {
	font-size: 11px;
}

.enlaces {
	font-size: 11px;
	text-align: center;
}

/* Casinos Recomendados */

.casinos{
	font-weight: bold;
}

.casinos a:link{
	color: #FFCC00;
}

.casinos a:hover{
	color: #FF0000;
	text-decoration: none;
}

.casinos a:visited{
	color: #FFCC00;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
