/*
Cliente: Unimed
Projeto: Portal corporativo
*/ /*
  --------------
    PALETA DE CORES
  --------------
  
  #666    - Texto padrao
  #898989 - Texto do rodape
  #f0f1f1 - Fundo de caixas
  #e55300 - Laranja para titulos e botoes
  #009faf - Azul para botoes
  #0f7744 - Verde para titulos
  
*/ /*
  --------------
    ELEMENTOS e CLASSES
  --------------
*/ /* ------- GERAL ------- */
* {
	margin: 0;
	padding: 0;
}
	
	/* reseta todas as margens, paddings e define o nivel das camadas do site */
html,body {
	background: url(./imagens/bg.gif) #ebebeb center repeat-y;
	font: 100% "Trebuchet MS", Verdana, Arial, sans-serif;
}


/* ------- CLASSES ------- */
.direita {
	float: right;
}

.esquerda {
	float: left;
}

p.direita,p.esquerda {
	float: none;
}

p.direita {
	text-align: right;
}

p.esquerda {
	text-align: left;
}

.centro {
	text-align: center;
}

a.botao,a.botao strong {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
}

a.botao {
	padding-left: 12px;
	color: #fff;
}

a.botao strong {
	padding-right: 12px;
	background-position: right 0;
}

a.botao.laranja,a.botao.laranja strong {
	background-image: url(./imagens/botao_laranja.png);
}

a.botao.azul,a.botao.azul strong {
	background-image: url(./imagens/botao_azul.png);
}

a.botao:hover {
	background-position: 0 bottom;
}

a.botao:hover strong {
	background-position: right bottom;
}

a.botao.esquerda strong,a.botao.direita strong {
	display: block;
}

