@charset "windows-1252";
/* CSS Document */

body {
	margin: auto;
	background-color: #e2e2e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #333;
	text-align: justify;
	}

img {
	display: block;
	}

h1, h2, h3, h4 {
	line-height: 1em;
	}

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }

	
/* ********************************************** */
/* ****** CABEÇALHO ***************************** */	
/* ********************************************** */	
	
#topo {
	background-repeat: repeat-x;
	background-position: top;
	}	

#topo img {
	display: block;
	border: 0;
	}


/* ********************************************** */
/* ****** CONTEINERS **************************** */	
/* ********************************************** */	

.cabecalho, .pagina_inicial, .pagina_interna, .creditos {
	margin: auto;
	width: 760px;
	height: auto;
	}	
	

/* ********************************************** */
/* ****** CORPO ********************************* */	
/* ********************************************** */	

#corpo {
	background-color: #fff;
	padding: 1.5em 0 2em 0;	
	}

.pagina_inicial .direita {
	vertical-align: bottom;
	width: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	}

	.entrada_texto {
		text-align: right;
		float: left; 
		width: 260px; 
		vertical-align: top;
		}

	.entrada_menu {
		text-align: center;
		margin-left: 280px; 
		vertical-align: top;
		border-left: 1px solid #ddd;
		padding-left: 20px;
		}

	.entrada_menu a {
		text-decoration: none;
		font-weight: bold;
		font-size: 1.5em;
		display: block;
		margin-bottom: 1.2em;
		}
	.entrada_menu img {
		padding: 0;
		border: 0;
		margin: 0;
		}

.pagina_inicial .direita img {
	display: inline;
	}

.pagina_interna .direita {
	text-align: center;
	width: 155px;
	float: right;
	background: none;
	background-color: #fff;
	}

.pagina_interna .esquerda {
	width: 585px;
	}

	.interna_menu {
		text-align: center;
		background-color: #ebebeb;
		padding: 0
		}

	.interna_menu a {
		line-height: 0.9em;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.2em;
		display: block;
		padding: 0.5em 1em;
		}

	.interna_menu img {
		margin: auto;
		}

	.pagina_interna .assinaturas {
		margin: 1.5em 0 1em 0;
		padding: 1.3em 1em;
		text-align: center;
		background-image: url(img/box_assinaturas.gif);
		background-position: top;
		background-repeat: no-repeat;
		}

	.pagina_interna .direita .assinaturas h3 {
		margin: 0 0 0.2em 0;
		color: #ff9900;
		}

	.pagina_interna .direita h3 {
		text-align: center;
		margin: 0 0 0.8em 0;
		padding: 0;
		font-size: 1.5em;
		color: #999;
		}

	.pagina_interna small {
		text-align: center;
		}

.assinaturas {
	padding: 0.3em 1em;
	text-align: right;
	}

	.assinaturas h3 {
		font-size: 1.5em;
		color: #ff9900;
		margin: 0;
		padding: 0;
		}

.botoes {
	clear: both;
	text-align: right;
	}

.botoes img {
	margin-top: 3px;
	display: inline;
	margin-left: 0.3em;
	}

.coluna img {
	margin: 0.5em 0;
	}

.volume h3 {
	margin: 1.5em 0 0.5em 0;
	}

.fundos {
	padding-top: 2em;
	width: 725px;
	border: 0 solid red;
	background-color: #fff;
	text-align: right;
	}

.linha_tempo {
	text-align: center;
	background-image:url(img/linha_tempo/caixa_linhatempo.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 0.85em;
	padding: 1em 0.3em;
	}

.linha_tempo img {
	display: inline;
	border: 0;
	}

.linha_tempo a {
	padding: 0;
	}

	.linha_tempo_esquerda {
		background-image: url(img/linha_tempo/seta_esquerda.gif);
		background-position: top;
		background-repeat: no-repeat;
		height: 81px;
		padding-top: 0.2em;
		}

	.linha_tempo_esquerda h4 {
			border: 0 solid red;
			color: #fff;
			margin: 25px 0 7px 15px;
			padding: 0;
			}

		.linha_tempo_esquerda a {
			margin-top: 0;
			border: 0 solid red;
			padding-left: 65px;
			}
	
	.linha_tempo_meio {
		vertical-align: middle;
		text-align: center;
		color: #999;
		}

		.linha_tempo_meio h2 {
			padding-top: 0.5em;
			}

	.linha_tempo_direita {
		background-image: url(img/linha_tempo/seta_direita.gif);
		background-position: top;
		background-repeat: no-repeat;
		height: 81px;
		text-align: right;
		}
		
		.linha_tempo_direita h4 {
			border: 0 solid red;
			color: #fff;
			margin: 25px 15px 7px 0;
			padding: 0;
			}

		.linha_tempo_direita a {
			margin-top: 0;
			border: 0 solid red;
			padding-right: 65px;
			}


.balao {
	margin: 1em 0;
	background-image: url(img/linha_tempo/balao_meio.gif);
	background-position: top;
	background-repeat: repeat-y;
	}

.balao p {
	padding: 0 2em;
	}

.balao h2 {
	padding-top: 0.4em;
	text-align: center;
	margin: auto;
	}


.thumb {
	width: 100px;
	float: left;
	border: 0 solid blue;
	display: block;
	padding-bottom: 2em;
	}

.thumb_texto {
	display: block;
	margin-left: 120px;
	border: 0 solid blue;
	}

.thumb_texto h4 {
	margin: 0 0 0 0;
	text-transform: uppercase;
	}

.thumb_data {
	margin: 0 0 0.5em 0;
	color: #666;
	font-weight: bold;
	}

.thumb_texto p {
	margin: 1em 0;
	}

.clear_both {
	clear: both;
	margin: 2em 0;
	border-top: 1px solid #dedede;
	border-bottom: none;
	border-right: none;
	border-left: none;
	}

.tabela_wallpapers {
	text-align: center;
	font-size: 1em;
	}

.tabela_wallpapers td {
	padding-bottom: 1em;
	}


/* ********************************************** */
/* ****** RODAPÉ ******************************** */	
/* ********************************************** */	

#rodape {
	padding: 1em;
	background-color: #e2e2e2;	
	}	

.creditos {
	text-align: center;
	font-size: 0.95em;
	}	
	
	
	
/* *********************************************** */
/* ****** MUTRETA ******************************** */	
/* *********************************************** */	

/* Isso resolve de uma vez por todas o problema dos DIV com FLOAT sendo reconhecidos como VAZIOS no Firefox! */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	
	
