@charset "utf-8";
/* CSS Document */
/* Documento CSS 
Autora: Eiko Saito de Lima - Data: 11-08-2008*/

/* Geral */
* {
/* o asterisco seleciona todos os elementos do HTML. Com este procedimento estou tirando as propriedades que irão atrapalhar no decorrer do trabalho */
	margin: 0;
	padding: 0;
	list-style: 0;
	text-decoration: none;
}
body {
	text-align:center;
	background:#ffffff;
	font: 10px Arial, Helvetica, sans-serif;
}
#geral{
	margin:0 auto;
	width: 770px;
	background:#ffffff;
	/*border:5px #000 solid;*/
}
#topo{
	height:100px;
	background:#fff;
}
h1#logo{
	display:block;
	float:left;
	width:174px;
	height:70px;
	margin:15px 10px;
	font:normal 24px Arial, Verdana, Helvetica, sans-serif;
	background:url(../images/logofamess.jpg) no-repeat 0 0;
	text-indent:-15000em;	
	overflow:hidden;
}
/*h2#titulo{
	display:block;
	float:left;
	width:609px;
	height:130px;
	color:#fff;
	margin:0;
	font:normal 36px "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
	background:url(../images/seminario_resguardando/title2008.png) no-repeat 0 0;
	text-indent:-15000em;	
	overflow:hidden;
}
#bannerimagem{
	clear:both;
	width:760px;
	height:308px;
	color:#fff;
	margin:0;
	padding:0;
	font:normal 14px Arial, Verdana, Helvetica, sans-serif;
	background:url(../images/seminario_resguardando/imagem2008.jpg) no-repeat 0 0;
	text-indent:-15000em;	
	overflow:hidden;
	border-left:5px #000 solid;
	border-right:5px #000 solid;
}
h3#info{
	width:760px;
	height:71px;
	color:#000;
	margin:0;
	padding:0;
	font:normal 12px Arial, Verdana, Helvetica, sans-serif;
	background:url(../images/seminario_resguardando/info2008.png) no-repeat 0 0;
	text-indent:-15000em;	
	overflow:hidden;
}
h4#realizacao{
	float:left;
	width:144px;
	height:141px;
	color:#000;
	margin:0 0 0 84px;
	padding:0;
	font:normal 10px Arial, Verdana, Helvetica, sans-serif;
	background:url(../images/seminario_resguardando/logocpesq.png) no-repeat 0 0;
	text-indent:-15000em;	
	overflow:hidden;
}
h4#apoio{
	float:right;
	width:410px;
	height:127px;
	color:#000;
	margin:14px 28px 0 94px;
	padding:0;
	font:normal 10px Arial, Verdana, Helvetica, sans-serif;
	background:url(../images/seminario_resguardando/apoio2008.png) no-repeat 0 0;
	text-indent:-15000em;	
	overflow:hidden;
}
#conteudo-home{
	height:auto;
	background:#D85C26;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	margin:308px 0 0;
	text-align:left;
	border-left:5px #000 solid;
	border-right:5px #000 solid;
	border-bottom:5px #000 solid;
}*/
#conteudo{
	height:auto;
	background:#fff;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:25px 25px 5px 25px;
	margin:0;
	text-align:left;
	border:5px #bebebe solid;
}
/* Configuração do 'menu'*/
#menu{
	clear:left;
	margin:0;
	background:#D85C26;
	height:27px;
	border-bottom:5px #000 solid;
}

#menu ul{
	display: table;
	color:#000;	
	/*clear:both;*/
	width:100%;
	height:auto;
}

#menu ul li{
	display:inline;		
}
#menu ul li a{
	display: table;
	text-transform:uppercase;
	font:11px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color:#000;	
	margin:0;	
	padding:7px 49px;
	text-decoration:none;
}
#menu ul li a{float: left;}
#menu ul li a:hover{color: #FFFF99; text-decoration:underline;}
#menu ul li a.selecionado, #menu ul li a.selecionado:hover{ color: #FFFF99; text-decoration:none;}
#menu ul li#home a{padding:7px 50px;}

hr {
	width:100%;
	height:1px;
	background:#b3af90;
	color:#b3af90;
	text-align:center;
	border:0;
	margin:15px 0 
}
h5.copy-home{
	margin:50px auto 0;
	padding-bottom:2px;
	text-align:center;
	color:#000;
	font: 10px Arial, Georgia, Verdana, Helvetica, sans-serif;	
}

h5.copy{
	margin:10px 0 0;
	padding-bottom:2px;
	text-align:left;
	color:#000;
	font: 10px Arial, Georgia, Verdana, Helvetica, sans-serif;	
}

.tituloH1{
	font:300 21px/25px Arial, Helvetica, sans-serif;
	margin-bottom:25px;
	margin-top:10px;
}
.txtNormal{
	font:14px/20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	padding-bottom:10px;
}

/*Configuração tabelas*/
.tableSimples td{	padding:10px;}
.tableSimples, .tableSimples td{
	border:1px solid #CC6600;
	font:14px/20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	vertical-align:middle;
}
.tableSimples{width:100%;}
.tableSimples td.w1{width:100px;}
.tableSimples td.w2{width:570px; table-layout:fixed}
.tableSimples td.w3{width:140px; table-layout:fixed}
.tableSimples td.w4{width:174px; table-layout:fixed}
.tableSimples td.w5{width:212px; table-layout:fixed}


.vermelho {color:red;}
.centralizar{text-align:center;}