* {
	margin: 0;
	padding: 0;
}

a {color: #FFD1C7;
	text-decoration: none;}
	
a:hover {color: #FFFFFF;}

body {
	background: #4E5D3C url(img/bg.jpg);
	color: #FFD1C7;
	font: normal 62.5% "Verdana",sans-serif;
	margin: 0;
	text-align: justify;
}

p,blockquote,ul {
	margin-bottom: 0.7em;
	line-height: 1.3em;
}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}
img.right {margin: 0 0 6px 18px;}
.divider {
	height: 20px;
	margin: 24px 0;
}

/* structure */
.container {
	background: url(img/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}

.gfx {
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	float: left;
	text-align: center;
	width: 632px;
}

.header2 {
	background: #56644A url(img/header2.jpg) no-repeat;
	color: #FFC;
	font-size: 1.4em;
	height: 77px;
	padding-right: 270px;
}

.header {
	background: #56644A url(img/header.jpg) no-repeat;
	color: #FFC;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
}

.header h1 {
	font: normal 3.2em serif,sans-serif;
	padding: 62px 0 34px 0;
}

.pattern {
	background: #334127 url(img/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* navigation */
.navigation {margin: 0 5px;}

.navigation a {
	color: #FFFFFF;
	line-height: 40px;
	margin: 0 4px;
	text-decoration: none;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}
.navigation a:hover,.navigation #selected {
	color: #FFD1C7;
}

/* content */
.content {
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 28px 12px;
}
.content .spacer {
	height: 30px;
	color: #815E58;
	font-size: 1.1em;	
}
.content .spacer2 {
	height: 15px;
	color: #815E58;
	font-size: 1.1em;	
}
.content .spacer3 {
	height: 6px;
	color: #815E58;
	font-size: 1.1em;	
}

/* content item */
.item {clear: both;}

.item img {border: 1px double #FFD1C7;}

.item .title {
	color: #FFFFFF;
	font: normal 1.2em;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2em;
}

.item .metadata {
	color: #993300;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
	line-height: 1.4em;
}

/* resultado */
.resultado {
	color: #FFFFFF;
	font-size: 1.1em;
}

/* footer */
.footer {
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 16px;
	margin: 0 auto;
	text-align: center;
	width: 632px;
	margin-bottom: 0.7em;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFD1C7;
	text-decoration: underline;
}

CAPTION.MYTABLE
  {
     background-color:#4E3E37;
     color:#FFFFFF;
     border-style:solid;
     border-width:2px;
     border-color:#4E3E37;
  }

  TABLE.MYTABLE
  { 
     font-family:verdana;
     font-size:8pt;
     background-color:#69554C;
     width:100%;
     border-style:solid;
     border-color:#69554C;
     border-width:2px;
  }

  TH.MYTABLE
  {
     font-size:10pt;
     color:#FFFFFF;
  }


  TR.MYTABLE
  { 
  }

  TD.MYTABLE
  {
	font-size:10pt;
	background-color:#302927;
	color:#FFD1C7;
	border-style:solid;
	border-width:3px;
	text-align:left;
	border-color:#302927;
  }

