/* [/web/css/global.css] */

@CHARSET "UTF-8";

* { border: 0; margin: 0; padding: 0; empty-cells: show; font-size: 12px; }

dd, dl, ul, li { -webkit-margin-start: 0px; margin: 0;-webkit-padding-start: 0px; }

/* - - - global - - - */
BODY 
{
	font-size: 11px;
	font-family: Verdana, Arial, serif;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	background: transparent;
	min-height: 1000px;
}

BODY *
{
	text-align: left;
}

A
{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

TABLE
{
	border-collapse: collapse;
}

IMG 
{ 
	display: block;
}

HR
{
	display: none;
}

UL, UL LI, OL, OL LI
{
	list-style: none;
}

UL.LinkBar
{
	list-style: none;
}

	UL.LinkBar LI
	{
		float: left;
		display: inline;
	}

H1, H2, H3, H4, H5 
{
	font-weight: normal; 
	#position: relative; /* arregla scroll de IE */
}

P	
{ 
	#position: relative; 
} /* arregla scroll en IE */

/* http://positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	#display: inline-block;
}

html[xmlns] .clearfix {
	#display: block;
}

* html .clearfix {height: 1%; }

.Left
{
	float: left !important;
	display: inline;
}	

.Right
{
	float: right !important;
	display: inline;
	text-align: left !important;
}

.TextImage
{
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}

	.TextImage SPAN
	{
		display: none;
	}

.Spacer
{
	clear: both;
}

br.Spacer
{
	display: none;
	#display: block;
	height: 0px !important;
	overflow: hidden !important;
	font-size: 0px;
	line-height: 0px;
}

.Hidden
{
	display: none !important;
}

.Invisible
{
	visibility: hidden;
}

.Button
{
	cursor: pointer;
}

.NoButton
{
	cursor: default;
}

#Intro
{
	margin: 0px auto;
	width: 900px;
	height: 630px;
	overflow: hidden;
}

#Main, #MainIntro
{
	margin: 0px auto;
	/* background: transparent url(../img/bg.png) no-repeat left -242px; */
	width: 1000px;
	/* height: 700px; */
	/* _height: 730px; */
	height: 488px;
	_height: 518px;
	/* padding-top: 30px; */
	position: relative;
	overflow: hidden;
	_text-align: center;
}

#MainIntro
{
	height: 728px;
	_height: 758px;
	background: none !important;
}

#Main *
{
	_text-align: left;
}

#Header
{
	position: relative;
	text-align: center;
	visibility: hidden;
}

.NoBG
{
	background: none;
}

.NoBorder
{
	border: 0;
}

#Contents
{
	/* margin-top: 43px; */
	/* border-top: 2px solid #8f1722;
	border-bottom: 2px solid #8f1722;*/
	height: 378px;
	/*_height: 382px; */
	/* opacity: 0;
	#filter: Alpha(opacity=0);
	*/
}

#Player
{
	/*
	position: absolute;
	top: 612px;
	left: 792px;
	width: 80px;
	height: 18px;
	*/
	/* 
	background: transparent url(../img/player.png) no-repeat left top;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/player.png", sizingMethod="crop");
	 */
}