/* CSS Basic Document */
body
{
	color: #000000;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0px;
}

table.Pagina
{
	background-color: #FFFFFF;
	border: 0;
	width: 800px;
}

td.ContenidoPagina
{
	vertical-align: top;
}

td.Logo
{
	background-image: url(../imagenes/logo.jpg);
	height: 110px;
}

td.MenuBar
{
	font-size: 11px;
	background-image: url(../imagenes/boton1.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	background-position: 95% 50%;
}

td.Banner
{
	width: 160px;
	height: 546px;
	margin-top: 16px;
	vertical-align: top;
	text-align: left;
}

td.PiePagina
{
	height: 20px;
	font-size: 9px;
	text-align: center;
}

td.Iconos img
{
	border: 0;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
}



/* secciones */
.BannerVertical
{
	padding: 0px;
	margin-top: 16px;
	text-align: center;
	vertical-align: top;
}

.BannerVertical img
{
	border: 0;
}

.Contenido
{
	border: 1px solid #C8002A;
	text-align: justify;
	padding: 9px;
	margin-top: 9px;
	margin-left: 9px;
	margin-right: 9px;
}

.Contenido legend
{
	color: #C8002A;
	font-weight: bold;
}

.Contenido h3
{
	margin: 0px;
	font-weight: bold; 
	font-size: 130%; 
	color: black;
}

div.Contenido h3.Noticia
{
	/*padding-top: 5px;*/
	margin: 0px;
	font-weight: bold; 
	font-size: 130%; 
	background-color: #C8002A;
	color: #FFFFFF;
}

.Contenido p.tab
{
	margin-left: 20pt;
	list-style-type: none;
}

.Contenido p.tab img
{
	border: 0;
	width: 468px;
	height: 60px;
}

.Contenido p.center
{
	text-align: center;
}

.Contenido p.center img
{
	border: 0;
	width: 468px;
	height: 60px;
}

.ContenidoLinks
{
	text-align: justify;
	padding: 9px;
	margin-top: 9px;
	margin-left: 9px;
	margin-right: 9px;
}

.ContenidoLinks h3.titulo
{
	margin: 0px;
	font-weight: bold; 
	font-size: 130%; 
	color: black;
}

.ContenidoLinks h3
{
	margin: 0px;
	font-weight: bold; 
	font-size: 130%; 
}

.ContenidoLinks p.margen1
{
	margin-top: 0px;
	margin-bottom: 20px;
}



/* enlaces */
a
{
	color: #C8002A;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #C8002A;
	background-color: inherit;
	text-decoration: underline;
}

a.link_pie 
{
	color: #990000;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.link_pie:hover
{
	color: #999999;
	background-color: inherit;
	text-decoration: underline;
}

a.link_sinestilo
{
	color: black;
	text-decoration: none;
}


/* tabla para información de los casinos */

table.InfoCasino
{
	border: 1px;
	border-color: #333333;
	border-style: dotted;
	border-collapse: collapse;
}

table.InfoCasino td
{
	padding: 5px 5px 5px 5px;
	border: 1px;
	border-color: #333333;
	border-style: dotted;
	border-collapse: collapse;
}

table.InfoCasino td.Caption
{
	color: #333333;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table.InfoCasino td p
{
	padding-bottom: 10px;
}

table.InfoCasinoImg
{
	width: 100%;
}

table.InfoCasinoImg td
{
	/*text-align: center;*/
  padding: 5px 5px 5px 5px;
}

table.InfoCasinoImg img
{
	border: 0;
	/*width: 300px;*/
	/*height: 235px;*/
	width: 220px;
	height: 170px;
}


/* tabla para el correo */
table.Contacto
{
	border: 0;
}

table.Contacto td
{
	padding: 5px 5px 5px 5px;
}

table.Contacto td.Caption
{
	color: #333333;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
