@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: Arial, serif;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background: transparent;
}

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;
	list-style: none;
	
}

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

.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;
}


.NoBG
{
	background: none;
}

.NoBorder
{
	border: 0;
}

