@charset "utf-8";

/* Inicio Conteudo do Cabeçalho */
body {
	font-family:"Century Ghotic";
	line-height:20px;
	font-size:16px;
	color:#999;
}

.rodape {
	width:100%;
	height:10px;
	margin:auto auto auto auto;
}

.cabecalho {
	background:url(../imagens/Barra%20Cabecalho.png);
	width:940px;
	height:150px;
	border-bottom:10px solid #090;
	margin:auto;
}

.logo {
	float:left;
	background:url(../imagens/Logo.PNG);
	width:166px;
	height:99px;
	position:relative;
	margin:30px 0 0 15px;
}

.lema {
	width:186px;
	height:75px;
	margin:54px auto auto 5px;
	float:left;
	background:url(../imagens/Lema.PNG);
}

.cabecalho .menu ul {
	position: relative;
	float: right;
	font-size: 18px;
	margin-top: 90px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
}

.cabecalho .menu ul li {
	display:inline;
	padding:10px 0 0 30px;
	float:none;
}

.cabecalho .menu ul li a {
	color:#18760F;
	text-decoration:none;
}

.cabecalho .menu ul li a:hover {
	text-decoration:underline;
	color:#24BB17;
}

.cabecalho .menu ul li .active {
	color:#390;
	font-weight:bold;
}

.Fundo {
	background-image:url(../imagens/fundo.jpg);
	background-attachment:fixed;
	background-size:100%;
	background-repeat:no-repeat;
	background-color:#000;
}

/* Inicio Conteudo da Página Inicial */

#fundo_inicial { width:940px; height:auto; margin:10px auto auto auto; background-color:#FFF; }
#bancoTradicional { width:940px; height:auto; margin:10px auto 0 auto; background-color:#FFF; }
#bancoEuropeu { width:940px; height:auto; margin:10px auto 0 auto; background-color:#FFF; }

.banner { position:relative; overflow:auto; }
.banner li { list-style:none; }
.banner ul li {float:left; }.prev {
	position: absolute;
	height: 30px;
	width: 42px;
	left: 1px;
	top: 250px;
}
.next {
	position: absolute;
	height: 30px;
	width: 42px;
	left: 900px;
	top: 250px;
}

#bancoTradicional .foto1 {
	background:url(../imagens/Bancos/Banco_Tradicional/Banco001.jpg);
	width:940px;
	height:500px;
	background-size:cover;
	background-position:center;
	margin:20px auto auto auto;
}

#bancoTradicional .txtCaracteristicas {
	width:900px;
	height:auto;
	margin:20px 20px auto 20px;
	font-size:18px;
	text-align:left;
	color:#18760F;
}
#bancoTradicional .txtTexto {
	width:900px;
	height:auto;
	margin:20px 20px auto 20px;
	font-size:18px;
	text-align:left;
	color:#18760F;
}
#bancoTradicional .txtLinha {
	width:900px;
	height:auto;
	margin:20px 20px auto 20px;
	font-size:18px;
	text-align:left;
	color:#18760F;
}
#bancoTradicional .txtMedida {
	width:900px;
	height:auto;
	margin:20px 20px auto 20px;
	font-size:18px;
	text-align:left;
	color:#18760F;
}

#bancoTradicional .foto2 {
	background:url(../imagens/Bancos/Banco_Tradicional/Banco002.jpg);
	width:940px;
	height:500px;
	background-size:cover;
	background-position:center;
	margin:40px auto auto auto;
}
#bancoTradicional .foto3 {
	background:url(../imagens/Bancos/Banco_Tradicional/Banco003.jpg);
	width:940px;
	height:500px;
	background-size:cover;
	background-position:center;
	margin:20px auto auto auto;
}
#bancoTradicional .foto4 {
	background:url(../imagens/Bancos/Banco_Tradicional/Banco004.jpg);
	width:940px;
	height:500px;
	background-size:cover;
	background-position:center;
	margin:20px auto auto auto;
}
#bancoTradicional .foto5 {
	background:url(../imagens/Bancos/Banco_Tradicional/Banco005.jpg);
	width:940px;
	height:500px;
	background-size:cover;
	background-position:center;
	margin:20px auto auto auto;
}

#bancoTradicional .orcamento {
	width:auto;
	height:auto;
	float: left;
	margin: 10px 0 20px 20px; /* Top, Right, down, left*/
	font-size: 22px;
	text-align: center;
	color: #18760F;
	text-decoration: none;
	font-family: "Century Ghotic";
}

#bancoTradicional .orcamento :hover {
	color:#390;
	font-weight:bold;
}

#rodape {
	width:940px;
	height:30px;
	background-color:#FFF;
	margin:0 auto auto auto;
}

#bancoTradicional .foto1show {
	background:url(../imagens/Bancos/Banco_Tradicional/Banco001.jpg);
}

#fundo_inicial #textos {
	background:#18760F;
}

.titulohistoria {width:100%; height: auto; font-size:20px; color:#FFF; text-align:start; margin:20px auto auto 20px;}
.titulomissao {width:100%; height: auto; font-size:20px; color:#FFF; text-align:start; margin:20px auto auto 20px;}
.titulovisao  {width:100%; height: auto; font-size:20px; color:#FFF; text-align:start; margin:20px auto auto 20px;}
.titulovalores  {width:100%; height: auto; font-size:20px; color:#FFF; text-align:start; margin:20px auto auto 20px;}

.historia {
	width:90%;
	height:auto;
	margin:10px 20px auto 20px;
	font-size:18px;
	color:#FFF;
	text-align:start;
}

.missao {
	width:90%;
	height:auto;
	margin:10px 20px auto 20px;
	font-size:18px;
	color:#FFF;
	text-align:start;
}

.visao {
	width:90%;
	height:50px;
	margin:10px 20px auto 20px;
	font-size:18px;
	color:#FFF;
	text-align:start;
}

.valores {
	width:90%;
	height:50px;
	margin:10px 20px auto 20px;
	font-size:18px;
	color:#FFF;
	text-align:start;
}