a.rss {
	width: 14px;
	height: 14px;
	margin-right: 3px;
	background: url(./imagens/icone_rss.jpg) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

div.moldura {
	position: absolute;
	z-index: 2;
}

div.moldura.thumb {
	width: 105px;
	height: 105px;
	background: url(./imagens/moldura_105.png) no-repeat;
}

* html div.moldura.thumb {
	background: none;
	filter: progid : DXImageTransform . Microsoft . AlphaImageLoader ( src =
		'imagens/moldura_105.png', sizingMethod = 'crop' );
}

div.moldura.destaque {
	width: 198px;
	height: 92px;
	background: url(./imagens/moldura_198.png) no-repeat;
}

* html div.moldura.destaque {
	background: none;
	filter: progid : DXImageTransform . Microsoft . AlphaImageLoader ( src =
		'imagens/moldura_198.png', sizingMethod = 'crop' );
}

div.moldura.secao {
	width: 340px;
	height: 92px;
	background: url(./imagens/moldura_340.png) no-repeat;
}

* html div.moldura.secao {
	background: none;
	filter: progid : DXImageTransform . Microsoft . AlphaImageLoader ( src =
		'imagens/moldura_340.png', sizingMethod = 'crop' );
}

div.moldura.cliente {
	width: 140px;
	height: 142px;
	background: url(./imagens/moldura_140.png) no-repeat;
}

* html div.moldura.cliente {
	background: none;
	filter: progid : DXImageTransform . Microsoft . AlphaImageLoader ( src =
		'imagens/moldura_140.png', sizingMethod = 'crop' );
}

div.moldura.noticia {
	width: 191px;
	height: 186px;
	background: url(./imagens/moldura_191.png) no-repeat;
}

* html div.moldura.noticia {
	background: none;
	filter: progid : DXImageTransform . Microsoft . AlphaImageLoader ( src =
		'imagens/moldura_191.png', sizingMethod = 'crop' );
}

ul.noticias {
	list-style: none;
}

ul.noticias a {
	text-decoration: none;
	color: #666;
}

ul.noticias a:hover {
	text-decoration: underline;
}

ul.noticias strong {
	color: #0f7744;
}

ul.noticias em {
	font-style: normal;
	font-weight: bold;
}

ul.paginacao {
	height: 28px;
	margin: 2em 0;
	text-align: center;
	line-height: 28px;
	list-style: none;
	zoom: 1;
}

ul.paginacao li {
	display: inline;
	margin: 0 -2px;
	padding: 6px 7px;
	background: #F0F1F1;
}

ul.paginacao li.anterior,ul.paginacao li.proxima {
	padding: 6px 0;
}

ul.paginacao li.anterior {
	margin: 0 -1px 0 0;
}

ul.paginacao li.proxima {
	margin: 0 0 0 -1px;
}

ul.paginacao li a {
	font-weight: bold;
	color: #666;
}

ul.paginacao li.ativo a,ul.paginacao li a:hover {
	text-decoration: none;
	color: #e45300;
}

ul.paginacao li.anterior a,ul.paginacao li.proxima a {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 28px;
	background: url(./imagens/paginacao_setas.png) no-repeat;
}

html>body ul.paginacao li.anterior a,html>body ul.paginacao li.proxima a
	{
	top: 10px;
	text-indent: -9999em;
	overflow: hidden;
}

ul.paginacao li.anterior a {
	left: -5px;
}

ul.paginacao li.anterior a:hover {
	background-position: -32px 0;
}

ul.paginacao li.proxima a {
	right: -5px;
	background-position: 0 -28px;
}

ul.paginacao li.proxima a:hover {
	background-position: -32px -28px;
}

ul.paginacao li.proxima a.inativo {
	background-position: -64px -28px;
}

ul.paginacao li.anterior a.inativo {
	background-position: -64px 0;
}

ul.paginacao li a span {
	text-indent: -9999em;
}

.caixa {
	margin-bottom: 30px;
	padding: 3px;
	border: 1px solid #ececec;
}

form.caixa fieldset, .caixa .interior {
	padding:10px 10px 10px 5px;
	background: #f5f5f5;
}

.caixa2 {
	margin-bottom: 30px;
	padding: 3px;
	border: 1px solid #ececec;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

form.caixa2 fieldset,.caixa2 .interior2 {
	padding: 10px 0 10px 31px;
	background: #f5f5f5;
}

.inativo {
	display: none;
}

/* contendo float */
.contemfloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.contemfloat {
	display: inline-block;
}

/* Hides from IE-mac \*/
* .contemfloat {
	height: 1%;
}

.contemfloat {
	display: block;
}

/* End hide from IE-mac */ /* ------- ICONES ------- */
.manual_comunicacao,.manual_redacao,.artigos,.livros,.premios {
	margin-bottom: 8px;
	padding-left: 32px;
	background: url(./imagens/icones.png) no-repeat;
	line-height: 22px;
	font-weight: normal;
}

a.manual_comunicacao,a.manual_redacao,a.artigos,a.livros,a.premios {
	display: inline-block;
}

.manual_comunicacao:hover,.manual_redacao:hover,.artigos:hover,.livros:hover,.premios:hover
	{
	text-decoration: none;
	color: #e45300;
}

.manual_comunicacao:hover {
	background-position: -202px 0;
}

.manual_redacao {
	background-position: 0 -30px;
}

.manual_redacao:hover {
	background-position: -202px -30px;
}

.artigos {
	background-position: 0 -63px;
}

.artigos:hover {
	background-position: -202px -63px;
}

.livros {
	background-position: 0 -92px;
}

.livros:hover {
	background-position: -202px -92px;
}

.premios {
	background-position: 0 -122px;
}

.premios:hover {
	background-position: -202px -122px;
}

/* ------- TOPO ------- */
#topo {
	position: relative;
	height: 1%;
}

#topo h2 {
	float: left;
	width: 169px;
	height: 106px;
	background: url(./imagens/topo_logo.gif) no-repeat;
	text-indent: -9999em;
}

#topo h2 a {
	display: block;
	height: 100%;
	overflow: hidden;
}

#topo .icones {
	position: absolute;
	top: 60px;
	left: 895px;
	list-style: none;
}

* html #topo .icones li a {
	height: 1%
}

#topo .acessibilidade a {
	display: block;
	padding: 2px 0 3px 27px;
	background: url(./imagens/icone_acessibilidade.gif) 0 2px no-repeat;
}

