/*---------------------ATENÇÃO-----------------------//
//-----TODOS OS CÓDIGOS UTILIZADOS NESSA PÁGINA------//
//----SÃO DE AUTORIA DA GENIART E DEMAIS AUTORES,----//
//-------DEVIDAMENTE IDENTIFICADOS PELOS NOMES.------//
//------A UTILIZAÇÃO INDEVIDA DOS CÓDIGOS SEM O------//
//------CONSENTIMENTO POR PARTE DA GENIART SERÁ------//
//---TRATADO SEGUNDO AS LEIS DE DIREITOS AUTORAIS----//
//---------------------------------------------------*/

* { 
	margin: 0; 
	padding: 0;
}

body {
	background-color: #152759;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.8px;
	color: #1a388c;
}

#pagina {
	width: 740px;
	height: auto;
	overflow: auto;
	background: url(../figuras/fundo.jpg) center center repeat-y;
}

#topo{
	position: relative;
	display: block;
	background: url(../figuras/topo.jpg) center center no-repeat;
	height: 188px;
	width: auto;
}

#ladoEsquerdo{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 192px;
	height: auto;
	text-align: center;
}

#menu {
	position: relative;
	float: right;
	top: -160px;
	left: 0px;
	width: 192px;
	height: 295px;
	background: url(../figuras/fundo_menu_metade.jpg) bottom left no-repeat;
}

#menu ul{
	width:192px;
	margin-top: 34px;
	margin-left: 8px;
	list-style-type:none;
}

#menu li{
	height: 41px;
}

#menu li a{
	font-size: 12px;
	color: #035abd;
}

#menu #titMenu a{
	color: #1a388c;
	font-size: 12px;
	font-weight: bold;
}

#menu li a:hover, #menu #titMenu a:hover{
	color: #ffffff;
}

#conteudo{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 526px;
	text-align: left;
}

#ladoDireito{
	position: relative;
	float: left;
	top: 50px;
	left: 0px;
	width: 186px;
	height: auto;
	text-align: center;
	margin: 0px;
	margin-bottom: 70px;
}

#rodape{
	position: relative;
	float: left;
	width: 100%;
	background: url(../figuras/rodape.jpg);
	left: 0px;
	top: 0px;
	overflow: hidden;
	height: 123px;
	margin: 0; 
	padding: 0;
}

#caixaEndereco{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 325px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	letter-spacing: 0px;
}

#caixaLogo{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 0px;
}

.fotos{
	position: relative;
	float: left;
	left: 0px;
	width: 100%; 
	text-align: center; 
	padding: 0px;
	margin: 0px;
}

.fotos a{
	position: relative;
	float: left;
	width: 160px;
	height: 110px;
	text-align: center;
	border: 1px dashed #ddd;
	margin: 4px;
}

.fotos a:hover{
	border: 1px dashed #edc55a;
}

#conteudo p{
	margin-right: 18px;
	margin-top: 18px;
	font-weight: normal;
	text-align: justify;
	text-indent: 35px;
	padding: 0px;
}

#caixaEndereco p{
	text-indent: 15px;
	font-size: 11px;
}

#conteudo ul{
	margin-left: 35px;
	list-style-position: inside;
	width: 95%;
}

#conteudo li{
	margin-top: 7px;
}

a{
	font-size: 11px;
	font-weight: bold;
	color: #035abd;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	margin: 0px;
	position: relative;
	float: left;
	top: 18px;
	left: 30px;
	text-indent: -5000px;
	overflow: hidden;
}

h2{
	font-size: 20px;
	color: #1a388c;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 14px;
}

h3{
	font-size: 15px;
	color: #035abd;
	padding-top: 10px;
	text-indent: 14px;
	font-style: italic;
}

h4{
	color: #edc55a;
	font-size: 12px;
	text-align: justify;
	text-indent: 33px;
}

h5{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 80px;
	height: 49px;
	font-size: 0;
	text-indent: -4000px;
	overflow: hidden;
	background: transparent url(../figuras/logo_geniart.gif) top left no-repeat;
	cursor: pointer;
}

h6{
	color: #1a388c;
	font-size: 11px;
	font-weight: bold;
	text-indent: 15px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
}

.divisaoConteudo{
	margin-top: 15px;
	border-top: 1px solid #79332b;
}

.detalhe_vermelho{
	color: red;
}

.tabTitulo{
	clear: left;
	position: relative;
	float: left;
	width: 100px;
	line-height: 20px;
	margin-left: 45px;
}

.formCampo{
	border: 1px dashed #c4ccde;
	font-size: 12px; 
	color: #4a659c; 
	font-family: arial;
	margin-left: 10px;
}

.formBotao{
	border: #c4ccde 1px solid;
	font-size: 12px; 
	background-color: #ffffff; 
	color: #4a659c; 
	font-family: arial;
	cursor: pointer;
	height: 20px;
}
