@charset "iso-8859-1";
/* CSS Document */

/*
==============================================================================================
*
* CSS RESET
*
==============================================================================================
*/

@import url("cssReset.css");

/*
==============================================================================================
*
* IMPORTANTO OUTRAS FOLHAS DE ESTILOS
*
==============================================================================================
*/

@import url("cssForms.css");
@import url("cssAlerts.css");
@import url("cssColorbox.css");

/*
==============================================================================================
*
* DEFININDO PADRÕES PARA TEXTOS
*
==============================================================================================
*/

a
{
	font-family: "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #666666;
	cursor: pointer;
}
a:hover
{
	text-decoration: underline;
}
p, strong, span, table, ul li
{
	font-family: "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #666666;
}
h2
{
	margin-top: -30px !important;
	position: relative;
	z-index: 0;
	width: 580px;
	height: 35px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 15px;
	/*CSS HACK PARA IE 7*/
	*margin-bottom: 5px;
}
h3
{
	width: 580px;
	height: 15px;
	/*CSS HACK PARA IE 7*/
	*height: 25px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 5px;
}
h4
{
	font-family: "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #1E2C77;
}
h5
{
	font-family: "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #333;
}
h6
{
	font-family: "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #1E2C77;
}

/*
==============================================================================================
*
* DEFININDO PADRÕES PARA ELEMENTOS COMUNS A TODAS AS PÁGINAS
*
==============================================================================================
*/

/* 
* ============================================
* ESTILOS GERAIS
* ============================================
*/

body
{
	background: url(../img/jpg_background.jpg) top center no-repeat;
}

div#geral
{
	width: 960px;
	height: auto;
	margin: 0px auto;
}

/* 
* ============================================
* ESTILOS TOPO
* ============================================
*/

div#geral div#topo
{
	width: 960px;
	height: 500px;
	margin-bottom: 30px;
}
div#geral div#topo div#menuAcessoRapido
{
	width: 960px;
	height: 135px;
}
div#geral div#topo div#menuAcessoRapido img
{
	width: 116px;
	height: 100px;
	float: left;
	position: relative;
	z-index: 2;
	right: -10px;
	top: 25px;
}
div#geral div#topo div#menuAcessoRapido h1
{
	width: 200px;
	height: 42px;
	position: relative;
	right: -30px;
	top: 25px;
	z-index: 3;
	background: url(../img/png_logoSiteTitulo.png) top center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#geral div#topo div#menuAcessoRapido input[type="submit"]
{
	margin-top: 0px;
}

/* 
* ----------------------
* DEFININDO ACESSO RÁPIDO
* ----------------------
*/

div#geral div#topo div#menuAcessoRapido div#acessoRapido
{
	width: 380px;
	height: 75px;
	position: relative;
	left: 580px;
	*left: 470px;
	top: -40px;
}
div#geral div#topo div#menuAcessoRapido div#acessoRapido img
{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 25px;
	left: 0px;
}
div#geral div#topo div#menuAcessoRapido div#acessoRapido h3
{
	width: 200px;
	height: 15px;
	position: absolute;
	top: 5px;
	left: 35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/png_textoSubtitulo_acessoRapidoOdontonline.png) 0px 0px no-repeat;
}
div#geral div#topo div#menuAcessoRapido div#acessoRapido form
{
	width: 320px;
	height: 35px;
	position: absolute;
	top: 25px;
	left: 30px;
	background: url(../img/png_acessoRapidoBg.png) top center no-repeat;
}
div#geral div#topo div#menuAcessoRapido div#acessoRapido form label#login
{
	position: absolute;
	top: 6px;
	left: 20px;
}
div#geral div#topo div#menuAcessoRapido div#acessoRapido form label#senha
{
	position: absolute;
	top: 6px;
	left: 170px;
}
div#geral div#topo div#menuAcessoRapido div#acessoRapido form input[type="text"]
{
	width: 80px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 60px;
	background: none;
	border: none;
}
div#geral div#topo div#menuAcessoRapido div#acessoRapido form input[type="password"]
{
	width: 70px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 220px;
	background: none;
	border: none;
	font-size: 9px;
}
div#geral div#topo div#menuAcessoRapido div#acessoRapido form input[type="submit"]
{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 2px;
	left: 320px;
	border: none;
	background: url(../img/png_btnAcessoRapido.png) top center no-repeat;
}
div#geral div#topo div#menuAcessoRapido div#acessoRapido form input[type="submit"]:hover
{
	background: url(../img/png_btnAcessoRapido.png) bottom center no-repeat;
}

/* 
* ----------------------
* DEFININDO MENU
* ----------------------
*/

