/* CSS Document */

*{
	margin:0 auto;
	padding:0;
	border:0;
}

body{
	background:url(../../imagens/bg-body.jpg) repeat;
	font:normal 12px #44371C;
}

h1{
	font:bold 14px "Trebuchet MS", Tahoma, Verdana, Arial;
	color:#FFF;
	padding-top:196px;
}

h2{
	font:bold 11px "Trebuchet MS", Tahoma, Verdana, Arial;
	color:#372d16;
	text-transform:uppercase;
	text-align:left;
}

h3{
	font:italic 10px "Trebuchet MS", Tahoma, Verdana, Arial;
	color:#372d16;
	text-transform:uppercase;
	text-align:left;
}

.Limpa{clear:both;}

.Logos{
	width:310px;
	height:35px;
	float:left;
	margin:60px 0 0 220px;
	position:absolute;
}

.Corpo {
	background:#FFF url(../../Imagens/bg-form.jpg) no-repeat center;
	position: absolute;
	width: 851px;
	height: 640px;
	top: 50%;
	left: 50%;
	margin-left: -425px;
	margin-top: -320px;
	text-align: center;
}

.CorpoInterno {
	background:#FFF url(../../Imagens/bg-corpo.jpg) no-repeat center;
	position: absolute;
	width: 853px;
	height: 942px;
	top: 50%;
	left: 50%;
	margin-left: -426px;
	margin-top: -471px;
	text-align: center;
}

.Formulario{
	width:290px;
	height:190px;
	margin-top:75px;
	margin-bottom:110px;
}

	.Formulario th{
		font:bold 11px "Trebuchet MS", Tahoma, Verdana, Arial;
		color:#46381d;
		text-align:left;
	}
	
	.Formulario td{padding-bottom:17px;}
	
	.Formulario .Campo{
		border:1px solid #8D8D8D;
		height:17px;
		width:283px;
		padding:2px 0 0 2px;
	}
	
	.Formulario .CampoCid{
		border:1px solid #8D8D8D;
		height:17px;
		width:210px;
		padding:2px 0 0 2px;
	}
	
	.Formulario .SelEstado{
		border:1px solid #8D8D8D;
		height:20px;
		width:46px;
		padding:2px 0 0 2px;
	}
	
	.Formulario .Botao{
		background:url(../../imagens/btn-form.jpg) no-repeat;
		width:76px;
		height:24px;
		cursor:pointer;
	}
	
.Menu{
	font:bold 12px "Trebuchet MS", Tahoma, Verdana, Arial;
	color:#FFF;
	margin-top:195px;
	width:851px;
	height:20px;
}

	.Menu li{
		display:inline;
		margin:0 100px 0 90px;
	}

.Box{
	float:left;
	width:282px;
	height:320px;
	margin-top:35px;
	border-right:2px solid #b0afa4;
}

.BoxPeq{
	float:right;
	width:282px;
	height:220px;
	margin-top:135px;
	margin-bottom:19px;
}

.Conteudo{
	width:250px;
	height:620px;
	float:left;
	margin-left:10px;
}

.Rolagem{
	width:15px;
	height:320px;
	float:right;
}

	.Rolagem .Espaco{margin-bottom:290px;}

.ConteudoPeq{
	width:250px;
	height:220px;
	float:left;
	margin-left:10px;
	overflow:hidden;
}

.RolagemPeq{
	width:15px;
	height:220px;
	float:right;
	margin-right:1px;
}
	
	.RolagemPeq .Espaco{margin-bottom:190px;}

.Palestra{
	width:250px;
	height:80px;
	margin:20px 0;
}

	.Palestra .Info{
		width:164px;
		height:58px;
	}

	.Palestra img{
		float:left;
		margin-right:10px;
	}

.BotaoAssista{
	background:url(../../imagens/btn-assista.gif) no-repeat;
	width:142px;
	height:17px;
	float:left;
	cursor:pointer;
}

.Rodape{
	width:69px;
	height:41px;
	float:right;
	margin-right:10px;
}