#topo .acessibilidade a:hover,#topo .acessibilidade a:focus {
	background-position: 0 bottom;
}

#topo .icones .mapasite a {
	display: block;
	padding: 2px 0 3px 27px;
	background: url(./imagens/icone_mapa.gif) 0 2px no-repeat;
}

#topo .icones .oquerss a {
	display: block;
	padding: 2px 0 3px 27px;
	background: url(./imagens/rss.png) 0 2px no-repeat;
}

#topo .icones .mapasite a:hover,#topo .mapasite a:focus, #topo .icones .oquerss a:hover,#topo .oquerss a:focus {
	background-position: 0 bottom;
}

#topo #informacoes { 
	position: absolute; 
	top: -9999em; 
	left: 50%; 
	width: 730px; 
	height: 348px; 
	margin-left: -400px; 
	padding: 27px 35px; 
	background: url(./imagens/acessibilidade_bg.png) no-repeat; 
	font-size: 1.72em; 
	color: #fff; 
	z-index: 5; 
}

* html #topo #informacoes { 
	background-image: url(./imagens/acessibilidade_bg.png) !important;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/acessibilidade_bg.png',sizingMethod='crop');
}

#topo #informacoes a { 
	position: relative; 
}

#topo #informacoes .esquerda { 
	width: 315px;
}

#topo #informacoes .direita { 
	width: 360px;
}

#topo #informacoes strong { 
	color: #c3d840; 
}

#topo #informacoes p {
	 margin-bottom: .3em;
	  line-height: 1.1em; 
}

#topo #informacoes p.centro {
	 margin-top: 2em; 
}

#topo #informacoes ul { 
	width: 334px; 
	height: 204px; 
	background: url(./imagens/acessibilidade_atalhos.png) no-repeat;
	font-size: .75em; 
	list-style: none; 
	text-indent: -9999em; 
}

#topo #informacoes ul.instrucoes { 
	width: auto; 
	height: auto;
	 margin-bottom: 1em; 
	 background: transparent; 
	 text-indent: 0; 
}

#topo #informacoes ul.instrucoes li {
	 display: inline; 
}

#topo #informacoes ul.instrucoes li strong { 
	font-size: 1.2em; 
}

#topo form input {
	width: 82px;
	/**height: 14px;**/
	/**padding: 3px 11px;**/
	border: 0;
	background-color: transparent;
	font-size: .9em;
	color: #898989;
	margin-left: -2px;
	margin-right:7px;
}

#topo form .inputWrapper {
	float:left;
	margin-left:5px;
	margin-top:2px;
	width:105px;
	background: url(./imagens/form_input_bg.png) no-repeat;
	height: 20px;
	text-align: center;
}

#topo form button {
	width: 31px;
	height: 22px;
	margin-left: 3px;
	border: 0;
	background: url(./imagens/form_botao.png) no-repeat;
	font-weight: bold;
	font-size: .9em;
	line-height: 22px;
	color: #fff;
}

html>body #topo form button {
	padding-bottom: 3px;
}

#topo #frmrestrita {
	float: left;
	width: 478px;
	height: 37px;
	padding: 15px 10px 0 6px;
	background: url(./imagens/topo_restrita_bg.png) no-repeat;
	line-height: 1.1em;
	margin-left: 15px;
}

#topo #frmrestrita label {
	float: left;
	width: 145px;
	margin-right: 5px;
	text-align: right;
	color: #0f7744;
}

#topo #frmrestrita .opcoes_acesso {
	margin-top:-3px;
	float: right;
	font-size: .9em;
	line-height: 1em;
	color: #e55300;
	list-style: none;
}

#topo #frmrestrita .opcoes_acesso li {
	padding: 2px 0;
}

#topo #frmbusca {
	float: left;
	width: 272px;
	height: 37px;
	margin-left: 9px;
	padding: 15px 0 0 23px;
	background: url(./imagens/topo_busca_bg.jpg) no-repeat;
}

#topo #frmbusca fieldset label.lbbusca {
	float:left; 
	margin-top:3px;
}

