/****************** Estrutura *****************/


	#container {
		width:970px;
		margin:auto;
		min-height:99%;
		position:relative;
		}		
			
		#header {
			width:970px;
			margin:auto;
			height:124px;
			background-image:url(../images/bg_header.jpg);
			background-position:450px 50px;
			background-repeat:no-repeat;
			}
			#header_logo {
				width:190px;
				height:104px;
				text-align:center;
				padding-top:20px;
				float:left;
				}
			#header_fone {
				width:530px;
				height:23px;
				text-align:center;
				float:right;
				margin-top:20px;
				}	
			.header-painel-promo {
				margin-top:-245px;
				margin-left:660px;
				width:297px;
				height:233px;				
				z-index:600;
				position:relative;
				}
			.header-painel-promo-card {				
				width:274px;
				height:80px;
				background-image:url(../images/bg_quadro.png);
				background-position:left top;
				background-repeat:no-repeat;
				z-index:700;
				padding-top:30px;
				padding-left:23px;
				}
				.header-painel-promo-card .titulo {	
					width: 183px;float: left;color: #942023;font-size: 20px;
					}
				.header-painel-promo-card .valor {	
					float: left;color: #942023;font-size: 20px;width:85px;
					}
					.header-painel-promo-card .valor span {	
						font-size: 14px;
						}
				.header-painel-promo-card .linha {	
					color: #eb4e23;
					}
					
					
		#menu_principal {
			width:970px;
			height:44px;
			margin-bottom:1px;
			/*background-image:url(../images/header_menu.png);
			background-position:center;
			background-repeat:no-repeat;*/
			}	
		
		#content {
			width:970px;
			padding-bottom:160px;
			font-size:12px;
			}	
			input[type=submit], input[type=reset], input[type=button]{
				border:2px solid #271D1B;
				background-color:#5D3627;
				color:#EBBE83;
			}
			#content after{
				content:".";
				display:block;
				clear:both;
				visibility:hidden;
				height:0;
				overflow:hidden;
				}
			#card{
				clear:both;
				width:970px;
				display:inline;
				}	 
				#card .box{
					width:480px;
					float:left;
					border-right:dotted 2px #c27677;
					}
				#card .box2 {
					width:482px;
					float:left;
					margin-left:6px;
					}
		
		#footer {
			height:150px;
			width:100%;
			clear:both;
			position:absolute;
			bottom: 0px;
			z-index: 20;
			background-image:url(../images/bg_footer.jpg);
			background-position:left 25px;
			background-repeat:repeat-x;
			color:#5f3813;
			}
			#footer #map {
				clear:both;
				width:890px;
				height:80px;
				float:right;
				margin-right:10px;
				margin-top:20px;
				}
				#footer #map .box{
					float:left;
					width:120px;
					height:80px;
					margin-left:30px;
					}
					#footer #map .box .titulo{
					 	font-weight:bold;
						border-bottom:solid 1px #7f5833;
					 	}