/*** PAGINA TODA ***/
* {
	/*border:0;*/
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	list-style:none;
}
img, list, input, fieldset, label {
	border:0;
}
body {
	background:#e5f2f2 url('../i/bg.png') center;
}
.vcSome {
	display:none;
}
/*** ESTRUTURA GERAL ***/
#esTopo {
	background:transparent url('../i/bg_topo.png') left no-repeat;
	width:780px;
	height:74px;
	margin:0 auto;
}
#esGeral {
	background:transparent url('../i/bg_geral.png') repeat-y;
	width:780px;
	margin:0 auto;
}
#esConteudo {
	background:transparent url('../i/bg_conteudo.png') top no-repeat;
	position:relative;
	width:755px;
	min-height:500px;
	margin:0 9px;
}
#esRodape {
	position:relative;
	text-align:center;
	background:transparent url('../i/bg_rodape.png') left no-repeat;
	width:780px;
	height:78px;
	margin:0 auto;
}
#esRodape a {
	background:transparent url('../i/neobiz_logo.png') no-repeat;
	position:absolute;
	width:56px;
	height:16px;
	left:350px;
	top:42px;
	text-indent:-10000px;
	text-decoration:none;
}
#conteudo{
	min-height: 380px;
	height:380px;
	display:table;
}
/*** PAGINA PRINCIPAL ***/
/*----------------------*/
/*** FOTO E DESCRICAO ***/
#esFotoDesc {
	width:329px;
	height:370px;
	font-size:10px;
	text-align:right;
	position:absolute;
	right:3px;
	top:-50px;
}
#esFotoDesc p {
	background:transparent url('../i/fundo_textodesc.png') top right repeat-y;
}
/*** NOME  - TITULO ***/
#h1Principal {
	background:transparent url('../i/titulo_cidtomanik.png') bottom left no-repeat;
	font-size:10px;
	width:386px;
	height:128px;
	text-indent:-10000px;
	margin-left:30px;
	margin-bottom:20px;
}
/*** MENU PRINCIPAL ***/
#mnPrincipal {
	background:transparent url('../i/menu_fundo.png') repeat-y;
	width:471px;
	height:180px;
	font-size:14px;
	font-weight:bold;
	padding:20px 0 0 0;
}
#mnPrincipal li {
	margin:0 0 5px 0;
}
#mnPrincipal a {
	width:225px;
	height:19px;
	padding-left:10px;
	display:block;
}
#mnPrincipal a:link, #mnPrincipal a:visited {
	color:#f7f7f9;
	text-decoration:none;
}
#mnPrincipal a:hover {
	background:transparent url('../i/menu_hover.png') no-repeat;
}
/*** EVENTOS ***/
#esEventos {
	font-size:10px;
	height:200px;
	width:430px;
	margin-left:5px;
	margin-top:30px;
	display:table;
	
}
#esEventos h3 {
	background:transparent url('../i/eventos_titulo.png') no-repeat;
	width:109px;
	height:21px;
	text-indent:-10000px;
	margin-bottom:10px;
}
#esEventos span {
	text-align:right !important;
	display:block;
	width:210px;
	margin-top:20px;
}
#esEventosCont {
	width:425px;
	height:158px;
	position:relative;
}
#esEventosCont img {
	background:#FFF url('../i/eventos_fundofoto.png') no-repeat;
	padding:5px;
	float:right;
}
.leiamais {
	position:absolute;
	background:transparent url('../i/eventos_leiamais.png') no-repeat;
	width:90px;
	height:54px;
	left:120px;
	top:350px;
	text-indent:-10000px;
	text-decoration:none;
}
/*** LIVROS ***/
#esLivros {
	font-size:10px;
	width:200px;
	height:178px;
	text-align:right;
	position:absolute;
	left:550px;
	top:375px;
}
#esLivros a:link, #esLivros a:visited, #esLivros a:hover {
	width:135px;
	display:block;
	color:#333333;
	text-decoration:none;
}
#esLivros h3 {
	margin-bottom:3px;
	font-size:10px;
}
#esLivros img {
	float:right;
	margin-bottom:10px;
}
#esLivros p {
	clear:right;
}
