HTML, BODY
{
	height: 98%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #020202;
}
.thetable
{
	position: relative;
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	border-spacing: 0;
/*required by Opera 6*/
}
/*hide this from opera6*/
HEAD:first-child+BODY DIV.thetable
{
	height: 100%;
}
.tablerow
{
	display: table-row;
}
.tablecell
{
	display: table-cell;
	border: 0;
	padding: 0;
	margin: 0;
	padding-top: 56px;
	min-height: 100%;
/*opera6 needs min-height but moz/IE needs height*/
}
/*hide this from opera6*/
HEAD:first-child+BODY DIV.tablecell
{
	height: 100%;
}
/*added for mozilla which worked for others too, but op6 still needed min-height so hide this rule*/
.one
{
	position: relative;
	z-index: 5;
	background-color: #020202;
	width: 100%;
	padding-bottom: 38px;
}
.two
{
	width: auto;
	background: #FFFF00;
	position: relative;
}
.three
{
	width: 200px;
	background: #00FF00;
	position: relative;
	border-left: 1px dotted #000;
}
#header
{
	position: absolute;
	top: 0;
	left: 0;
	height: 56px;
	color: #FFF;
	width: 100%;
	z-index: 10;
}
#footer
{
	/*[disabled]clear:both;*/
	position: relative;
	margin-top: -18px;
	/*[disabled]margin-bottom:40px;*/
/*required for Opera 6 to show background color but others don't like it so hide the value of 0 from it*/
	z-index: 15;
}
/*hide this from opera6*/
HEAD:first-child+BODY DIV#footer
{
	margin-bottom: 0;
}
/*some general formatting styles*/
BODY
{
	font-size: 0.8em;
	font-family: verdana, tahoma, arial, sans-serif;
}
A:link, A:visited
{
	color: #D00;
	background: transparent;
	text-decoration: none;
}
A:hover
{
	background: transparent;
}
P
{
	padding: 0.5em 1em 0;
	margin: 0;
}
UL
{
	padding-right: 0.5em;
}
/*removing margins from headings corrects an Opera 6 display error*/
H1, H2, H3
{
	font-family: georgia;
	padding: 0.5em 2em;
	margin: 0;
}
H1
{
	font-size: 1.2em;
}
H2
{
	font-size: 1.1em;
}
H3
{
	font-size: 1em;
}
.nombre
{
	font-size: 9px;
	color: #FFF;
}
.nombre A:link, A:visited
{
	font-size: 10px;
	color: #FFF;
}
.nombre A:hover
{
	color: #F22;
}
.paginador
{
	color: #FFFFFF;
}
.paginador A:link, A:visited
{
	color: #FFFFFF;
}
.paginador A:hover
{
	color: #F22;
}
.info
{
	font-size: 12px;
}
.descripcion
{
	color: #FFFFFF;
}

