* { border: 0; margin: 0; padding: 0; empty-cells: show; }

/* - - - global - - - */
BODY 
{
	font: normal 12px/14px "Trebuchet MS", Sans-Serif;
}

table, th, td, tr
{
	font: normal 12px/14px "Trebuchet MS", Sans-Serif;
}

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;
}

.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;
}

.Boton
{
	cursor: pointer;
}

.DEBUGRULE
{
	width: 100%;
	position: absolute;
	z-index: 20000;
	height: 1px;
	background: cyan;
	left: 0px;
	
	overflow: hidden;
	line-height:0px;
	font-size: 1px;
}

.DEBUGRULEH
{
	width: 1px;
	position: absolute;
	z-index: 20000;
	height: 10000px;
	background: cyan;
	left: 0px;
	
	overflow: hidden;
	line-height:0px;
	font-size: 1px;
}
/**********************************************************************************************/