/*

No arquivo estilo.css, somente propriedades de estilo visual:
font, color, background, border, line-height, text-decoration, etc.

No arquivo layout.css, somente propriedades de layout:
margin, padding, position, top, left, etc.

 */
div#principal {
	background-image: url(../../images/portal/bg001.gif);
	background-repeat: repeat-y;
}

div#principal_sessao {
	background-image: url(../../images/portal/bg004.gif);
	background-repeat: repeat-y;
}

div#linha1 {
	background-color: #FC0;
}

div#area,div#sub_area {
	color: #FFF;
	font-size: 160%;
	font-family: Verdana;
}

div#sub_area {
	font-size: 190%;
}

div#data {
	color: #FFF;
	font-size: 110%;
	text-align: center;
}

div#menu_completo,div#menu_completo2 {
	border-left: 1px solid #BAA993;
	border-right: 1px solid #BAA993;
}

div#top_menu,div#top_menu2 {
	background: url(../../images/portal/top_menu_princ.gif) no-repeat;
}

div#top_menu_drts {
	background: url(../../images/portal/top_menu_drts.gif) no-repeat;
}

div#sub_menu01 {
	background-color: #FFF;
}

div#bottom_menu,div#bottom_menu2 {
	background: url(../../images/portal/bottom_menu_princ.gif) no-repeat;
}

div#bottom_menu_drts {
	background: url(../../images/portal/bottom_menu_drts.gif) no-repeat;
}

div#endereco {
	color: #82715C;
	font-size: 12px;
	text-align: center;
}

div#endereco2 {
	color: #82715C;
	font-size: 105%;
	text-align: justify;
	margin-left: 3%;
	margin-right: 3%;
}

div#col_conteudo {
	background-color: #FFF;
}

div#bloco_busca {
	background-color: #92866F;
}

div#busca_campo label,div#busca_links {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

div#busca_links a,div#busca_links a:link,div#busca_links a:visited {
	color: #FFF;
	text-decoration: none;
}

div#busca_links a:hover {
	text-decoration: underline;
}

div#busca_campo input {
	border: 1px solid #92866F;
	font-size: 120%;
}

div#navegacao {
	font-size: 110%;
}

h1#cont_titulo {
	background: url(../../images/portal/bg003.gif) bottom repeat-x;
	font-family: Verdana;
	font-size: 150%;
	font-weight: bold;
	color: #4C4436;
}

h2#cont_titulo {
	background: url(../../images/portal/bg003.gif) bottom repeat-x;
	font-family: Verdana;
	font-size: 150%;
	font-weight: bold;
	color: #4C4436;
}

h2#titulo_proger {
	/*background:url(../../images/portal/bg003.gif) bottom repeat-x;*/
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #4C4436;
}

div#area_navega {
	font-size: 100%;
}

div#barra_navega {
	background-color: #F9F7F7;
}

div#sugestoes_texto {
	color: #A38C73;
	font-size: 110%;
	text-align: center;
}

div#sem_banners {
	background-color: #FFF;
}

div#linha5 {
	background-color: #92866F;
	color: #FFF;
	font-size: 100%;
	line-height: 20px;
	text-align: center;
}

div#linha5 span {
	font-weight: bold;
}