div#geral div#topo div#menuAcessoRapido div#mainMenu
{
	width: 960px;
	height: 47px;
	position: relative;
	z-index: 1;
	top: -32px;
	right: 0px;
	background: url(../img/png_menuBg.png) bottom center no-repeat;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li
{
	position: relative;
	float: right;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li a
{
	height: 25px;
	font-size: 14px;
	display: block;
	padding: 12px 25px 10px 25px;
	border-right: 1px solid #EBEBEB;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li:hover a
{
	color: #FFF;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li a.btnLimpo
{
	margin-right: 15px;
	border-right: none;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li a:hover
{
	text-decoration: none;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li a.category
{
	padding-right: 50px;
	background: url(../img/png_btnSetaBaixo.png) top right no-repeat;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li:hover a.category
{
	background: url(../img/png_btnSetaBaixo.png) bottom right no-repeat;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li.hoverMenu1:hover
{
	background: url(../img/png_btnsMenu.png) -235px 0px no-repeat;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li.hoverMenu2:hover
{
	background: url(../img/png_btnsMenu.png) -315px 0px no-repeat;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li.hoverMenu3:hover
{
	background: url(../img/png_btnsMenu.png) -440px 0px no-repeat;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li.hoverMenu4:hover
{
	background: url(../img/png_btnsMenu.png) -562px 0px no-repeat;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li.hoverMenu5:hover
{
	background: url(../img/png_btnsMenu.png) -692px 0px no-repeat;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li.hoverMenu6:hover
{
	background: url(../img/png_btnsMenu.png) -835px 0px no-repeat;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li:hover ul.submenu
{ 
	display: block;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li ul.submenu
{
	width: auto;
	min-width: 200px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 45px;
	display: none;
	padding: 0px 0px 15px 0px;
	background-color: #FFF;
	border: 3px solid #EBEBEB;
	-moz-border-radius-topleft: 0.6em;
	-moz-border-radius-topright: 0.6em; 
	-moz-border-radius-bottomleft: 0.6em;
	-moz-border-radius-bottomright: 0.6em;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li ul.duplo
{
	width: 400px;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li ul.duplo span
{
	width: 200px;
	float: left;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li ul.submenu li.subTituloMenu
{
	width: 170px;
	height: 20px;
	float: left;
	padding: 5px;
	margin: 10px 0px 0px 10px;
	background-color: #F9F9F9;
	border: 1px solid #C3C3C3;
	-moz-border-radius-topleft: 0.2em;
	-moz-border-radius-topright: 0.2em; 
	-moz-border-radius-bottomleft: 0.2em;
	-moz-border-radius-bottomright: 0.2em;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li ul.submenu li.subTituloMenu strong
{
	font-size: 12px;
	font-weight: bold;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li ul.submenu li.baseLine
{
	margin-top: 25px;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li ul.submenu li
{
	width: 180px;
	height: 10px;
	margin: 10px 0px 5px 15px;
	border: none;
	float: left;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li ul.submenu li a
{
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	border: none;
	padding-left: 15px;
	background: url(../img/png_iconeListaMenu.png) 0px 0px no-repeat;
}
div#geral div#topo div#menuAcessoRapido div#mainMenu ul li ul.submenu li a:hover
{
	text-decoration: underline;
	background: url(../img/png_iconeListaMenu.png) 0px -20px no-repeat;
}

/* 
* ----------------------
* DEFININDO BANNER
* ----------------------
*/

div#geral div#topo div#banner
{
	width: 960px;
	height: 365px;
}
div#geral div#topo div#banner object
{
	margin-top: -30px;
	/*CSS HACK PARA IE 7*/
	*margin-top: 0px;
}

/* 
* ============================================
* ESTILOS CONTEUDO
* ============================================
*/

/* 
* ----------------------
* CONTEUDO BASE
* ----------------------
*/

div#geral div#conteudo
{
	width: 960px;
	height: auto;
	float: left;
}

/* 
* ----------------------
* AMBIENTE PRIMÁRIO
* ----------------------
*/

div#geral div#conteudo div#ambientePrimario
{
	width: 960px;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

/* 
* ----------------------
* AREA SECUNDARIA
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario
{
	width: 580px;
	height: auto;
	float: left;
}

/* 
* ----------------------
* AMBIENTE LATERAL
* ----------------------
*/

div#geral div#conteudo div#ambienteLateral
{
	width: 320px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 60px;
}


/* 
* ============================================
* ESTILOS DO RODAPE
* ============================================
*/

div#geral div#rodape
{
	width: 960px;
	height: auto;
	float: left;
	margin: 60px 0px 0px 0px;
}
div#geral div#rodape div#mapaSiteBusca
{
	width: 960px;
	height: auto;
	float: left;
	margin: 0px auto;
}

/* 
* ----------------------
* FORMULÁRIO DO RODAPE
* ----------------------
*/

div#geral div#rodape div#mapaSiteBusca form
{
	width: 960px;
	height: 50px;
	float: left;
	margin: 0px auto;
	background: url(../img/png_fundoRodapeTopo.png) top center no-repeat;
}
div#geral div#rodape div#mapaSiteBusca form div#barraPesquisa
{
	width: 420px;
	height: 30px;
	float: left;
	margin: 8px 0px 0px 395px;
	background: url(../img/png_bgTextoBusca.png) top center no-repeat;
}
div#geral div#rodape div#mapaSiteBusca form div#barraPesquisa label
{
	width: 115px;
	height: 25px;
	float: left;
	padding: 5px 5px 5px 10px;
}
div#geral div#rodape div#mapaSiteBusca form div#barraPesquisa input[type="text"]
{
	width: 260px;
	float: left;
	margin: 2px 0px 0px 10px;
	/*CSS HACK PARA IE 7*/
	*margin: 2px 0px 0px -260px;
	border: none;
}
div#geral div#rodape div#mapaSiteBusca form a
{
	width: 133px;
	height: 40px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin: 3px 0px 0px 0px;
	background: url(../img/png_bgPesquisaRodape.png) center 0px no-repeat;
}
div#geral div#rodape div#mapaSiteBusca form a:hover
{
	background: url(../img/png_bgPesquisaRodape.png) center -40px no-repeat;
}

/* 
* ----------------------
* MAPA SITE DO RODAPE
* ----------------------
*/

div#geral div#rodape div#mapaSiteBusca div#mapaSite
{
	width: 928px;
	height: auto;
	float: left;
	margin: -5px 0px 0px 0px;
	padding: 0px 15px 15px;
	border: 1px solid #CCC;
	/*-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em; */
	-moz-border-radius-bottomleft: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
}
div#geral div#rodape div#mapaSiteBusca div#mapaSite .colunaSimples
{
	width: 170px;
	height: auto;
	float: left;
	margin: 10px 15px 0px 0px;
	border-right: 1px dashed #CCC;
}
div#geral div#rodape div#mapaSiteBusca div#mapaSite .colunaSimples ul
{
	margin: 5px 0px;
}
div#geral div#rodape div#mapaSiteBusca div#mapaSite .colunaDestaque
{
	width: 350px;
	height: auto;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}
div#geral div#rodape div#mapaSiteBusca div#mapaSite .colunaDestaque a
{
	width: 340px;
	height: 125px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px 0px;
	padding: 5px;
	background: url(../img/png_fotoDestaqueRodape.png) center 5px no-repeat;
	border: 1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* 
* ----------------------
* REDES SOCIAIS DO RODAPE
* ----------------------
*/

div#geral div#rodape div#copyright
{
	width: 960px;
	height: auto;
	float: left;
	margin: 0px auto;
	padding-top: 20px;
}
div#geral div#rodape div#copyright div#redesSociais
{
	width: 320px;
	height: 31px;
	float: right;
	margin: 20px 40px 20px 0px;
}
div#geral div#rodape div#copyright div#redesSociais ul li
{
	width: 32px;
	height: 31px;
	float: right;
	margin: 0px 0px 0px 10px;
}

/* 
* ----------------------
* FOTO BASE DO RODAPE
* ----------------------
*/

div#geral div#rodape div#fotoRodape
{
	width: 460px;
	height: 200px;
	float: left;
	margin: 10px 0px 0px 40px;
	background: url(../img/jpg_fotoBaseRodape.jpg) 0px 0px no-repeat;
}

/* 
* ----------------------
* COPYRIGHT DO RODAPE
* ----------------------
*/

div#geral div#rodape div#copyrightInformacoes
{
	width: 400px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 20px;
}
div#geral div#rodape div#copyrightInformacoes p
{
	text-align: right;
}
div#geral div#rodape div#copyrightInformacoes div#links
{
	width: 400px;
	height: 65px;
	float: left;
	position: relative;
	margin-top: 15px;
}
div#geral div#rodape div#copyrightInformacoes div#links a
{
	float: right;
	margin-left: 10px;
}
div#geral div#rodape div#copyrightInformacoes div#links img#resgistroANS
{
	position: absolute;
	bottom: 0px;
	right: -30px;
}


/* 
* ============================================
* ESTILOS DE FORMULÁRIOS
* ============================================
*/

/* 
* ----------------------
* FORMULÁRIO - FORM PAI GRANDE
* ----------------------
*/

form
{
	width: 580px;
	height: auto;
	float: left;
}

/* 
* ----------------------
* FORMULÁRIO - FORM PAI MEDIO
* ----------------------
*/

form.formMedio
{
	width: 280px;
	height: auto;
	float: left;
}

/* 
* ----------------------
* FORMULÁRIO GRANDE
* ----------------------
*/

form div.formularioGrande
{
	width: 580px;
	height: auto;
	float: left;
}
form div.formularioGrande label
{
	width: 580px;
	float: left;
}
form div.formularioGrande label input[type="text"]
{
	width: 568px;
	float: left;
}
form div.formularioGrande label select
{
	width: 580px;
	float: left;
	/*CSS HACK PARA IE 7*/
	*margin-top: 9px;
}
form div.formularioGrande label textarea
{
	width: 568px;
	height: 100px;
	float: left;
}

/* 
* ----------------------
* FORMULÁRIO MEDIO
* ----------------------
*/

form div.formularioMedio
{
	width: 280px;
	height: auto;
	float: left;
}
form .formularioAlinhamentoLeft
{
	margin-left: 20px;
}
form .formularioAlinhamentoRight
{
	margin-right: 20px;
}
form div.formularioMedio label
{
	width: 280px;
	float: left;
}
form div.formularioMedio label small
{
	float: right;
	/*CSS HACK PARA IE 7*/
	*margin-top: -20px;
}
form div.formularioMedio label.labelPequena
{
	width: 130px;
	float: left;
}
form div.formularioMedio label.labelPequena a#buscarCep
{
	width: 35px;
	height: 26px;
	float: right;
	background: url(../img/png_iconeBuscarCep.png) bottom right no-repeat;
}
form div.formularioMedio label input[type="text"]
{
	width: 268px;
	float: left;
}
form div.formularioMedio label.labelPequena input[type="text"]
{
	width: 118px;
	float: left;
}
form div.formularioMedio label.labelPequena input[type="text"].inputMini
{
	width: 83px;
	float: left;
}
form div.formularioMedio label select
{
	width: 280px;
	float: left;
	/*CSS HACK PARA IE 7*/
	*margin-top: 9px;
}
form div.formularioMedio label textarea
{
	width: 268px;
	height: 100px;
	float: left;
}

/* 
* ----------------------
* FORMULÁRIO PEQUENO
* ----------------------
*/

form div.formularioPequeno
{
	width: 320px;
	height: auto;
	float: left;
}
form div.formularioPequeno label
{
	width: 320px;
	float: left;
}
form div.formularioPequeno label input[type="text"], div#geral div#conteudo form div.formularioPequeno label input[type="password"]
{
	width: 308px;
	float: left;
}
form div.formularioPequeno label select
{
	width: 320px;
	float: left;
	/*CSS HACK PARA IE 7*/
	*margin-top: 9px;
}
form div.formularioPequeno label textarea
{
	width: 308px;
	height: 100px;
	float: left;
}

/* 
* ----------------------
* FORMULÁRIO SUBMIT
* ----------------------
*/

form input[type="submit"]
{
	width: 133px;
	height: 31px;
	float: left;
	text-indent: -999px;
	overflow: hidden;
	margin: 15px 0px 0px 0px;
	border: none;
	background: url(../img/png_btnEnviar.png) top center no-repeat;
}
form input[type="submit"]:hover
{
	background: url(../img/png_btnEnviar.png) bottom center no-repeat;
}

/* 
* ============================================
* ESTILOS DE LISTAS
* ============================================
*/

/* 
* ----------------------
* LISTA DESORDENADAS
* ----------------------
*/

ul.listaInformarDestaques
{
	float: left;
}
ul.listaInformarDestaques li
{
	float: left;
	width: 260px;
	height: 60px;
	margin: 5px 0px;
	padding: 5px 10px;
	cursor: help;
	background: url(../img/jpg_bgListaInformacoesDestaque.jpg) top center repeat-x;
}
ul.listaInformarDestaques li:hover
{
	background: url(../img/jpg_bgListaInformacoesDestaque.jpg) bottom center repeat-x;
}

/* 
* ============================================
* ESTILOS DE TABELAS
* ============================================
*/

/* 
* ----------------------
* TABELA DE LISTAGEM GERAL
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario table.listarDados
{
	width: 580px;
	height: auto;
	float: left;
	margin-bottom: 30px;
	/*CSS HACK PARA IE 7*/
	*margin-bottom: 20px;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}
div#geral div#conteudo div#ambienteSecundario table.listarDados span
{
	font-size: 14px;
	color: #999999;
	float: left;
	margin-top: 5px;
	text-align: center;
}
div#geral div#conteudo div#ambienteSecundario table.listarDados thead
{
	width: 580px;
	height: 35px;
	float: left;
	background: url(../img/png_bgTableThead.png) top center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario table.listarDados thead tr td
{
	height: 35px;
	text-align: center;
	/*border: 1px solid red;*/
}
div#geral div#conteudo div#ambienteSecundario table.listarDados tbody tr
{
	width: 580px;
	height: 110px;
	float: left;
	background: url(../img/png_bgTableTbodyTr.png) top center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario table.listarDados tbody tr td
{
	height: 110px;
	text-align: center;
	/*border: 1px solid red;*/
}
div#geral div#conteudo div#ambienteSecundario table.listarDados tbody tr td a.download
{
	width: 30px;
	height: 30px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 40px;
	background: url(../img/png_iconeDownload.png) top center no-repeat;
}

/* 
* ----------------------
* LISTAGEM COM 4 COLUNAS
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario table.listarDados thead tr td.headColunaDestaqueQuatro
{
	width: 280px;
}
div#geral div#conteudo div#ambienteSecundario table.listarDados thead tr td.headColunaComumQuatro
{
	width: 100px;
}
div#geral div#conteudo div#ambienteSecundario table.listarDados tbody tr td.bodyColunaDestaqueQuatro
{
	width: 280px;
}
div#geral div#conteudo div#ambienteSecundario table.listarDados tbody tr td.bodyColunaComumQuatro
{
	width: 100px;
}

/* 
* ----------------------
* LISTAGEM COM 5 COLUNAS
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario table.listarDados thead tr td.headColunaDestaqueCinco
{
	width: 180px;
}
div#geral div#conteudo div#ambienteSecundario table.listarDados thead tr td.headColunaComumCinco
{
	width: 100px;
}
div#geral div#conteudo div#ambienteSecundario table.listarDados tbody tr td.bodyColunaDestaqueCinco
{
	width: 180px;
}
div#geral div#conteudo div#ambienteSecundario table.listarDados tbody tr td.bodyColunaComumCinco
{
	width: 100px;
}

/* 
* ============================================
* ESTILOS DE PAGINACAO
* ============================================
*/

/* 
* ----------------------
* PAGINACAO GRANDE
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div.controleNavegaoGrande
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div.controleNavegaoGrande a#anterior
{
	width: 150px;
	height: 21px;
	text-indent: 30px;
	padding-top: 3px;
	overflow: hidden;
	float: left;
	background: url(../img/png_setasNavegacaoEsquerda.png) left 0px no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div.controleNavegaoGrande a#anterior:hover
{
	background: url(../img/png_setasNavegacaoEsquerda.png) left -24px no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div.controleNavegaoGrande a#primeira
{
	width: 140px;
	text-align: center;
	float: left;
	margin-top: 3px;
}
div#geral div#conteudo div#ambienteSecundario div.controleNavegaoGrande a#ultima
{
	width: 140px;
	text-align: center;
	float: right;
	margin-top: 3px;
}
div#geral div#conteudo div#ambienteSecundario div.controleNavegaoGrande a#proxima
{
	width: 150px;
	height: 21px;
	text-indent: 80px;
	padding-top: 3px;
	overflow: hidden;
	float: right;
	background: url(../img/png_setasNavegacaoDireita.png) right 0px no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div.controleNavegaoGrande a#proxima:hover
{
	background: url(../img/png_setasNavegacaoDireita.png) right -24px no-repeat;
}

/* 
* ============================================
* CENTRAL DE ATENDIMENTO E ACESSO ODONTOLINE
* ============================================
*/

/* 
* ----------------------
* CENTRAL DE ATENDIMENTO
* ----------------------
*/

div#geral div#conteudo div#ambienteLateral div#centralAtendimento
{
	width: 320px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteLateral div#centralAtendimento h2
{
	width: 320px;
	background: url(../img/png_textosTitulosCentralAtendimento.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteLateral div#centralAtendimento h3
{
	width: 320px;
	background: url(../img/png_textoSubtitulo_prontosAtendelo.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteLateral div#centralAtendimento p
{
	float: left;
}
div#geral div#conteudo div#ambienteLateral div#centralAtendimento ul li
{
	float: left;
}
div#geral div#conteudo div#ambienteLateral div#centralAtendimento ul li div.headerClass
{
	width: 300px;
	height: 70px;
	float: left;
	padding: 10px;
	margin-top: 10px;
	background: url(../img/png_bgFormsLaterais.png) top center no-repeat;
}
div#geral div#conteudo div#ambienteLateral div#centralAtendimento ul li div.headerClassJavascriptDesativado
{
	width: 300px;
	height: 70px;
	float: left;
	padding: 10px;
	margin-top: 10px;
	background: url(../img/png_bgFormsLaterais.png) top center no-repeat;
}
div#geral div#conteudo div#ambienteLateral div#centralAtendimento ul li div img
{
	float: left;
	margin: 0px 10px 0px 0px;
}
div#geral div#conteudo div#ambienteLateral div#centralAtendimento ul li div h4
{
	width: 220px
	float: left;
}
div#geral div#conteudo div#ambienteLateral div#centralAtendimento ul li div p
{
	width: 220px;
	float: left;
}
div#geral div#conteudo div#ambienteLateral div#centralAtendimento ul li div.contentClass
{
	width: 290px;
	height: auto;
	float: left;
	padding: 15px;
	margin: 10px 0px 0px 0px;
	background-color: #F9F9F9;
	border: 1px solid #E0E0E0;
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em; 
	-moz-border-radius-bottomleft: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
}
div#geral div#conteudo div#ambienteLateral div#centralAtendimento ul li div.contentClass p
{
	float: left;
	margin-bottom: 10px;
}
div#geral div#conteudo div#ambienteLateral div#centralAtendimento ul li div.contentClass strong
{
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
	color: #1E2C77;
}
div#geral div#conteudo div#ambienteLateral div#centralAtendimento ul li div#conteudoCentralAtendimento ol
{
	margin: 10px auto;
	float: left;
}
div#geral div#conteudo div#ambienteLateral div#centralAtendimento ul li div#conteudoCentralAtendimento ol li
{
	list-style: none;
	padding-left: 20px;
	background: url(../img/png_iconePonto.png) left center no-repeat;
}
div#geral div#conteudo div#ambienteLateral div#centralAtendimento ul li div#conteudoCentralAtendimento span
{
	margin: 0;
	float: left;
	font-weight:bold;
}

/* 
* ----------------------
* ACESSO ODONTOLINE
* ----------------------
*/

div#geral div#conteudo div#ambienteLateral div#acessoOdontOnline
{
	width: 320px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteLateral div#acessoOdontOnline h2
{
	width: 320px;
	background: url(../img/png_textosTitulosAcessoRestritoOdontoLine.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteLateral div#acessoOdontOnline h3
{
	width: 320px;
	background: url(../img/png_textoSubtitulo_sistemaIntegrado.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteLateral div#acessoOdontOnline p
{
	float: left;
}
div#geral div#conteudo div#ambienteLateral div#acessoOdontOnline form
{
	float: left;
	margin-top: 10px;
}
div#geral div#conteudo div#ambienteLateral div#acessoOdontOnline form input[type="submit"]
{
	background-image: url(../img/png_btnAcessar.png);
	margin-top: 10px;
}

/* 
* ----------------------
* AJUDA ODONTOLINE
* ----------------------
*/

div#geral div#conteudo div#ambienteLateral div#ajudaOdontOline
{
	width: 320px;
	height: auto;
	float: left;
	margin: 30px 0px;
}
div#geral div#conteudo div#ambienteLateral div#ajudaOdontOline h2
{
	width: 320px;
	background: url(../img/png_textosTitulosAjudaOdontoLine.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteLateral div#ajudaOdontOline h3
{
	width: 320px;
	background: url(../img/png_textoSubtitulo_duvidasInformacoes.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteLateral div#ajudaOdontOline p
{
	float: left;
}
div#geral div#conteudo div#ambienteLateral div#ajudaOdontOline ul li
{
	float: left;
	cursor: pointer;
}
div#geral div#conteudo div#ambienteLateral div#ajudaOdontOline ul li .closedClass
{
	width: 320px;
	height: 45px;
	float: left;
	margin-top: 10px;
	background: url(../img/png_bgIconesServicosLateral.png) 0px -45px no-repeat;
}
div#geral div#conteudo div#ambienteLateral div#ajudaOdontOline ul li .openClass
{
	width: 320px;
	height: 45px;
	float: left;
	margin-top: 10px;
	background: url(../img/png_bgIconesServicosLateral.png) 0px 0px no-repeat;
}
div#geral div#conteudo div#ambienteLateral div#ajudaOdontOline ul li div.headerClass h6
{
	width: 220px
	float: left;
	margin: 10px 0px 0px 45px;
}
div#geral div#conteudo div#ambienteLateral div#ajudaOdontOline ul li div.contentClass
{
	width: 320px;
	height: auto;
	float: left;
	margin: 10px 0px 10px 0px;
}
div#geral div#conteudo div#ambienteLateral div#ajudaOdontOline ul li div.contentClass p
{
	float: left;
	margin-bottom: 10px;
}
div#geral div#conteudo div#ambienteLateral div#ajudaOdontOline input[type="submit"]
{
	margin-top: 10px;
}

/* 
* ============================================
* CLASSES GERAIS DO SITE
* ============================================
*/

/* 
* ----------------------
* POSICIONAMENTO DO ITEM DE AJUDA
* ----------------------
*/

img.ajuda
{
	float: right;
	margin-top: 0px;
	position: relative;
	z-index: 2;
	cursor: help;
}
.textoAjuda
{
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
}

/* 
* ----------------------
* CURSORES
* ----------------------
*/

img.cursorPointer
{
	cursor: pointer;
}
img.cursorHelp
{
	cursor: help;
}


/*
==============================================================================================
*
* DEFININDO PÁGINAS DO PORTAL
*
==============================================================================================
*/

/* 
* ============================================
* PÁGINA HOME
* ============================================
*/

/* 
* ----------------------
* CANAL YOUTUBE
* ----------------------
*/

div#geral div#conteudo div#ambientePrimario div#canalYoutube
{
	width: 350px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambientePrimario div#canalYoutube h2
{
	width: 350px;
	background: url(../img/png_textosTitulosSaudeComecaAqui.png) bottom center no-repeat;
	margin-bottom: 15px;
	/*CSS HACK PARA IE 7*/
	*margin-bottom: 5px;
}
div#geral div#conteudo div#ambientePrimario div#canalYoutube h3
{
	width: 350px;
	background: url(../img/png_textoSubtitulo_CanalYoutube.png) bottom left no-repeat;
	margin-bottom: 5px;
	/*CSS HACK PARA IE 7*/
	*margin-bottom: 3px;
}
div#geral div#conteudo div#ambientePrimario div#canalYoutube div#videoDestaque
{
	width: 350px;
	height: 240px;
	float: left;
}
div#geral div#conteudo div#ambientePrimario div#canalYoutube div#bannerFlashHomeEsquerda
{
	width: 350px;
	height: 60px;
	float: left;
	margin-top: -1px;
	/*CSS HACK PARA IE 7*/
	*margin-top: 0px;
}

/* 
* ----------------------
* PRINCIPAIS DESTAQUES
* ----------------------
*/

div#geral div#conteudo div#ambientePrimario div#principaisDestaques
{
	width: 550px;
	height: auto;
	float: left;
	margin-left: 60px;
}
div#geral div#conteudo div#ambientePrimario div#principaisDestaques h2
{
	width: 550px;
	height: 35px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/png_textosTitulosPrincipaisDestaques.png) bottom center no-repeat;
	margin-bottom: 35px;
}
div#feature_list 
{
	width: 548px;
	height: 238px;
	overflow: hidden;
	position: relative;
	float: left;
	border: 1px solid #DCDCDC;
	
}
div#feature_list ul 
{
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}
ul#tabs 
{
	left: 0;
	z-index: 2;
	width: 235px;
}
ul#tabs li 
{
	font-size: 12px;
	font-family: Arial;
}
ul#tabs li img 
{
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}
ul#tabs li a 
{
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px 35px 10px 10px;
	height: 60px;
	outline: none;
}
ul#tabs li a:hover 
{
	text-decoration: underline;
}
ul#tabs li a.current
{
	background:  url('../img/feature-tab-current.png');
	color: #FFF !important;
}
ul#tabs li a.current h6, ul#tabs li a.current h6 span, ul#tabs li a.current p
{	
	color: #FFF !important;
}
ul#tabs li a.current:hover 
{
	text-decoration: none;
	cursor: default;
}
ul#output 
{
	right: 0;
	width: 348px;
	height: 238px;
	position: relative;
}
ul#output li 
{
	position: absolute;
	width: 348px;
	height: 238px;
}
ul#output li a 
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}
ul#output li a:hover 
{
	background: #1E2C77;
}
div#geral div#conteudo div#ambientePrimario div#bannerFlashHomeDireito
{
	width: 550px;
	height: 60px;
	float: left;
	margin-top: -1px;
}

/* 
* ----------------------
* AREA PLANOS
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#areaPlanos
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#areaPlanos h2
{
	background: url(../img/png_textosTitulosNossosPlanos.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#areaPlanos ul li
{
	width: 180px;
	height: 180px;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#areaPlanos ul li h3.plano1
{
	width: 180px;
	background: url(../img/png_textoSubtitulo_Plano1.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#areaPlanos ul li h3.plano2
{
	width: 180px;
	background: url(../img/png_textoSubtitulo_Plano2.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#areaPlanos ul li h3.plano3
{
	width: 180px;
	background: url(../img/png_textoSubtitulo_Plano3.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#areaPlanos ul li.colunaAlinhada
{
	margin-left: 20px;
}
div#geral div#conteudo div#ambienteSecundario div#areaPlanos ul li p
{	
	width: 180px;
	height: 105px;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#areaPlanos ul li a
{
	width: 133px;
	height: 31px;
	float: left;
	background: url(../img/png_btnDetalhes.png) 0px 0px no-repeat;
	text-indent: -999px;
	overflow: hidden;
	margin: 15px 0px 0px 23px;
}
div#geral div#conteudo div#ambienteSecundario div#areaPlanos ul li a:hover
{
	background: url(../img/png_btnDetalhes.png) 0px -31px no-repeat;
}

/* 
* ----------------------
* AREA INTERATIVA
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#areaInterativa
{
	width: 580px;
	height: auto;
	float: left;
	margin-top: 30px;
}

/* 
* ----------------------
* ENQUETE
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#enquete
{
	width: 280px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#enquete h2
{
	width: 280px;
	background: url(../img/png_textosTitulosParticipeEnquete.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#enquete h3
{
	width: 280px;
	background: url(../img/png_textoSubtitulo_enquete.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#enquete p
{
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#enquete form
{
	width: 280px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#enquete table
{
	float: left;
	border: 1px solid #DCDCDC;
	margin-top: 10px;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#enquete table tr.trClara
{
	background-color: #FDFDF7;
	height: 30px;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#enquete table tr.trEscura
{
	background-color: #E7E9FE;
	height: 30px;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#enquete table td.colunaInput
{
	width: 20px;
	padding: 0px 10px;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#enquete table td.colunaLabel
{
	width: 240px;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#enquete input[type="submit"]
{
	width: 133px;
	height: 31px;
	float: left;
	background: url(../img/png_btnParticipar.png) 0px 0px no-repeat;
	text-indent: -999px;
	overflow: hidden;
	margin: 15px 0px 0px 0px;
	border: none;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#enquete input[type="submit"]:hover
{
	background: url(../img/png_btnParticipar.png) 0px -31px no-repeat;
}
div#ajaxResultadoParcialEnquete h3
{
	width: 280px;
	background: url(../img/png_textoSubtitulo_resultadoParcial.png) bottom left no-repeat;
}


/* 
* ----------------------
* NEWSLETTER
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#newsletter
{
	width: 280px;
	height: auto;
	float: left;
	margin-left: 20px;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#newsletter h2
{
	width: 280px;
	background: url(../img/png_textosTitulosNewsletter.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#newsletter h3
{
	width: 280px;
	background: url(../img/png_textoSubtitulo_novidadesEMuitoMais.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#newsletter p
{
	float: left;
	margin-bottom: 10px;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#newsletter form
{
	width: 280px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#newsletter label
{
	width: 280px;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#newsletter input[type="text"]
{
	width: 268px;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#newsletter select
{
	width: 280px;
	float: left;
	/*CSS HACK PARA IE 7*/
	*margin-top: 8px;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#newsletter input[type="submit"]
{
	width: 133px;
	height: 31px;
	float: left;
	background: url(../img/png_btnCadastrar.png) 0px 0px no-repeat;
	text-indent: -999px;
	overflow: hidden;
	margin: 8px 0px 0px 0px;
	border: none;
}
div#geral div#conteudo div#ambienteSecundario div#areaInterativa div#newsletter input[type="submit"]:hover
{
	background: url(../img/png_btnCadastrar.png) 0px -31px no-repeat;
}

/* 
* ============================================
* PÁGINA INSTITUCIONAL
* ============================================
*/

/* 
* ----------------------
* SOBRE A ODONTOGROUP
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#sobreOdontoGroup
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#sobreOdontoGroup h2
{
	background: url(../img/png_textosTitulosSobreOdontoGroup.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#sobreOdontoGroup strong
{
	width: 500px;
	font-weight: bold;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#sobreOdontoGroup h3#anosHistoria
{
	background: url(../img/png_textoSubtitulo_anosHistoria.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#sobreOdontoGroup h3#prevencao
{
	background: url(../img/png_textoSubtitulo_prevencaoQualidadeVida.png) bottom left no-repeat;
	margin-top: 25px;
}
div#geral div#conteudo div#ambienteSecundario div#sobreOdontoGroup p
{
	float: left;
	text-align: justify;
	margin-bottom: 10px;
}
div#geral div#conteudo div#ambienteSecundario div#sobreOdontoGroup a
{
	font-weight: bold;
	float:left;
}

/* 
* ----------------------
* MISSAO E VALORES
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#missaoValores
{
	width: 580px;
	height: auto;
	float: left;
	margin-top: 20px;
}
div#geral div#conteudo div#ambienteSecundario div#missaoValores h2
{
	background: url(../img/png_textosTitulosMissaoValores.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#missaoValores h3#missao
{
	background: url(../img/png_textoSubtitulo_umaMissao.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#missaoValores h3#visao
{
	background: url(../img/png_textoSubtitulo_aVisaoDoFuturoComecaAgora.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#missaoValores p
{
	float: left;
	text-align: justify;
	margin-bottom: 10px;
}

/* 
* ============================================
* PÁGINA CONTATO LOCALIZAÇÃO
* ============================================
*/

/* 
* ----------------------
* SELEÇÃO DE FILIAL
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais h2
{
	background: url(../img/png_textosTitulosNossasFiliais.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais p
{
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais fieldset
{
	float: left;
	margin-top: 10px;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais h3#filialSelecione
{
	background: url(../img/png_textoSubtitulo_filialSelecione.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais label
{
	width: 580px;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais label select
{
	width: 580px;
	float: left;
}

/* 
* ----------------------
* AJAX LOCALIZAÇÃO
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais div#ajaxLocalizacao
{
	width: 580px;
	height: auto;
	float: left;
	margin: 30px 0px 0px 0px;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais div#ajaxLocalizacao h3.filialBrasilia
{
	background: url(../img/png_textoSubtitulo_filialBrasiliaDF.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais div#ajaxLocalizacao h3.filialMaceio
{
	background: url(../img/png_textoSubtitulo_filialMaceio.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais div#ajaxLocalizacao h3.filialPalmas
{
	background: url(../img/png_textoSubtitulo_filialPalmas.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais div#ajaxLocalizacao h3.filialRecife
{
	background: url(../img/png_textoSubtitulo_filialRecifePE.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais div#ajaxLocalizacao div#bgMapa
{
	width: 580px;
	height: 450px;
	float: left;
	background: url(../img/png_bgFilialLocalizacao.png) top center no-repeat;
	margin-bottom: 30px;
	/*CSS HACK PARA IE 7*/
	*margin-bottom: 20px;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais div#ajaxLocalizacao div#bgMapa iframe
{
	float: left;
	margin: 10px 0px 0px 10px;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais div#ajaxLocalizacao h3#filialEndereco
{
	background: url(../img/png_textoSubtitulo_filialEndereco.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais div#ajaxLocalizacao p
{
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais div#ajaxLocalizacao h3#filialComoChegar
{
	background: url(../img/png_textoSubtitulo_filialComoChegar.png) bottom left no-repeat;
	margin-top: 30px;
	/*CSS HACK PARA IE 7*/
	*margin-top: 20px;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais div#ajaxLocalizacao a
{
	width: 133px;
	height: 31px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/png_btnComoChegar.png) top center no-repeat;
	margin-top: 10px;
}
div#geral div#conteudo div#ambienteSecundario div#localizacaoFiliais div#ajaxLocalizacao a:hover
{
	background: url(../img/png_btnComoChegar.png) bottom center no-repeat;
}

/* 
* ============================================
* PÁGINA CONTATO OUVIDORIA
* ============================================
*/

/* 
* ----------------------
* INFORMAÇÕES DE TEXTO
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#ouvidoria
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#ouvidoria h2
{
	background: url(../img/png_textosTitulosCanalOuvidoria.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#ouvidoria h3#comunicacaoEssencial
{
	background: url(../img/png_textoSubtitulo_comunicacaoEssencial.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#ouvidoria h3#informacoesPessoais
{
	width: 280px;
	background: url(../img/png_textoSubtitulo_informacoesPessoais.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#ouvidoria h3#informacoesEndereco
{
	width: 280px;
	background: url(../img/png_textoSubtitulo_informacoesEndereco.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#ouvidoria p
{
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#ouvidoria form
{
	margin-top: 30px;
	/*CSS HACK PARA IE 7*/
	*margin-top: 20px;
}

/* 
* ============================================
* PÁGINA CONTATO OPORTUNIDADES DE CARREIRA
* ============================================
*/

/* 
* ----------------------
* INFORMAÇÕES DE TEXTO
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#oportunidadesCarreira
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#oportunidadesCarreira h2
{
	background: url(../img/png_textosTitulosOportunidadesCarreira.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#oportunidadesCarreira h3#vagasAberto
{
	background: url(../img/png_textoSubtitulo_vagasAberto.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#oportunidadesCarreira h3#empresaCerta
{
	background: url(../img/png_textoSubtitulo_empresaCerta.png) bottom left no-repeat;
	margin-top: 30px;
	/*CSS HACK PARA IE 7*/
	*margin-top: 20px;
}
div#geral div#conteudo div#ambienteSecundario div#oportunidadesCarreira h3#informacoesPessoais
{
	width: 280px;
	background: url(../img/png_textoSubtitulo_informacoesPessoais.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#oportunidadesCarreira h3#informacoesEndereco
{
	width: 280px;
	background: url(../img/png_textoSubtitulo_informacoesEndereco.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#oportunidadesCarreira table
{
	margin-bottom: 0px;
}
div#geral div#conteudo div#ambienteSecundario div#oportunidadesCarreira p
{
	float: left;
	margin-bottom: 10px;
}

/* 
* ----------------------
* INFORMAÇÕES DO FORMULÁRIO
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#oportunidadesCarreira form
{
	margin-top: 20px;
	/*CSS HACK PARA IE 7*/
	*margin-top: 10px;
}

/* 
* ============================================
* PÁGINA DOWNLOADS REDE CREDENCIADA
* ============================================
*/

/* 
* ----------------------
* INFORMAÇÕES DE TEXTO
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#downloadsRedeCredenciada
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#downloadsRedeCredenciada h2
{
	background: url(../img/png_textosTitulosDownloadRedeCredenciada.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#downloadsRedeCredenciada h3#informeSeusDados
{
	width: 280px;
	background: url(../img/png_textoSubtitulo_informeSeusDados.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#downloadsRedeCredenciada h3#redesPDF
{
	background: url(../img/png_textoSubtitulo_redesPDF.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#downloadsRedeCredenciada p
{
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#downloadsRedeCredenciada div#ajaxRedeCredenciada
{
	width: 580px;
	float: left;
	margin-top: 30px;
	/*CSS HACK PARA IE 7*/
	*margin-top: 20px;
}

/* 
* ============================================
* PÁGINA DOWNLOADS GERAIS
* ============================================
*/

/* 
* ----------------------
* INFORMAÇÕES DE TEXTO
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#downloadsGerais
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#downloadsGerais h2
{
	background: url(../img/png_textosTitulosDownloadsGerais.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#downloadsGerais h3#procurandoPor
{
	background: url(../img/png_textoSubtitulo_oQueVoceEstaProcurando.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#downloadsGerais h3#tissGuias
{
	background: url(../img/png_textoSubtitulo_tissGuias.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#downloadsGerais h3#tissDiversos
{
	background: url(../img/png_textoSubtitulo_tissDiversos.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#downloadsGerais h3#programasDiversos
{
	background: url(../img/png_textoSubtitulo_downloadsProgramasDiversos.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#downloadsGerais h3#logomarcasOperadora
{
	background: url(../img/png_textoSubtitulo_downloadsLogomarcasOperadora.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario h3#manuaisOperadora
{
	background: url(../img/png_textoSubtitulo_manuaisOperadora.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario h3#documentosPrestadores
{
	background: url(../img/png_textoSubtitulo_documentosPrestadores.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#downloadsGerais form
{
	margin-bottom: 30px;
	/*CSS HACK PARA IE 7*/
	*margin-bottom: 20px;
}
div#geral div#conteudo div#ambienteSecundario div#downloadsGerais div#ajaxArquivosGerais
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#downloadsGerais div#ajaxArquivosGerais p
{
	float: left;
	margin-bottom: 10px;
}

/* 
* ============================================
* PÁGINA SERVICOS (DEFINIÇÕES GERAIS)
* ============================================
*/

/* 
* ------------------------------------------------------------------------
* DEFININDO BANNER DE SERVIÇOS ------ COMUM A TODAS AS PÁGINAS DE SERVIÇOS
* ------------------------------------------------------------------------
*/

div#geral div#topo div#banner div#destaquePerfil
{
	width: 640px;
	height: 365px;
	float: left;
	margin-top: -30px;
	/*CSS HACK PARA IE 7*/
	*margin-top: 0px;
}
div#geral div#topo div#banner div#destaquePerfil div#tituloAjuda
{
	width: 410px;
	height: 35px;
	float: right;
	margin: 65px 35px 0px 0px;
}
div#geral div#topo div#banner div#destaquePerfil div#tituloAjuda img
{
	float: right;
	position: relative;
	z-index: 0;
	margin-top: 5px;
}
div#geral div#topo div#banner div#destaquePerfil div#texto
{
	width: 400px;
	height: 180px;
	float: right;
	margin: 20px 40px 0px 0px;
}
div#geral div#topo div#banner div#destaquePerfil div#texto p
{
	width: 400px;
	float: left;
}
div#geral div#topo div#banner div#destaquePerfil div#texto p.bold
{
	font-weight: bold;
}
div#geral div#topo div#banner div#destaquePerfil div#texto ul
{
	margin: 10px 0px;
	float: left;
}
div#geral div#topo div#banner div#destaquePerfil div#texto ul li
{
	list-style: none;
	padding-left: 20px;
	background: url(../img/png_iconePonto.png) left center no-repeat;
}
div#geral div#topo div#banner div#linksOutroPerfil
{
	width: 320px;
	height: 365px;
	float: left;
	/*CSS HACK PARA IE 7*/
	*padding-top: 30px;
}
div#geral div#topo div#banner div#linksOutroPerfil ul li
{
	width: 320px;
	height: 80px;
	float: left;
	background: url(../img/png_btnsDestaques.png) 0px 0px no-repeat;
	margin: 10px 0px;
}
div#geral div#topo div#banner div#linksOutroPerfil ul li a h6
{
	float: left;
	margin: 8px 0px 0px 40px;
}
div#geral div#topo div#banner div#linksOutroPerfil ul li a p
{
	width: 160px;
	float: left;
	margin: 0px 0px 0px 40px;
}
div#geral div#topo div#banner div#linksOutroPerfil ul li a img
{
	float: right;
	margin: -40px 50px 0px 0px;
}
div#geral div#topo div#banner div#linksOutroPerfil ul li:hover
{
	background: url(../img/png_btnsDestaques.png) 0px -80px no-repeat;
}
div#geral div#topo div#banner div#linksOutroPerfil ul li:hover h6, div#geral div#topo div#banner div#linksOutroPerfil ul li:hover p
{
	color: #FFF;
	text-decoration: none;
}

/* 
* ------------------------------------------------------------------------
* DEFININDO ANIMAÇÃO EM FLASH ------ COMUM A TODAS AS PÁGINAS DE SERVIÇOS
* ------------------------------------------------------------------------
*/

div#geral div#conteudo div#ambienteSecundario div#servicos
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#destaqueFlash
{
	width: 560px;
	height: 300px;
	padding: 10px;
	background: url(../img/png_bgServicosAnimacaoFlash.png) top center no-repeat;
	float: left;
	margin-bottom: 30px;
}

/* 
* ------------------------------------------------------------------------
* DEFININDO SUBMENU SERVIÇOS ------ COMUM A TODAS AS PÁGINAS DE SERVIÇOS
* ------------------------------------------------------------------------
*/

div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos
{
	width: 580px;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos h3
{
	float: left;
	background: url(../img/png_textoSubtitulo_selecioneServico.png) bottom left no-repeat;
	margin-bottom: 0px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos p
{
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul li
{
	width: 116px;
	height: 145px;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul li a
{
	width: 116px;
	height: 145px;
	float: left;
	background-repeat: no-repeat;
}

/* 
* ------------------------------------------------------------------------
* DEFININDO VISIBILIDADE ------ COMUM A TODAS AS PÁGINAS DE SERVIÇOS
* ------------------------------------------------------------------------
*/

div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos div.displayNone
{
	display: none;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos div.displayVisible
{
	display: block;
}

/* 
* ------------------------------------------------------------------------
* DEFININDO PADRÕES DE TEXTOS ------ COMUM A TODAS AS PÁGINAS DE SERVIÇOS
* ------------------------------------------------------------------------
*/

div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos p
{
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos div#ajaxArquivosGerais p
{
	float: left;
	margin-bottom: 10px;
}

/* 
* ------------------------------------------------------------------------
* DEFININDO PADRÕES DE TÍTULOS ------ COMUM A TODAS AS PÁGINAS DE SERVIÇOS
* ------------------------------------------------------------------------
*/

div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h2#pesquisaSatisfacao
{
	background: url(../img/png_textosTitulosPesquisaSatisfacao.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h2#indicacaoAmigos
{
	background: url(../img/png_textosTitulosIndicacaoAmigos.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h2#indicacaoDentistas
{
	background: url(../img/png_textosTitulosIndicacaoDentistas.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h2#canalOuvidoria
{
	background: url(../img/png_textosTitulosCanalOuvidoria.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h2#atualizacaoCadastral
{
	background: url(../img/png_textosTitulosAtualizacaoCadastral.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h2#solicitacaoVisitas
{
	background: url(../img/png_textosTitulosSolicitacaoVisitas.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h2#downloadArquivos
{
	background: url(../img/png_textosTitulosDownloadArquivos.png) bottom center no-repeat;
}

/* 
* ------------------------------------------------------------------------
* DEFININDO PADRÕES DE SUB-TÍTULOS ------ COMUM A TODAS AS PÁGINAS DE SERVIÇOS
* ------------------------------------------------------------------------
*/

div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3.marginTop
{
	margin-top: 30px;
	/*CSS HACK PARA IE 7*/
	*margin-top: 20px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3#subPesquisaSatisfacao
{
	background: url(../img/png_textoSubtitulo_pesquisaSatisfacao.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3#indiqueAmigo
{
	background: url(../img/png_textoSubtitulo_indiqueAmigo.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3#indiqueDentista
{
	background: url(../img/png_textoSubtitulo_indiqueDentista.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3#comunicacaoEssencial
{
	background: url(../img/png_textoSubtitulo_comunicacaoEssencial.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3#preenchaCampos
{
	background: url(../img/png_textoSubtitulo_preenchaCamposAbaixo.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3#informacoesIndicador
{
	background: url(../img/png_textoSubtitulo_informacoesIndicador.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3#informacoesIndicado
{
	background: url(../img/png_textoSubtitulo_informacoesIndicado.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3#informacoesPessoais
{
	background: url(../img/png_textoSubtitulo_informacoesPessoais.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3#informacoesEndereco
{
	background: url(../img/png_textoSubtitulo_informacoesEndereco.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3#procurandoPor
{
	background: url(../img/png_textoSubtitulo_oQueVoceEstaProcurando.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3#vamosAteVoce
{
	background: url(../img/png_textoSubtitulo_vamosAteVoce.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3#tissGuias
{
	background: url(../img/png_textoSubtitulo_tissGuias.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3#tissDiversos
{
	background: url(../img/png_textoSubtitulo_tissDiversos.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3#programasDiversos
{
	background: url(../img/png_textoSubtitulo_downloadsProgramasDiversos.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos h3#logomarcasOperadora
{
	background: url(../img/png_textoSubtitulo_downloadsLogomarcasOperadora.png) bottom left no-repeat;
}
h3#subBuscarCEP
{
	width: 280px;
	background: url(../img/png_textoSubtitulo_buscarCEP.png) bottom left no-repeat;
}

/* 
* ------------------------------------------------------------------------
* DEFININDO PADRÕES DE FORMS ------ COMUM A TODAS AS PÁGINAS DE SERVIÇOS
* ------------------------------------------------------------------------
*/

div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos form
{
	margin-top: 30px;
	/*CSS HACK PARA IE 7*/
	*margin-top: 20px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos form.marginMenor
{
	margin-top: 10px;
	margin-bottom: 30px;
	/*CSS HACK PARA IE 7*/
	*margin-top: 0px;
	*margin-bottom: 20px;
}
a.btnUtilizar
{
	margin: 10px 0px 20px 0px;
	/*CSS HACK PARA IE 7*/
	*margin: 0px 0px 10px 0px;
	width: 133px;
	height:31px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	background: url(../img/png_btnUtilizar.png) top center no-repeat;
}
a.btnUtilizar:hover
{
	background: url(../img/png_btnUtilizar.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos a.participar
{
	margin-top: 30px;
	/*CSS HACK PARA IE 7*/
	*margin-top: 20px;
	width: 133px;
	height:31px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/png_btnParticipar.png) top center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#formsInternos a.participar:hover
{
	background: url(../img/png_btnParticipar.png) bottom center no-repeat;
}

/* 
* ------------------------------------------------------------------------
* SUBMENU SERVIÇOS - LINKS DO SUBMENU ------ COMUM A TODAS AS PÁGINAS DE SERVIÇOS
* ------------------------------------------------------------------------
*/

div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul#listaCliente li a#link1
{
	background-position: 0px 0px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul#listaCliente li a#link1:hover
{
	background-position: 0px -145px;
}	
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul#listaCliente li a#link1.current
{
	background-position: 0px -145px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul#listaCliente li a#link2
{
	background-position: -116px 0px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul#listaCliente li a#link2:hover
{
	background-position: -116px -145px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul#listaCliente li a#link2.current
{
	background-position: -116px -145px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul#listaCliente li a#link3
{
	background-position: -232px 0px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul#listaCliente li a#link3:hover
{
	background-position: -232px -145px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul#listaCliente li a#link3.current
{
	background-position: -232px -145px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul#listaCliente li a#link4
{
	background-position: -348px 0px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul#listaCliente li a#link4:hover
{
	background-position: -348px -145px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul#listaCliente li a#link4.current
{
	background-position: -348px -145px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul#listaCliente li a#link5
{
	background-position: -464px 0px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul#listaCliente li a#link5:hover
{
	background-position: -464px -145px;
}
div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul#listaCliente li a#link5.current
{
	background-position: -464px -145px;
}

/* 
* ============================================
* PÁGINA SERVICOS CLIENTES
* ============================================
*/

/* 
* ----------------------
* BANNER - TOPO
* ----------------------
*/

div#geral div#topo div#banner div#destaquePerfil.perfilCliente
{
	background: url(../img/png_bgServicosDestaques.png) 0px 0px no-repeat;
}

div#geral div#topo div#banner div#destaquePerfil.perfilCliente div#tituloAjuda
{
	background: url(../img/png_textoTituloGeral_servicosClientes.png) 0px 0px no-repeat;
}

/* 
* ----------------------
* SUBMENU SERVIÇOS - IMAGEM DE FUNDO
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul li a.linksCliente
{
	background-image: url(../img/png_subServicosCliente.png);
}


/* 
* ============================================
* PÁGINA SERVICOS PRESTADORES
* ============================================
*/

/* 
* ----------------------
* BANNER - TOPO
* ----------------------
*/

div#geral div#topo div#banner div#destaquePerfil.perfilPrestador
{
	background: url(../img/png_bgServicosDestaquesPrestador.png) 0px 0px no-repeat;
}

div#geral div#topo div#banner div#destaquePerfil.perfilPrestador div#tituloAjuda
{
	background: url(../img/png_textoTituloGeral_servicosPrestador.png) 0px 0px no-repeat;
}

/* 
* ----------------------
* SUBMENU SERVIÇOS - IMAGEM DE FUNDO
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul li a.linksPrestador
{
	background-image: url(../img/png_subServicosPrestador.png);
}

/* 
* ============================================
* PÁGINA SERVICOS CONSULTORES
* ============================================
*/

/* 
* ----------------------
* BANNER - TOPO
* ----------------------
*/

div#geral div#topo div#banner div#destaquePerfil.perfilConsultor
{
	background: url(../img/png_bgServicosDestaquesConsultor.png) 0px 0px no-repeat;
}

div#geral div#topo div#banner div#destaquePerfil.perfilConsultor div#tituloAjuda
{
	background: url(../img/png_textoTituloGeral_servicosConsultores.png) 0px 0px no-repeat;
}

/* 
* ----------------------
* SUBMENU SERVIÇOS - IMAGEM DE FUNDO
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul li a.linksConsultor
{
	background-image: url(../img/png_subServicosConsultor.png);
}


/* 
* ============================================
* PÁGINA SERVICOS EMPRESA
* ============================================
*/

/* 
* ----------------------
* BANNER - TOPO
* ----------------------
*/

div#geral div#topo div#banner div#destaquePerfil.perfilEmpresa
{
	background: url(../img/png_bgServicosDestaquesEmpresa.png) 0px 0px no-repeat;
}
div#geral div#topo div#banner div#destaquePerfil.perfilEmpresa div#tituloAjuda
{
	background: url(../img/png_textoTituloGeral_servicosEmpresas.png) 0px 0px no-repeat;
}

/* 
* ----------------------
* SUBMENU SERVIÇOS - IMAGEM DE FUNDO
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#servicos div#subMenuServicos ul li a.linksEmpresa
{
	background-image: url(../img/png_subServicosEmpresa.png);
}

/* 
* ============================================
* PÁGINA PLANOS (DEFINIÇÕES GERAIS)
* ============================================
*/

/* 
* ------------------------------------------------------------------------
* DEFININDO PADRÕES DE AMBIENTES ------ COMUM A TODAS AS PÁGINAS DE PLANOS
* ------------------------------------------------------------------------
*/

div#geral div#conteudo div#ambienteSecundario div#planos
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#planos div#descricaoPlanos
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#planos div#descricaoPlanos div#descricaoPlanosTexto
{
	width: 280px;
	height: 320px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
div#geral div#conteudo div#ambienteSecundario div#planos div#descricaoPlanos div#bannerFlashPlanos
{
	width: 260px;
	height: 300px;
	padding: 10px;
	float: left;
	background: url(../img/png_bgPlanosBannerFlash.png) top center no-repeat;
	/*CSS HACK PARA IE 7*/
	*margin-top: 10px;
}
div#geral div#conteudo div#ambienteSecundario div#planos div#descricaoCaracteristicas
{
	width: 580px;
	height: auto;
	float: left;
	margin-top: 30px;
}
div#geral div#conteudo div#ambienteSecundario div#planos div#descricaoCaracteristicas ul li
{
	width: 280px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#planos div#descricaoCaracteristicas ul li.alinhamentoLeft
{
	margin-left: 20px;
}

div#geral div#conteudo div#ambienteSecundario div#planos div#descricaoPlanosCobertura
{
	width: 580px;
	height: auto;
	float: left;
	margin-top: 30px;
}

/* 
* ------------------------------------------------------------------------
* DEFININDO PADRÕES DE TÍTULOS ------ COMUM A TODAS AS PÁGINAS DE PLANOS
* ------------------------------------------------------------------------
*/

div#geral div#conteudo div#ambienteSecundario div#planos h2#odontoClinico
{
	background: url(../img/png_textosTitulosPlanoOdontoClinico.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#planos h2#odontoClinicoOrto
{
	background: url(../img/png_textosTitulosPlanoOdontoClinicoOrto.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#planos h2#odontoClinicoMaster
{
	background: url(../img/png_textosTitulosPlanoOdontoClinicoMaster.png) bottom center no-repeat;
}

/* 
* ------------------------------------------------------------------------
* DEFININDO PADRÕES DE SUB-TÍTULOS ------ COMUM A TODAS AS PÁGINAS DE PLANOS
* ------------------------------------------------------------------------
*/

div#geral div#conteudo div#ambienteSecundario div#planos h3#subDescricaoPlanos
{
	background: url(../img/png_textoSubtitulo_descricaoPlano.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#planos h3#subAbrangenciaPlanos
{
	background: url(../img/png_textoSubtitulo_abrangenciaPlano.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#planos h3#subRegistroPlanos
{
	background: url(../img/png_textoSubtitulo_registroPlano.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#planos h3#subContratacaoPlanos
{
	background: url(../img/png_textoSubtitulo_contratacaoPlano.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#planos h3#subsegmentacaoPlanos
{
	background: url(../img/png_textoSubtitulo_segmentacaoPlano.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#planos h3#subCoberturasPlanos
{
	background: url(../img/png_textoSubtitulo_coberturasPlano.png) bottom left no-repeat;
}

/* 
* ------------------------------------------------------------------------
* DEFININDO PADRÕES DE TEXTOS ------ COMUM A TODAS AS PÁGINAS DE PLANOS
* ------------------------------------------------------------------------
*/

div#geral div#conteudo div#ambienteSecundario div#planos p
{
	float: left;
	margin-bottom: 10px;
}

/* 
* ------------------------------------------------------------------------
* DEFININDO PADRÕES DE TABELAS ------ COMUM A TODAS AS PÁGINAS DE PLANOS
* ------------------------------------------------------------------------
*/

div#geral div#conteudo div#ambienteSecundario div#planos div#descricaoPlanosCobertura table
{
	width: 580px;
	height: auto;
	float: left;
	border: 1px solid #E7E9FE;
}
div#geral div#conteudo div#ambienteSecundario div#planos div#descricaoPlanosCobertura table tr.linhaEscura
{
	background-color: #E7E9FE;
}
div#geral div#conteudo div#ambienteSecundario div#planos div#descricaoPlanosCobertura table tr.linhaClara
{
	background-color: #FDFDF7;
}
div#geral div#conteudo div#ambienteSecundario div#planos div#descricaoPlanosCobertura table tr td
{
	height: 35px;
	padding-left: 35px;
	background: url(../img/png_iconeSetaVerde.png) 5px center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#planos div#descricaoPlanosCobertura table tr td.limpo
{
	background-image: none;
}

/* 
* ------------------------------------------------------------------------
* DEFININDO PADRÕES DE TEXTOS ------ SERVIÇOS EXTRAS
* ------------------------------------------------------------------------
*/

div#geral div#conteudo div#ambienteSecundario div#planos div#servidosExtras
{
	float: left;
	margin-top: 30px;
}
div#geral div#conteudo div#ambienteSecundario div#planos div#servidosExtras h3
{
	background: url(../img/png_textoSubtitulo_servicosAdicionais.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#planos div#servidosExtras strong
{
	font-weight: bold;
}
div#geral div#conteudo div#ambienteSecundario div#planos div#servidosExtras ul
{
	margin: 10px auto;
	float: left;
	padding-left: 10px;
	background: url(../img/png_bgLista.png) left top repeat-y;
}
div#geral div#conteudo div#ambienteSecundario div#planos div#servidosExtras ul li strong
{
	list-style: none;
	padding-left: 20px;
	background: url(../img/png_iconePonto.png) left center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#planos div#servidosExtras ul li p
{
	padding-left: 20px;
}

/* 
* ============================================
* PÁGINA CONFIRMAÇÃO DE SOLICITAÇÃO
* ============================================
*/

/* 
* ----------------------
* INFORMAÇÕES DE TEXTO
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#confirmacaoSolicitacao
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#confirmacaoSolicitacao h2
{
	background: url(../img/png_textosTitulosConfirmacaoSolicitacao.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#confirmacaoSolicitacao h3.mensagemSucesso
{
	background: url(../img/png_textoSubtitulo_dadosEnviadosComSucesso.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#confirmacaoSolicitacao h3.mensagemErro
{
	background: url(../img/png_textoSubtitulo_mensagemErro.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#confirmacaoSolicitacao p
{
	float: left;
}

/* 
* ============================================
* PÁGINA NOTÍCIAS LISTAGEM
* ============================================
*/

/* 
* ----------------------
* INFORMAÇÕES DE TEXTO
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#noticiasListagem
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasListagem h2
{
	background: url(../img/png_textosTitulosNoticiasBusca.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasListagem h3
{
	background: url(../img/png_textoSubtitulo_informacoesSobreOdontoGroupSaude.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasListagem p
{
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasListagem div#listagemGeral
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasListagem div#listagemGeral h3
{
	background: url(../img/png_textoSubtitulo_resultadosBusca.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasListagem div#listagemGeral ul li
{
	width: 560px;
	height: auto;
	background-color: #EFEFEF;
	border: 1px solid #DDDDDD;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasListagem div#listagemGeral ul li img
{
	width: 100px;
	height: auto;
	float: left;
	border: 1px solid #DDDDDD;
	margin-right: 10px;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasListagem div#listagemGeral ul li h6
{
	width: 440px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasListagem div#listagemGeral ul li p
{
	width: 440px;
	height: auto;
	float: left;
}

/* 
* ----------------------
* INFORMAÇÕES DE FORMULÁRIOS
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#noticiasListagem form
{
	margin: 10px 0px 30px 0px;
	/*CSS HACK PARA IE 7*/
	*margin: 10px 0px 20px 0px;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasListagem form input[type="submit"]
{
	margin-top: 10px;
	background-image: url(../img/png_btnPesquisar.png);
}

/* 
* ============================================
* PÁGINA NOTÍCIAS VISUALIZAR
* ============================================
*/

/* 
* ----------------------
* INFORMAÇÕES DE TEXTO
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar h2
{
	background: url(../img/png_textosTitulosExibindoNoticia.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar h3
{
	background: url(../img/png_textoSubtitulo_confiraNoticiaSelecionada.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar p
{
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar div#noticiaVisualizarInterna
{
	width: 580px;
	height: auto;
	float: left;
	margin-top: 30px;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar div#noticiaVisualizarInterna h6
{
	width: 580px;
	height: auto;
	float: left;
	text-align:left;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar div#noticiaVisualizarInterna strong
{
	width: 580px;
	height: auto;
	float: left;
	text-align:left;
	font-weight: bold;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar div#noticiaVisualizarInterna div#imagemNoticia
{
	width: 580px;
	height: auto;
	text-align: center;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar div#noticiaVisualizarInterna div#imagemNoticia img
{
	width: auto;
	height: auto;
	border: 1px solid #DDDDDD;
	margin: 10px 10px 10px 0px;
	text-align: center;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar div#noticiaVisualizarInterna p
{
	width: 580px;
	margin-bottom: 10px;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar div#noticiaVisualizarInterna ul
{
	width: 580px;
	margin: 10px auto;
	float: left;
	padding-left: 10px;
	background: url(../img/png_bgLista.png) left top repeat-y;
	
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar div#noticiaVisualizarInterna ul li
{
	list-style: none;
	padding-left: 20px;
	background: url(../img/png_iconePonto.png) left center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar div#acoesNoticia
{
	width: 580px;
	height: auto;
	float: left;
	margin-top: 30px;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar div#acoesNoticia h3#subImprimirNoticia
{
	background: url(../img/png_textoSubtitulo_desejaFazerAgora.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar div#acoesNoticia a
{
	width: 133px;
	height: 31px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px 10px 0px 0px;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar div#acoesNoticia a#linkImprimirNoticia
{
	background: url(../img/png_btnImprimir.png) top center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar div#acoesNoticia a#linkImprimirNoticia:hover
{
	background: url(../img/png_btnImprimir.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar div#acoesNoticia a#linkIndicarNoticia
{
	background: url(../img/png_btnEnviar.png) top center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#noticiasVisualizar div#acoesNoticia a#linkIndicarNoticia:hover
{
	background: url(../img/png_btnEnviar.png) bottom center no-repeat;
}
div#ajaxIndicarNoticias h3#informacoesIndicado
{
	width: 280px;
	background: url(../img/png_textoSubtitulo_informacoesIndicado.png) bottom left no-repeat;
}
div#ajaxIndicarNoticias h3#informacoesIndicador
{
	width: 280px;
	background: url(../img/png_textoSubtitulo_informacoesIndicador.png) bottom left no-repeat;
}

/* 
* ============================================
* PÁGINA TOUR
* ============================================
*/

/* 
* ----------------------
* INFORMAÇÕES DE TEXTO
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#tour
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#tour h2
{
	background: url(../img/png_textosTitulosTourOdontoGroup.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#tour h3
{
	background: url(../img/png_textoSubtitulo_aprendaUtilizarPortal.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#tour p
{
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#tour div#tourInterna
{
	width: 580px;
	height: auto;
	float: left;
	margin-top: 30px;
}
div#geral div#conteudo div#ambienteSecundario div#tour div#tourInterna h2
{
	background: url(../img/png_textosTitulosVideosCategoria.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#tour div#tourInterna h3
{
	background: url(../img/png_textoSubtitulo_oQueVoceEstaProcurando.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#tour div#ajaxCategorias
{
	width: 580px;
	height: auto;
	float: left;
	margin-top: 30px;
}
div#geral div#conteudo div#ambienteSecundario div#tour div#ajaxCategorias h3
{
	background: url(../img/png_textoSubtitulo_resultadosBusca.png) bottom left no-repeat;
}

/* 
* ============================================
* PÁGINA POLÍTICA PRIVACIDADE
* ============================================
*/

/* 
* ----------------------
* POLITICA DE PRIVACIDADE
* ----------------------
*/

div#geral div#conteudo div#ambienteSecundario div#politicaPrivacidade
{
	width: 580px;
	height: auto;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#politicaPrivacidade h2
{
	background: url(../img/png_textosTitulosPoliticaPrivacidade.png) bottom center no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#politicaPrivacidade h3#compromissoComVoce
{
	background: url(../img/png_textoSubtitulo_compromissoComVoce.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#politicaPrivacidade h3#privacidadeDados
{
	background: url(../img/png_textoSubtitulo_privacidadeDados.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#politicaPrivacidade h3#segurancaDados
{
	background: url(../img/png_textoSubtitulo_segurancaDados.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#politicaPrivacidade h3#alteracaoPolitica
{
	background: url(../img/png_textoSubtitulo_alteracoesPolitica.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#politicaPrivacidade h3#duvidasSugestoes
{
	background: url(../img/png_textoSubtitulo_duvidasSugestoes.png) bottom left no-repeat;
}
div#geral div#conteudo div#ambienteSecundario div#politicaPrivacidade p
{
	float: left;
	text-align: justify;
	margin-bottom: 10px;
}
div#geral div#conteudo div#ambienteSecundario div#politicaPrivacidade strong
{
	font-weight: bold;
	float: left;
}
div#geral div#conteudo div#ambienteSecundario div#politicaPrivacidade a
{
	font-weight: bold;
	float:left;
}
div#geral div#conteudo div#ambienteSecundario div#politicaPrivacidade ul
{
	width: 580px;
	margin: 10px auto;
	float: left;
	padding-left: 10px;
	background: url(../img/png_bgLista.png) left top repeat-y;
	
}
div#geral div#conteudo div#ambienteSecundario div#politicaPrivacidade ul li
{
	list-style: none;
	padding-left: 20px;
	background: url(../img/png_iconePonto.png) left center no-repeat;
}