@charset "utf-8";
/* IMPORTACOES */
@import url('rodape.css');
@import url('clientes.css');
@import url('cliente.css');
@import url('editorial.css');
@import url('contato.css');

/* CONFIGURACOES GENERICAS */
 body {
 	background-color: #EFA77F;
 	background-image: url("../imagens/fundo.png");
	background-repeat: repeat-x;
	background-position: top;
 	background-attachment: scroll;
	color: #45464e;
	font: 10pt Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0;
 }
 img { border: 0; }
 
 #geral {
 	margin: 0 auto;
 	width: 983px;
 }
  #barra_boxes {
 	float: right;
	padding: 0;
	margin: 0;
	width: 147px;
	overflow: hidden;
 }
 #barra_boxes div {
	background-image: url('../imagens/clientes_lateral/fundo_base.png');
	background-position: top;
	background-repeat: no-repeat;
 }
 #barra_boxes .projeto img {
	position: relative;
	top: -8px;
	left: 4px;
 }
 #barra_boxes .projeto {
 	margin-bottom: -22px;;
 }
 #barra_boxes .projeto .titulo {
 	position: relative; top: -24px;
 }
 	#barra_boxes .titulo {
		background: none;
		margin-bottom: 15px;
		padding-left: 28px;
		padding-top: 3px;
		height: 21px;
		width: 119px;
	}
		#barra_boxes div a {
			color: #FFFFFF;
			font-size: 9pt;
			text-decoration: none;
		}
 
 /* TAGS */
 a { text-decoration: none; }
 h1 {
	color: #767ba6;
	float: left;
	font-size: 10pt;
	margin: 0;
}
 h2 {
 	color: #5b6196;
	font-size: 23pt;
	font-weight: normal;
	margin: 0 0 15px 0;
 }
 h3 {
 	border-bottom: 1px #dedfea solid;
	clear: both;
 	color: #5b6196;
	font-size: 9pt;
	padding-bottom: 3px;
	padding-top: 20px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
 }
 
 /* LINKS DE ACAO */
 .voltar, .imprimir, .mais, .breve {
	background-repeat: no-repeat;
	background-position: top left;
	color: #5e638e; 
	text-decoration: none;
	padding-left: 20px;
	margin-left: 10px;
 }
 .voltar img, .imprimir img, .mais img, .breve img { display: none; }
 .voltar { background-image:url('../imagens/botao_voltar.png'); }
 .imprimir { background-image:url('../imagens/botao_imprimir.png'); }
 .mais {
 	background-image:url('../imagens/botao_mais.png');
	margin-left: 0;
 }
 .breve {
 	background-image:url('../imagens/botao_breve.png');
	margin-left: 0;
 }
 .centro .conteudo_caixa .mais img { margin: 0 5px 0 0; }
 
 
 /*by Endel*/
.caixas .mais-altura {
	height: 100%;
	width: 180px;
	display: table;
	float: left;
}
 .tcentro {
	text-align: center;	
	width: 100%;
	display: table;
	/*border: 1px solid #000;*/ 
 }
 .centro .conteudo .caixas.esquerda .mais.direita {position: relative; top: -30px;}
 .download {float: right; position: relative; top: -28px;}
 .conteudo_caixa.esquerda h3 span {
 	position: relative;
	top: -16px;
	float: right;
 }
.imagem-centro {display: block;
	text-align: center;
	margin-top: -4px !important;
	*margin-top: -20px !important;
	width: 100%;
}
.revista-mais {width: 95%; text-align: right; margin-top: 10px;} 
.imagem-centro img {float: none !important;}

