/* IMPRIMIR */

#guia-imprimir {
	clear:both;
	width:900px;
	margin:20px auto 20px auto;
}

#guia-imprimir h1 {
	font-size:20px;
	font-weight:normal;
	border-bottom:1px solid #999;
	color:#333;
	margin-bottom:20px;
	padding-bottom:5px;
}

/* TOPO */

header#topo-banner {
	clear:both;
	margin:0px;
	border-bottom:5px solid #0074a8;
	background:#ababab;
	height:110px;
}

header#topo-banner #cont-topo-banner {
	clear:both;
	margin:0px auto 0px auto;
	width:990px;
	padding:10px 0px 10px 0px;
}


/* CENTRAL */

section#central {
	clear:both;
	background:#FFF;
	margin:0px;
}

section#central #cont-central {
	clear:both;
	width:990px;
	margin:0px auto 0px auto;
	padding-bottom:20px;
}

/* BUSCA */

section#central #cont-central header#topo-busca {
	clear:both;
	height:100px;
	padding:10px 0px 10px 0px;
}

section#central #cont-central header#topo-busca {
	clear:both;
	height:90px;
	padding:10px 0px 10px 0px;
}

section#central #cont-central header#topo-busca #marca-guia {
	float:left;
	width:175px;
	height:90px;
}

section#central #cont-central header#topo-busca #busca {
	float:left;
	width:705px;
	background:url(../img/fundo-busca.jpg) no-repeat;
	height:90px;
}

section#central #cont-central header#topo-busca #busca #menu {
	clear:both;
	height:20px;
	margin-left:150px;
}

section#central #cont-central header#topo-busca #busca #itens-busca {
	clear:both;
	margin:10px 0px 0px 24px;
}

section#central #cont-central header#topo-busca #marca-nucleo {
	float:left;
	width:110px;
	height:90px;
}

/* CONTEUDO */

section#central #cont-central #conteudo {
	clear:both;
	margin:10px 0px 0px 0px;
	background:url(../img/fundo-conteudo.jpg) repeat-y top;
}

section#central #cont-central aside#coluna-esquerda {
	float:left;
	width:145px;	
	margin-right:16px;
}

section#central #cont-central #mancha {
	float:left;
	width:549px;
	margin:0px 15px 0px 15px;
}

section#central #cont-central aside#coluna-direita {
	float:left;
	width:234px;
	margin-left:16px;
}


/* RODAPE */

footer#rodape {
	clear:both;
	margin:0px;
	border-top:5px solid #0074a8;
	height:140px;
}

footer#rodape #cont-rodape {
	clear:both;
	margin:0px auto 0px auto;
	width:990px;
}

footer#rodape #cont-rodape #rodape-marca-guia {
	float:left;
	width:85px;
	margin:0px;
	height:90px;
}

footer#rodape #cont-rodape #rodape-menu {
	float:left;
	width:750px;
	margin:0px;
	padding-top:16px;
	text-align:center;
}

footer#rodape #cont-rodape #rodape-marca-nucleo {
	float:left;
	width:155px;
	margin:0px;
	height:90px;
}


/* CLASSES DE DIVs */

div.left {
	float:left;
}

div.separador {
	height:1px;
	background:#d4cdb6;
	margin:20px 0px 20px 0px;
	width:100%;
}

div.banner {
	clear:both;
	width:145px;
	margin-bottom:10px;
}

div.retranca {
	clear:both;
	width:529px;
	height:23px;
	background:url(../img/fundo-retranca.jpg) no-repeat;
	margin-bottom:10px;
	padding:10px 0px 0px 27px;
}

div.retranca-detalhes {
	clear:both;
	width:480px;
	height:23px;
	background:url(../img/fundo-retranca-detalhes.jpg) no-repeat;
	margin-bottom:20px;
	padding:10px 26px 0px 43px;
}

div.lista {
	clear:both;
	width:506px;
	position:relative;
	padding:7px 10px 9px 33px;
	margin-bottom:20px;
}

div.lista div.borda-topo {
	position:absolute;
	top:0px;
	left:0px;
	width:23px;
	height:5px;
}

div.lista div.borda-pe {
	position:absolute;
	bottom:0px;
	left:0px;
	width:23px;
	height:5px;
}

div.lista div.caixa-chk {
	position:absolute;
	top:10px;
	left:5px;
}

div.cont-cinza {
	background-color:#eeeeee;
	padding:20px;
}

div.mapa {
	border:1px solid #666;
	width:505px;
	height:350px;
}

div.voltar {
	clear:both;
	margin-top:30px;
}

div.separador {
	height:1px;
	background-color:#e9e9e9;
	margin:20px 0px 20px 0px;
}

div.campo-email-form {
	margin:0px;
}


/* CLASSES DE TXTs */

p.txt-rodape {
	font-size:12px;
	line-height:20px;
	color:#666;
	margin:0px;
}

p.txt-rodape a {
	font-size:12px;
	line-height:20px;
	color:#666;
	text-decoration:none;
}

p.txt-rodape a:hover {
	font-size:12px;
	line-height:20px;
	color:#333;
	text-decoration:none;
}

p.txt-rodape-menu {
	font-size:14px;
	color:#FFF;
	margin:0px;
}

p.txt-rodape-menu a {
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}

p.txt-rodape-menu a:hover {
	font-size:14px;
	color:#919191;
	text-decoration:none;
}

p.txt-menu-busca {
	font-size:12px;
	color:#008dcc;
	margin:0px;
}

p.txt-menu-busca a {
	font-size:12px;
	color:#008dcc;
	text-decoration:none;
}

p.txt-menu-busca a:hover {
	font-size:12px;
	color:#ff6204;
	text-decoration:none;
}

p.txt-titulos {
	font-size:14px;
	font-weight:bold;
	color:#193580;
	margin-bottom:10px;
}

p.txt-titulos-menor {
	font-size:12px;
	font-weight:bold;
	color:#193580;
	margin-bottom:15px;
}

p.txt-titulos-maior {
	font-size:16px;
	font-weight:bold;
	color:#193580;
	margin-bottom:15px;
}

p.txt-empresa {
	color:#008dcc;
	font-size:16px;
	margin-bottom:7px;
}

p.txt-empresa a {
	color:#008dcc;
	font-size:16px;
	text-decoration:none;
}

p.txt-empresa a:hover {
	color:#ff6000;
	font-size:16px;
	text-decoration:none;
}

p.txt-empresa-dados {
	color:#737373;
	font-size:12px;
	margin:0px;
}

p.txt-empresa-dados a {
	color:#008dcc;
	font-size:12px;
	text-decoration:none;
}

p.txt-empresa-dados a:hover {
	color:#ff6000;
	font-size:12px;
	text-decoration:none;
}

p.txt-nome-empresa {
	color:#272727;
	font-size:16px;
	margin-bottom:15px;
}


/* CLASSES DE LINKs */

a.lnk-retranca {
	color:#008dcc;
	font-size:12px;
	display:block;
	float:left;
}

a.lnk-retranca:hover {
	color:#ff6000;
	font-size:12px;
	display:block;
	float:left;
}

a.lnk-cidades {
	display:block;
	margin-bottom:8px;
	line-height:16px;
}


/* CLASSES DE LINKs */

img.img-cliente {
	float:right;
	margin:3px 0px 10px 10px;
}
