HTML
{
	height: 100%;
}
BODY
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 76%;
	color: #888;
	height: 100%;
	background: #FFF url(/images/pagina/bg.jpg) repeat-x;
}
A
{
	text-decoration: none;
	color: #11A0CF;
	font-size: 1em;
	padding: 1px 2px;
}
A:hover
{
	background-color: #F4F4F4;
}
ACRONYM
{
	border-bottom: 1px dotted #CC0000;
	cursor: help;
}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container
{
	height: auto !important;/*[e]auto*/
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header
{
	background: url(/images/pagina/header_top.gif) no-repeat 100% 5px;
	width: 750px;
	margin: 0 auto;
	padding: 0;
}
#header DIV
{
	background: url(/images/pagina/header_botm.jpg) no-repeat 0px 70px;
	text-align: left;
	padding: 45px 0 97px 20px;
}
#header H1
{
	margin: 0;
	clear: both;
	padding: 43px 0 0 40px;
	font-size: 4em;
}
#header H1 A
{
	padding: 0;
	color: #000;
	font-family: "Century Gothic", sans-serif;
	font-weight: normal;
	color: #000;
}
#header H1 A:hover
{
	background-color: transparent;
}
* HTML #header H1
{
	padding-top: 23px;
}
/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header UL
{
	margin: 0 40px;
	padding: 0;
}
#header LI
{
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	font-size: 1.2em;
	background: url(/images/pagina/nav.gif) no-repeat;
	width: 114px;
	height: 25px;
	float: left;
	text-align: center;
}
#header LI A
{
	display: block;
	width: 100%;
	color: #FFF;
	padding-top: 7px;
}
#header LI A.on, #header LI A:hover
{
	background-color: #333;
	color: #9C0;
	height: 20px;
}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content
{
	width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
}
* HTML #content
{
	padding-bottom: 60px;
}
#content:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#content H2
{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;
	margin: 0 0 20px;
	clear: both;
}
#content H2 EM
{
	color: #09C;
	font-style: normal;
}
#content P
{
	text-indent: 3em;
	line-height: 2.5em;
	letter-spacing: 0.1em;
}
#content UL
{
	margin: 20px 0;
	padding: 0 0 0 10px;
}
#content LI
{
	list-style-type: none;
	background: url(/images/pagina/bullet.gif) no-repeat 0px 8px;
	padding: 0 0 0 25px;
	line-height: 2em;
	letter-spacing: 0.1em;
}
#content BLOCKQUOTE
{
	background-color: #FFFFF0;
	margin: 20px 0;
	padding: 10px 20px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
#content BLOCKQUOTE P
{
	margin: 0;
	text-indent: 0;
}
/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content UL.thumbs
{
	margin: 20px 0;
	padding: 0;
}
#content UL.thumbs:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#content UL.thumbs LI
{
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
}
#content UL.thumbs LI A IMG
{
	border: 5px solid #DDD;
}
#content UL.thumbs LI A:hover IMG
{
	border: 5px solid #333;
}
HTML>BODY #content UL.thumbs LI A
{
	background-color: transparent;
}
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left
{
	float: left;
	width: 225px;
	text-align: left;
	margin-right: 35px;
}
/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right
{
	float: right;
	width: 438px;
	text-align: left;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer
{
	position: absolute !important;/*[e]absolute*/
	width: 100% !important;/*[e]100%*/
	z-index: 500 !important;/*[e]500*/
	position: relative;
	padding: 10px 0;
	margin-top: -36px;
	background-color: #333;
	color: #999;
	font-size: 11px;
	border-top: 3px solid #CCC;
}
#footer P
{
	margin: 0 10px;
	text-align: center;
}
#footer A:hover
{
	background-color: #FFFFFF;
}
