@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-image: url(../imagens/bg.gif);
/*	background-color: #001854;*/
}
body a{text-decoration: none; color: #003E7E;}
body a:hover{text-decoration: none; color:#FFF;}
body img {border: none;	text-decoration: none;}

body h1{
	font-size: 22px;
	color: #003E7E;
	font-weight: bolder;}
body h2{
	font-size: 14px;
	color: #003E7E;
	font-weight: bold;}
body h3{
	font-size: 10px;
	color: #000;
	font-weight:bold;}
body h4{
	font-size: 10px;
	color: #003E7E;
	font-weight: bold;}
body h5{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;}
body h6{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: lighter;}
body h6 strong{
	font-weight: bold;
}


#container {
	width: 996px;
	height: 600px;
	margin: 0 auto;
}

/* TOPO */
	#topo {
		width: 996px;
		height: 86px;
	}
	
	#topo_df {
		width: 996px;
		height: 86px;
		background: url(../imagens/topo_home.png) no-repeat;
	}
	#topo_texto {
		float: left;
		margin-left: 110px;
	}
	#topo_texto h4 {
		margin-top: -10px;
	}
	

/* RODAPE */
	#rodape {
		width: 996px;
		height: 49px;
		position: fixed;
		bottom: 0;
	}
	
	#rodape_df {
		width: 996px;
		height: 49px;
		background:url(../imagens/rodape_fla.png) no-repeat;
		position: fixed;
		bottom: 0;
	}
	
	#divDP {
		margin-left: 25px;
		padding-top: 10px;
	}
	
	
	#divBusca {
		text-align:left;
		width: 155px;
		float: left;
	}
	#divBusca form {
		width: 150px;
	}
	#strBusca {
		width: 90px;
		font-size: 10px;
	}
	#rodape_texto {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 10px;
		font-weight: bold;
		padding-left: 17px;
	}

	#rodape_texto table {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 10px;
		color: #003E7E;
		font-weight: bold;
	}
	
	#rodape_texto_fx {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 10px;
		font-weight: bold;
		padding-top: 9px;
		margin-left: 18px;
	}


/* MEIO */
	#meio {
		width: 996px;
		height: 514px;
		margin-top: 20px;		
	}
	
	/* Centraliza imagens na tela */
	.abertura img {
		padding-top: 40px;
	}


		/* Classe para a div meio de index e video */
		.abertura{
			text-align: center;
		}

/*		#meio_video {
			padding-top: 10px;
		}
*/		#meio_video img{
			padding-top:0px;
		}
		#meio_livros {
			margin-top: -10px;
			z-index: 1;
		}
		
/*		#texto_livros{
			height: 996px;
			width: 300px;
			z-index: 2;
			position: absolute;
			top: -100px;
			writing-mode: tb-rl;
			filter: flipv fliph;
		}
*/


/* FUNDOS DE TELA */

	.index{
			background: url(../imagens/bg.gif);
	}
	.video{
			background: url(../imagens/fundo_video.gif) repeat-x;
	}
	
	.depoimento_form{
		background: url(../imagens/fundo_depoimentos.gif) no-repeat;
	}


/* TELA DE DEPOIMENTOS */
	#esquerda {
		margin-top: 30px;
		margin-left: 65px;
		float: left;
		width: 400px;
		height: 435px;
	}
	#direita {
		margin-top: 30px;
		font-weight:bold;
		float:right;
		width: 385px;
		height: 435px;
		margin-right: 100px;
	}
	#meio a{
		color: #000;
		font-weight:bold;
		text-decoration: none;
	}
	#meio a:hover {
		color: #000;
		font-weight:bold;
		text-decoration: none;
	}
	
	#Quadro_depoimentos {
		height: 355px;
	}
	
	/* TABELA DE PAGINAÇÃO */
	.tabelapagina {
		font-size: 12px;
		font-family: Tahoma, Geneva, sans-serif;
		color: #000;
		position:relative;
	}
	
	
	.textodepoimento {
		margin-top: 13px;
		font-size: 18px;
		font-weight: bold;
	}
	.textodepoimento h2{
		text-align: right;
		font-size: 10px;
		font-weight:bold;
	}
	.textodepoimento h3{
		font-size: 12px;
		font-weight:bold;
	}

	.campo{
		margin-top: -10px;
	}
	
	form {
		padding-top: 10px;
	}
	
	#assinatura {
		margin-top: 300px;
	}


