* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
	outline: none;
}

a img {
	border: none;
}

.divClear {
	clear: both;
}

.floatR {
	float: right;
}

.floatL {
	float: left;
}

.tamanho-inteiro {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.tCinza {
	color: #999;
}

html {
	height: 101%;
}

body {
	background: url('/images/bg.jpg') repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #000;
}

/* Cabeçalho */

#cabecalho {
	height: 171px;
	width: 100%;
	background: url('/images/topo.png') repeat-x;
}

#cabecalho div {
	position: relative;
	z-index: 10;
	height: 111px;
	text-align: center;
	background: url('/images/topo2.png') no-repeat;
	margin: 0 auto;
	padding: 30px 0;
}

#cabecalho div h1 {
	position: relative;
	width: 240px;
	height: 82px;
	font-size: 0px;
	margin: 0 auto;
	z-index: 5;
}

#cabecalho div h1 span {
	background: url('/images/logo.png') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* Imagens cabeçalho */

#imagens-topo {
	position: relative;
	margin-top: -65px;
	z-index: 1;
	width: 1000px;
	height: 228px;
}

#imagens-topo img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* Navegação */
#nav {
	position: relative;
	z-index: 500;
	height: 47px;
	margin-top: -15px;
	width: 1000px;
}

#nav div {
	text-align: center;
	background: url('/images/bg_menu.png') no-repeat center;
	padding: 0 15px;
	wdith: 970px;
	height: 47px;
}

#nav ul {
	list-style-type: none;
	margin: 0 auto;
	width: 745px;
}

#nav ul li {
	position: relative;
	float: left;
	display: block;
	background: url('/images/separador_menu.jpg') no-repeat right center;
	padding-right: 2px;
}

#nav ul li ul {
	display: none;
	position: absolute;
	width: 200px;
	top: 35px;
	left: 0;
	background: #FFE47A;
}

#nav ul li ul li {
	text-align: left;
	float: none;
	background-image: none;
}

#nav ul li.ultimo {
	background: none;
}

#nav ul li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px 22px 12px 22px;
	margin-top: 2px;
	outline: none;
}

#nav ul li a:hover, .dropdownAtivo {
	background: url('/images/selecao_menu.jpg') repeat-x top;
}

/* Conteudo */
#conteudo {
	postion: relative;
	z-index: -1;
	background: #FFF;
	padding: 30px 15px 15px;
	width: 970px;
	margin-top: -20px;
}

/* Rodape */
#rodape {
	background: url('/images/bg_rodape.png') no-repeat center;
	height: 53px;
	padding: 15px;
	width: 970px;
	margin: 11px auto;
}

#rodape ul {
	list-style-type: none;
}

#rodape ul li {
	float: left;
	margin-right: 10px;
	line-height: 53px;
}

#rodape ul li .linkOrkut {
	color: #B43497;
	font-weight: bold;
}

#rodape p {
	font-size: 10px;
	color: #A6A6A6;
	line-height: 53px;
}

#rodape p img {
	vertical-align: middle;
	margin-left: 5px;
}

/* Paginacao */
.paginacao {
	text-align: center;
}

.paginacao img {
	margin: 0 5px;
}

.paginacao span a {
	font-size: 12px;
	color: #000;
	margin: 0 5px;
	text-decoration: none;
}

.paginacao span.pagAtual {
	padding: 3px 5px;
	margin: 0 5px;
	font-size: 12px;
	background: #F60;
	color: #FFF;
	text-decoration: none;
}

/* Paginas de dentro */
#main {
	float: left;
	width: 655px;
}

#lado {
	width: 300px;
	float: right;
}

#lado div {
	margin-top: 15px;
}

.tituloPagina {
	font-size: 18px;
	background: url('/images/quadrado_laranja.jpg') no-repeat left center;
	padding: 0 0 0 25px;
}

.subtituloPagina {
	margin: 0 0 15px 0;
}

#lado h3 {
	font-size: 22px;
	padding: 7px 10px;
	background: #F8F8F8;
	border: 1px solid #CCC;
	margin: 0;
}

#busca {
	padding: 15px;
	border: 1px solid #CCC;
	border-top: none;
}

#busca label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#busca input, #busca select {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	font-size: 14px;
	border: 1px solid #CCC;
	padding: 3px 5px;
	background: #FFF;
	margin-bottom: 5px;
}

#tituloBusca {
	width: 256px;
}

#diaBusca {
	width: 57px;
}

#mesBusca {
	width: 133px;
}

#anoBusca {
	width: 68px;
}

#busca button {
	color: #F90;
	background: #F8F8F8;
	font-size: 16px;
	float: right;
	padding: 7px 10px;
	border: 1px solid #CCC;
	margin-top: 7px;
}
