@import "../css/layout_definicoes.css";

html, body {
	height: 100%;
	}

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;


	}
	

html.home {
	background: url(../imagem/bg_home.jpg) repeat-x #507BB4;
	}

html {
	background: url(../imagem/bg_internas.jpg) repeat-x #FFF;
	}
	
body.home, body {
	line-height: 1.4em;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
}
	
a{
	color:#5393C9;;
}
body.home {
	background: url(../imagem/bg_home_complemento.jpg) top center no-repeat;
	}

body {
	background: url(../imagem/bg_internas_complemento.jpg) top center no-repeat;
	}

#pagina {
	width: 778px;
	margin: 0 auto;
	min-height: 100%;
	}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	}


h2{
font-weight:800;
color:#5393C9;
font-size:15px;
margin-bottom:9px;
text-align:left;
line-height:20px;

}

h3{
font-weight:800;
color:#5393C9;
font-size:15px;
margin-bottom:9px;
text-align:left;
line-height:20px;
font-size:14px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MENU
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#menu {
	background: url(../imagem/bg_menu.jpg) no-repeat;
	width: 100%;
	height: 82px;
	z-index: 1;
	}
	
#subMenu {
	width: 100%;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
CABECALHO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#cabecalho {
	margin:0;
	height: 351px;
	/*background: url(../imagem/provisorias/flash_home.png) no-repeat;*/
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MIOLO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#floater {
	position: absolute;
	left: 20%; 
	top: 20%;


	overflow: hidden;
	z-index: 11;
}

#contentMiolo {
	padding: 0 7px;
	padding-bottom: 300px;
	text-align: justify;

	}

#contentMioloHome {
	padding-bottom: 120px;
	}

#conteudo {
	/*width: 100%;*/
	color: #4a4a4a;
	}
	
#conteudoHome {
	clear: both;
	width: 100%;
	color: #FFF;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
RODAPE
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#rodape {
	width: 100%;
	height: 337px;
	background: url(../imagem/bg_rodape_internas.png) top center no-repeat;
	text-align: center;
	line-height: 1.5em;
	position: relative;
	margin: -30.7em auto 0 auto;
	color: #4C76AE;
	}
	
	
	
#rodapeHome {
	width: 100%;
	height: 59px;
	background: #003366;
	text-align: center;
	line-height: 1.5em;
	position: relative;
	margin: -7.7em auto 0 auto;
	padding-top: 25px;
	color: #4C76AE;

	}

#rodapeHome{

}
#rodapeHome .endereco{
	margin-left: 20px;
	width:500px;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}
#rodape a.saibaMais{
	color:#fff;

	font-weight:bold;
	cursor:pointer;
	z-index:1;
}
#rodape a.saibaMais:hover{
text-decoration:underline
}

.rodapeFuncionamento{
	width:300px;
	float:left;
	margin-left: 10px;
	clear: none;
}



.rodapeFuncionamento h1{

background:url(../imagem/titcham_horario.gif) no-repeat left top;
_font-size:0px;
height:20px;

}
.rodapeFuncionamento h1 span{
visibility:hidden;
}

.rodapeLocalizacao{

width:160px;
float:right;
position:relative;
left:-120px;
}
.rodapeLocalizacao h1{
background:url(../imagem/titcham_localizacao.gif) no-repeat left top;
margin-bottom:8px;
}
.rodapeLocalizacao span{
visibility:hidden;
}

#logoMKT img{
	position:relative;
	left:90px;
}
