/*Apresentação principal do site*/
html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#3F4C71 url(../imagens/bg.gif);
	height:100%;
}
a:link,a:hover,a:visited,a:active {
	color:#2244AA;
	font-size:12px;
}
img {
	padding:0;
	margin:0;
	border:0;
}
#logoPrincipal {
	margin:0 auto;
	text-align:center;
}
h1 {
	color:#222;
	font-family:Verdana, Arial, sans-serif;
	font-size:1.5em;
	border-bottom:1px solid #EEE;
	overflow:hidden;
}
h2 {
	font-family:Arial,Verdana,sans-serif;
	font-size:1.3em;
	color:#333;
}
h4 {
	color:#000;
	font-family:Arial, sans-serif;
	font-size:0.9em;
}
label {
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
}
#tudo {
	width:700px;
	margin:0 auto;
	text-align:center;
	min-height:100%;
	position:relative;
	background:#FFF url(../imagens/fundo_lateral.gif) repeat-y;
}
* html #tudo {
	height:100%;
}
#cabecalho {
	background:#FFF;
	width:700px;
	height:143px;
}
#cabecalho #logo {
	background:#FFF;/*url('../imagens/bg_logo.gif') no-repeat;*/
	width:220px;
	height:103px;
	float:left;
	padding-top:40px;
	padding-left:20px;
}
#cabecalho #logo img {
	width:200px;
	height:63px;
}
#cabecalho #menuPrincipal {
	background:url('../imagens/bg_cabecalho_used.gif') no-repeat;
	width:460px;
	height:143px;
	float:right;
	text-align:left;
	line-height:0;
}
#cabecalho #menuPrincipal img {
	border:0;
}
#cabecalho #menuPrincipal * {
	margin:0;
	padding:0;
}
#menu {
	width:700px;
	height:25px;
	background:#102550;
	color:#FFF;
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;
	line-height:0px;
	vertical-align:middle;
}
ul, li {
	padding:0;
	margin:0;
}
#menu li {
	list-style:none;
	display:block;
	float:left;
	width:75px;
}
#menu li:hover {
	background:#862F4F;
}

#menu a {
	color:#FFF;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
}
#menu a:hover {
	background:#862F4F;
}
#menu #mEsq {
	width:236px;
	float:left;
	height:25px;
	line-height:25px;
	background:#102550;
	color:#FFFF00;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
#menu #mDir {
	width:460px;
	float:right;
	background:#102550;
	text-align:center;
	height:25px;
}
#conteudo {
	clear:both;
	width:700px;
	text-align:left;
	padding-bottom:100px;
	overflow:hidden;
}
#lateral {
	float:left;
	width:240px;
}
#lateral_conteudo {
	padding-left:50px; 
	margin-top:15px;
	padding-right:10px;
	padding-bottom:15px;
}
#principal {
	float:right;
	width:430px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:justify;
}
#livro_destaque {
	width:115px;
	float:left;
}
.bloco_iden {
	height:30px;
	vertical-align:middle;
	line-height:30px;
}
.bloco_iden img {
	float:left;
	height:30px;
	margin-right:5px;
}
#clear {
	clear:both;
}
#rodape {
	background:#3388CC url(../imagens/fundo_rodape.gif) repeat-x;
	height:auto;
	width:700px;
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
	color:#FFF;
}
#rodape #rEsq {
	background:url(../imagens/fundo_lateral_rodape.gif) repeat-y;
	width:240px;
	height:auto;
	float:left;
}
#rodape #rDir {
	background:url(../imagens/fundo_lateral_rodape.gif) repeat-y;
	width:700px;
	text-align:center;
	height:auto;
	float:right;
}
#rodape #rDir #top {
	height:18px;
	width:100%;
	text-align:left;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	vertical-align:middle;
	padding-left:50px;
	color:#FFFF00;
}
#rodape #rDir #bottom {
	padding-top:10px;
	height:auto;
	width:100%;
	padding-bottom:10px;
}
#rodape ul, li {
	margin:0;
	padding:0;
}
#rodape li {
	list-style:none;
	display:inline;
	margin-right:15px;
}
#rodape a {
	color:#FFF;
	text-decoration:none;
	font-family:Verdana, Arial, sans-serif;
	font-size:9px;
	font-weight:bold;
}
h3 {
	color:#3B4B90;
	font-family:sans-serif;
	font-size:13px;
}
hr {
	color:#F3F3F3;
	border:1px solid #F3F3F3;
}
.span_left {
	text-align:right;
	font-weight:bold;
}
.span_right {
	text-align:left;
}