#geral
{
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	width: 960px;
}

#topo
{
	height: 150px;
}

#logo
{
	float: left;
	height: 150px;
	width: 315px;
}

#contato
{
	float: left;
	height: 150px;
	text-align: right;
	width: 645px;
}

#menu
{
	background: url(../imagens/bg-menu.gif) repeat-x top;
	height: 30px;
}

#menu ul
{
	margin: 0 auto;
	width: 680px;
}

#menu li
{
	display: block;
	float: left;
}

#menu li a
{
	color: #ffffff;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

#menu li a:hover
{
	color: #ebb101;
}

#canto-menu
{
	background: url(../imagens/canto-menu.gif) no-repeat top;
	float: left;
	height: 30px;
	width: 92px;
}

#conteudo
{
	clear: both;
	height: 100%;
}

#barra-esquerda
{
	background: #f2f1ef;
	border-right: 6px solid #00164c;
	float: left;
	padding: 10px;
	text-align: center;
	width: 174px;
}

#barra-esquerda h3
{
	color: #0e2d96;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
}

#barra-esquerda p
{
	font: italic 11px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

.leoncio
{
	background: url(../imagens/leoncio.gif) no-repeat center;
	height: 254px;
}

.areacliente
{
	border: 1px solid #cccccc;
}

.areacliente-borda
{
	background: url(../imagens/areacliente-borda.gif) no-repeat top;
	height: 14px;
}

.areacliente h6
{
	color: #000000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}

.linha
{
	height: 20px;
	line-height: 20px;
	text-align: left;
	padding: 5px;
}

.linha label
{
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	width: 100px;
}

.alinhar-direita
{
	text-align: right;
}

.textbox
{
	padding: 3px 3px;
	border: 1px solid #000c52;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif !important;
	color: #333 !important;
}

#conteudo-geral
{
	background: url(../imagens/borda-conteudo.gif) no-repeat top right;
	float: left;
	height: 100%;
	width: 760px;
}

#conteudo-geral h3
{
	color: #ebb101;
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
}

#conteudo-geral h3.azul
{
	color:#0e2d96;
}

#conteudo-geral h4
{
	border-bottom:1px solid #cccccc;
	color:#f0c541;
	font-size:14px;
	padding:5px;
	margin:5px;
}

a.linksuteis
{
	color:#000000;
	text-decoration:none;
}

a.linksuteis:hover
{
	color:#cc0000;
}

#conteudo-geral p
{
	color: #2c4aaf;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
}

.laranja
{
	color:#ebb101;
}

#banner
{
	height: 154px;
	z-index:10;
}
.divisoria-h
{
	background: url(../imagens/divisoria-h.gif) no-repeat center;
	height: 20px;
	text-align: center;
}
.caixa-conteudo
{
	float: left;
	text-align: center;
	width: 250px;
}



.caixa-conteudo h3
{
	color: #ebb101;
	font-size: 18px;
	padding: 5px;
}

.caixa-conteudo p
{
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.caixa-conteudo a
{
	color: #123285;
	font-weight: bold;
	text-decoration: none;
}

.caixa-conteudo a:hover
{
	color: #cc0000;
}

.divisoria-v
{
	background: url(/imagens/divisoria-v.gif) no-repeat center;
	width: 5px;
	float: left;
	height: 200px;
}

.divisoria-h-borda
{
	background: url(/imagens/divisoria.gif) center;
	clear: both;
	height: 20px;
}

#rodape
{
	border-top: 6px solid #00164c;
	clear: both;
	color: #00164c;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 5px;
}

#dropmenudiv
{
	position: absolute;
	margin-top: 7px;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height: 20px;
	z-index: 100;
	text-align: center;
}

#dropmenudiv a
{
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}

#dropmenudiv a:hover
{
	/*hover background color*/
	background-color: #3142cb;
}

			#pop h1
			{ 
				color:#0033CC;
				font:bold 11px Verdana, Arial, Helvetica, sans-serif; 
			}
			
			#pop
			{
				background:#fac945;
				display:none; 
				position:absolute; 
				left:30%; 
				top:20%; 
				margin:0 auto;
				padding:10px;
				width:580px;
				height:330px;
				border:2px solid #1228d9; 
				text-align:right;
				z-index:1000;
			}
			#pop a
			{
				color:#cc0000;
				font:bold 11px Verdana, Arial, Helvetica, sans-serif;
				text-decoration:none;
			}
			#pop a:hover
			{
				text-decoration:underline;
			}

.gallery{
  position: relative;
  overflow: hidden;
  background-color: #666;
  padding: 12px;

  /* Add height & width properties to fix the size of gallery. */
  height: 400px; 
  width: 500px;
}

.texto {
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#000c52;
	line-height:30px;
}

.botao {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000c52;
	border: 1px solid #ffffff;
}

.forms {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #25207e;
}
