body  {
	font: 100% Arial, Helvetica, sans-serif;
	background:url(../imagens/modelo-novo/fundo.jpg) #C4C4C4 repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	font-weight: bold;
	color: #3366FF;
	text-decoration: none;
	height: 15px;
	width: 180px;
}
h3.guia {
	font-size: 14px;
	color: #666666;
}
p.col-dir {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 150px;
	margin-left: 25px;
}
ul.nav {
	list-style-type: none;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
a.nav   {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	height: 15px;
	width: 180px;
}	
li.navinterna {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	background-color: #FFFFFF;
	padding: 5px;
	display: block;
}
li.navexterna {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	background-color: #e4e4e4;
	display: block;
	padding: 5px;
}
td.texto {
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 12px;
}
td.texto_col-dir {
	font-size: 12px;
	padding-top: 12px;
}

.posicao-topo  {
	height: 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../imagens/modelo-novo/topo.gif);
	padding: 0 10 0 20px;
}
.posicao-header  {
	height: 101px;
	padding: 0 10 0 20px;
	background-image: url(../imagens/modelo-novo/cabecalho.gif);
	background-repeat: no-repeat;
	background-position: center;
}.posicao-header  h1  {
	display: none;
}
.posicao-conteudo  {
	margin: 0;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #a9a9a9;
	background-image: url(../imagens/modelo-novo/fundo_conteudo.jpg);
}
.posicao-rodape  {
	background: url(../imagens/modelo-novo/rodape.jpg) no-repeat;
	height: 60px;
} 
.rodape {
	font-size: 10px;
	text-align: center;
}
.especialidades {
	background-color: #BDEAFF;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}
.nomeProfissonal {
	list-style-image: url(../imagens/guiamedico/seta.gif);
	font-weight: bold;
	margin-left: 5px;
	padding-left: 5px;
}

li.navinterna_b {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #FFCC33;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	text-transform: uppercase;
}
