* { border: 0; margin: 0; padding: 0; empty-cells: show; }

/* - - - global - - - */
BODY 
{
	font-size: 11px;
	font-family: "Trebuchet MS", Sans-Serif;
	font-weight: normal;
	color: #8c8c8c;
	background:	#ffffff url(..../images/common/r_bg.gif) repeat top left;
}

table, th, td, tr
{
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-weight: normal;
	color: #8c8c8c;
}

IMG 
{ 
	display: block;
}

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

/* 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;
}

.Hidden
{
	display: 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 */

p a
{
	color: #646464;
	text-decoration: underline;
}

	p a:hover
	{
		text-decoration: none;
	}

.Center{ text-align: center; }

	.Center * { margin: 0 auto; }

select, input
{
	height: 20px;
	#height: auto;
	border: inset 1px #cccccc;
	background: #FFFFFF;
	font-size: 14px;
}

.Button
{
	cursor: pointer;
}
/**********************************************************************************************/

a{text-decoration: none; outline: none;}
a:hover{text-decoration: underline;}

div#_CONTENT_{
	width: 470px;
	overflow: hidden;
}

label
{
	line-height: 8px;
	font-size: 10px;
	font-family: "Lucida Console";
	color: #00ff00;
	background: #000000;
}

.RecuadroA, .RecuadroB
{
	cursor: pointer;
}


.Banner2 {text-align: center !important;}

.Banner2 img
{
	margin: 0 auto !important;
	float: none !important;
}

.ReviewGame{cursor:pointer !important;}


#Pie .Banner1{float:left; display:inline;}
#Pie .Banner2{float:right; display:inline;}