#topo ul#navegacao {
	position: absolute;
	top: 64px;
	left: 176px;
	width: 674px;
	background: url(./imagens/topo_menu_bg.jpg) bottom no-repeat;
	font-size: 1.18em;
	line-height: 37px;
	text-align: center;
	zoom: 1;
}

#topo ul#navegacao li {
	display: inline;
	margin-left: 1px;
	cursor: pointer;
	zoom: 1;
}

#topo ul#navegacao li a {
	position: relative;
	padding: 9px 12px;
	background: url(./imagens/topo_menu_item_bg.gif) repeat-x;
	text-decoration: none;
	color: #e7eeb3;
}

#topo ul#navegacao li a.ativo,#topo ul#navegacao li a:hover {
	background-position: 0 bottom;
	color: #e55300;
}

#topo ul#navegacao li.primeiro a {
	background-image: url(./imagens/topo_menu_item_primeiro_bg.png);
}

#topo ul#navegacao li.ultimo a {
	background: url(./imagens/topo_menu_item_ultimo_bg.png) right 0;
}

#topo ul#navegacao li.ultimo a.ativo,#topo ul#navegacao li.ultimo a:hover
	{
	background-position: right bottom;
}

#topo ul#navegacao li a span {
	position: absolute;
	top: -1px;
	left: 13px;
	color: #436e0f;
	cursor: pointer;
}

#topo ul#navegacao li a.ativo span,#topo ul#navegacao li a:hover span {
	top: -3px;
	color: #fff;
}


/* ------- RODAPE ------- */
#rodape {
	height: 134px;
	padding-top: 31px;
	background: url(./imagens/rodape_bg.png) no-repeat;
	text-align: center;
}

#rodape_sem_box {
	height: 70px;
	padding-top: 31px;
	background: url(./imagens/rodape_bg_semBox.png) no-repeat;
	text-align: center;
}

#rodape h6 {
	margin-bottom: 5px;
	font-size: 1em;
	color: #0f7744;
}

#rodape ul {
	width: 220px;
	margin: 0 auto 20px;
	list-style: none;
}

html>body #rodape ul {
	margin-bottom: 40px;
}

#rodape ul li {
	float: left;
	width: 101px;
	height: 19px;
	margin: 0 3px;
	padding-top: 3px;
	background: url(./imagens/rodape_botao.gif) no-repeat;
}

#rodape ul li a {
	text-decoration: none;
	color: #666;
}

#rodape img {
	position: relative;
	top: 6px;
	margin-left: 10px;
}

#rodape p {
	clear: both;
}

#resultado div.messagebox-loading {
	padding: 10px 0 10px 0;
	margin: 0 40px 0 40px;
	background-color: #fff;
	text-align: center;
}

#resultado div.messagebox-loading label {
	font-weight: bold;
}

form#fBuscador {
	text-align: center;
}

div #espaco_widgets { padding-top: 15px; }

#cadastre_se div#conteudo #coluna1 .radioBt { 
	width: 32px;
}


form#fBuscador fieldset {
	height: 50px;
	background:transparent url(./imagens/rodape_buscador_bg.png) no-repeat center;
	padding-top: 23px;
	text-align: center;
}

form#fBuscador fieldset input {
	background:transparent url(./imagens/form_input_bg.png) no-repeat scroll 0 0;
	border:0 none;
	color:#898989;
	font-size:0.9em;
	height:14px;
	padding:3px 11px;
	width:82px;
}

form#fBuscador fieldset button {
	background:transparent url(./imagens/form_botao_72.gif) no-repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	height:22px;
	width:72px;
}

#hotsite #destaque { 
	margin: 15px 0 15px 0; 
}
     
#hotsite #topo ul {
	float: left;
	width: 501px;
	height: 98px;
	padding: 10px 3px 0 6px;
	background: url(./imagens/topoHotSite.png) no-repeat;
	line-height: 1.1em;
	margin-left: 50px;
	list-style: none;
}

#hotsite #topo ul li {
	width: 490px;
}

#hotsite #topo ul li h1 {
	line-height: normal;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
}

#hotsite #topo ul li h1 a {
	text-decoration: none;
}