﻿#principal
{
	width: 830px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	margin-bottom:auto;
	z-index:0;
}

#header_photo
{
	height:240px;
	width:830px;
	margin:0px;
	padding:0px;
	z-index:10;
}
#superior
{
	width: 828px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	margin-bottom:0px;
	z-index:20;
}

#inferior
{
	width: 828px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	margin-bottom:0px;
	clear:left;
	z-index:30;
}

#srch_eng
{
	background:#fff;
}

#buscador
{
	height:30px;
	width: 223px;
	float:right;
	margin-top:41px;
}

#rotulo
{
	height:109px;
	width:350px;
	float:left;
	margin-top:41px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}

* html.rotulo {
	display:inline;
}
	
#main_tbl 
{
	width:800px; /*Antes 750*/
	margin-left:auto;
	margin-right:auto;
}

body 
{
	margin-top: 0px;
	background-color: #CCC;
}
div.spacer 
{
  clear: both;
}

div.thumbnail
{	
	width: 220px;
    float: left;
	margin-left:130px;
	margin-right:auto;
	margin-bottom:50px;
    /*background: url(chapter12a.gif) no-repeat;*/
}
* html .thumbnail
{
	display:inline;
}

div.thumbnail p
{
	margin: 0;
    padding-left: 15px;
	padding-top:10px;
	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-align: left;
}

.clear
{
    clear: left;
}
#flashContent
{
    width: 202px;
}

th
{
	background-color:#e76b57; /*antes era d32e12;*/
	text-align:center;
	font: bold 8pt Verdana, sans-serif;
	color: rgb(255,255,255);
	padding-top:4pt;
	padding-bottom:4pt;
}

.name {
	width:75%
}
.type {
	width:5%
}

td
{
	font: 8pt Verdana, sans-serif;
}
.shadow {
	background-color:#f0e7d7;
}

.shadow a {
	display:block;
	color:#ff0000;
	font-size: 10pt;
	font-weight: 700;
}

.shadow a:link{
	text-align:center;
	text-decoration:none;
}
.shadow a:visited {
	text-decoration:none;
	color:#ffb119;
	text-align:center;
}

.noshadow {
	background-color:#ffffff;
}

.noshadow a {
	display:block;
	color:#ff0000;
	font-size: 10pt;
	font-weight: 700;
}

.noshadow a:link {
	text-align:center;
	text-decoration:none;
	font:bold;
}

.noshadow a:visited {
	text-decoration:none;
	color:#ffb119;
	text-align:center;
}

td.lastcell {
	border-bottom:1px solid #f0e7d7;
}

.lastcell a {
	display:block;
	color:#ff0000;
	font-size: 10pt;
	font-weight: 700;
}

.lastcell a:link {
	text-align:center;
	text-decoration:none;
	font:bold;
}

.lastcell a:visited {
	text-decoration:none;
	color:#ffb119;
	text-align:center;
}

select
{
	font-family: verdana; 
	font-size: 10px;
	color: white;
	background-color:#666;
	border: 1px solid #f00;
}

#navcontainer
{
	Z-index:1100;
	position: relative;
	top:-30px;
	float:right;
	margin-right:16px;
}

#header 
{
	width:380px;
	margin:0px;
	padding:0px;
	height:29px;
    border:0px solid #f00;
	Z-index:1200;
}

#header li 
{
    list-style: none;
    display: inline;
}

}
#header li a 
{
    padding-left:20px;
	text-decoration:none;
	line-height:26px;

}


#header li a:link {
	color: #448;
}


IE hacks 
ul#header {
 
  width: 1004px;
}
 
ul#header li {
  display: inline;
}
 
ul#header li a span {
  display: inline;
}