/* www.maisempresas.com */

/*******************************************************************************/

/* Elementos Gerais */

body {
	background:#FFF;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
}
	a {
		text-decoration:none;
		color:#000;
	}
		a:hover {
			text-decoration:underline;
		}
		
	.sprite {
		overflow:hidden;
		text-indent:-999px;
	}
		.sprite a {
			display:block;
			height:999px;
		}

	.left { float:left; }
	.right { float:right; }
	.center { margin:0 auto 0 auto; }
	.block { display:block; overflow:hidden; }
	.clear { display:block; clear:both; overflow:hidden; height:100%; }
		
/*******************************************************************************/

.container {
	display:block;
	overflow:hidden;
	width:960px;
	margin:0 auto 0 auto;
}

#head {
	background:#086304;
	overflow:hidden;
	border-top:2px solid #A6CF4D;
	border-bottom:solid 1px #A6CF4D;
}
	#logo {
		width:960px;
		height:115px;
		background:url(../images/topo.gif) #037A00;
	}
	
#intranet {
	background:url(../images/bgIntranet.gif) top no-repeat;
	display:block;
	height:37px;
	padding:9px 20px;
	text-align:right;
}
	#intraUser {
		width:95px;
		height:20px;
		border:0px;
		padding:0px;
		background:none;
		color:#FFF;
		margin:0px 10px;
	}
	#intraSenha {
		width:94px;
		height:20px;
		border:0px;
		padding:0px;
		background:none;
		color:#FFF;
		margin:0px 10px;
	}
	
#colunaEsquerda {
	float:left;
	width:199px;
	overflow:hidden;
	min-height:500px;
}
#content {
	float:right;
	width:755px;
	overflow:hidden;
	min-height:500px;
}
#contentInternas {
	float:right;
	width:755px;
	overflow:hidden;
	border:solid 1px #EAEAEA;
	height:100%;
}

/* Sprites */
#titMenu {
	width:199px;
	height:33px;	
	background:url(../images/sprites.png) 0px 0px;
}
#titEventos {
	width:199px;
	height:33px;	
	background:url(../images/sprites.png) 0px -33px;
}
#titNoticias {
	width:546px;
	height:33px;	
	background:url(../images/sprites.png) -204px 0px;
}
#btnMais {
	width:83px;
	height:23px;	
	background:url(../images/sprites.png) -204px -70px;
}
#titMaisNoticias {
	width:546px;
	height:33px;	
	background:url(../images/sprites.png) -204px -35px;
}
#titPesquisar {
	width:194px;
	height:33px;	
	background:url(../images/sprites.png) 0px -66px;
}
#titFarmacia {
	width:194px;
	height:33px;	
	background:url(../images/sprites.png) 0px -99px;	
}
#titPortabilidadeANS {
	width:194px;
	height:33px;	
	background:url(../images/sprites.png) -201px -99px;	
}
#titAgencia {
	width:194px;
	height:33px;	
	background:url(../images/sprites.png) -400px -99px;	
}

#titPrevisao {
	width:194px;
	height:33px;	
	background:url(../images/sprites.png) -490px -66px;	
}

#menu {
	display:block;
	overflow:hidden;
	height:100%;
	padding-bottom:15px;	
}
	#menu ul li {
		display:block;
		height:28px;
		border-bottom:solid 1px #EAEAEA;
		border-right:solid 1px #EAEAEA;
		border-left:solid 1px #EAEAEA;	
        font-size:12px;
		color:#666;
	}
		#menu ul li a {
			font-size:12px;
			color:#666;
			display:block;
		}
            #menu ul .canal{
				background:url(../images/sprites.png) -289px -73px;
				height:21px;
				padding:7px 0px 0px 29px;
				text-transform:uppercase;
			}
			#menu ul .canal a {
				/*background:url(../images/sprites.png) -289px -73px;*/
				height:21px;
				/*padding:7px 0px 0px 29px;*/
				text-transform:uppercase;
			}
			#menu ul .sub a {
				height:22px;
				padding:6px 0px 0px 29px;
			}
			
#conteudo {
	float:left;
	overflow:hidden;
	width:548px;
	padding-top:10px
}
	#noticias {
		display:block;
		overflow:hidden;
		border:solid 1px #EAEAEA;
	}
		#destaque {
			clear:both;
			padding:10px;
			overflow:hidden;
			height:100%;
		}
			#destaque img {
				border:solid 1px #EAEAEA;
				padding:4px;
				margin-right:8px;
				margin-bottom:8px;
				float:left;	
			}
			#destaque h2 {
				font-family:Tahoma;
				color:#4E9E0A;
				font-size:16px;
				font-weight:bold;	
				padding-bottom:5px;
				text-align:left;
			}
			#destaque h3 {
				font-size:13px;
				color:#4E9E0A;
				padding-bottom:5px;
				text-align:left;
			}
			#destaque p {
				color:#666;
				text-align:left;
			}
	#maisNoticias {
		display:block;
		overflow:hidden;
		border:solid 1px #EAEAEA;
		margin-top:10px;
	}
#colunaDireita {
	float:right;
	overflow:hidden;
	width:196px;
	padding-top:10px;
}
.cadaNoticia {
	border-top:solid 1px #EAEAEA;
	padding:10px;
	overflow:hidden;
	display:block;	
}
	.cadaNoticiaData {
		font-size:10px;
		border:solid 1px #CCC;
		float:left;
		padding:1px 3px;	
	}
	.cadaNoticiaTitulo {
		float:left;
		text-align:left;
		padding-top:3px;
	}
		.cadaNoticiaTitulo a {
			font-size:14px;
			color:#4D9B09;
			font-weight:bold;
		}
	.cadaNoticiaResumo {
		display:block;
		clear:both;
		padding-top:4px;
		*padding-top:0px;	
	}
		.cadaNoticiaResumo a {
			color:#666;	
		}
		
/* Pesquisar */
#pesquisar {
	border:solid 1px #EAEAEA;
	overflow:hidden;
	height:100%;
}
	#pesquisarField {
		overflow:hidden;
		height:100%;
		display:block;
		padding:8px;	
	}
	#inputBusca {
		border:solid 1px #DDD;
		width:128px;
		margin-top:1px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding:2px 4px;
	}
	
/* Nossas Unimeds */
#nossasUnimeds {
	border:solid 1px #EAEAEA;
	overflow:hidden;
	height:100%;
	margin-top:10px;
}
	#banners {
		text-align:center;
		padding-bottom:10px;	
	}
		#banners a {
			display:block;
			margin-top:10px;	
		}

/* Portabilidade */
#Portabilidade {
	border:solid 1px #EAEAEA;
	overflow:hidden;
	height:100%;
	margin-top:10px;
}
	#bannerst {
		text-align:center;
		padding-bottom:10px;	
	}
		#bannerst a {
			display:block;
			margin-top:10px;	
		}
		
/* Agência */
#Agencia {
	border:solid 1px #EAEAEA;
	overflow:hidden;
	height:100%;
	margin-top:10px;
}
	#bannersa {
		text-align:center;
		padding-bottom:10px;	
	}
		#bannersa a {
			display:block;
			margin-top:10px;	
		}

/* Previsão */
#Previsao {
	border:solid 1px #EAEAEA;
	overflow:hidden;
	height:100%;
	margin-top:10px;
}
	#bannersl {
		text-align:center;
		padding-bottom:10px;	
	}
		#bannersl a {
			display:block;
			margin-top:10px;	
		}

/* Rodape */
#rodapeBorder {
	padding-top:1px;
	background:#096D01;
	margin-top:25px;
}
	#rodape {
		border-top:solid 1px #A6CF4D;
		overflow:hidden;
		padding:25px 0px;	
		background:url(../images/bgRodape.gif) center center no-repeat;
	}
	.rodapeMenu {
		float:left;
		width:150px;
		height:110px;
		color:#FFF;
		font-size:14px;
		background:url(../images/bordaRodape.gif) right top no-repeat;
		padding-left:25px;
	}
		.rodapeMenu strong {
			font-size:14px;
			font-weight:bold;
			color:#FFF;
			height:23px;
			display:block;
		}
		.rodapeMenu a {
			color:#FFF;
		}
#rodapeTeste{
	color:#FFF;
}
		
		
#rodapeBottom {
	clear:both;
	background:#027B00;
	border-top:solid 1px #A6CF4D;
	padding:13px 0px;
	color:#FFF;	
}
	#rodapeBottom a {
		color:#FFF;	
	}
	
/* Eventos */

#listaEventos {
	border-bottom:solid 1px #EAEAEA;
	border-left:solid 1px #EAEAEA;
	border-right:solid 1px #EAEAEA;
	padding:10px 10px 0px 10px;
	overflow:hidden;
	clear:both;	
}

	.cadaEvento {
		display:block;
		overflow:hidden;
		padding-bottom:11px;
		clear:both;
		height:100%;
	}
		.cadaEventoData {
			float:left;
			width:35px;
			height:37px;	
		}
			.cadaEventoDia {
				display:block;
				height:24px;
				background:#7AB742;
				overflow:hidden;
				text-align:center;
				color:#FFF;
				font-size:20px;
				font-weight:bold;	
				line-height:24px;
			}
			.cadaEventoMes {
				display:block;
				height:12px;
				background:#499708;
				overflow:hidden;
				text-align:center;
				color:#FFF;
				font-size:10px;
				font-weight:bold;
				line-height:10px;
				padding-top:1px;
				*padding-top:0px;
				*padding-bottom:1px;
			}
			.cadaEventoContent {
				width:135px;
				float:right;
				line-height:12px;
				color:#999;
				font-size:11px;
			}
				.cadaEventoContent strong {
					color:#499708;
					font-weight:bold;
					display:block;
					padding-bottom:2px;
					font-size:12px;
				}
				
#titInternas {
	background:url(../images/titInternas.jpg) no-repeat;
	height:34px;
	margin:1px;	
}
	#titInternas h1 {
		margin:8px 0px 0px 40px;
		font-size:14px;
		font-weight:bold;
		color:#666;	
	}
	#conteudoInternas {
		display:block;
		overflow:hidden;
		height:100%;
		padding:20px;
		text-align:left;
		line-height:18px;
	}
		.institucionalFoto {
			float:left;
			padding:1px;
			border:solid 1px #DDD;
			margin-right:15px;
			margin-bottom:15px;
		}
		
		#conteudoInternas h2 {
			display:block;
			height:31px;
			font-size:13px;	
			font-weight:bold;
			color:#000;
			padding:6px 0px 0px 32px;
			background:url(../images/bgh2.gif);
			margin-bottom:7px;
		}
		#conteudoInternas strong {
			font-weight:bold;	
		}
		#conteudoInternas h3 {
			padding:20px 0px 10px 0px;
			font-size:16px;
			font-weight:bold;
			color:#639D02;
		}
		#conteudoInternas ul {
			margin-bottom:10px;
			overflow:hidden;
		}
			#conteudoInternas ul li {
				display:list-item;
				list-style:outside;
				margin-left:32px;
				margin-bottom:10px;
				font-size:13px;
			}
				#conteudoInternas ul li strong {
					font-weight:bold;
					color:#489507;
				}
				#conteudoInternas ul li em {
					font-style:italic;
					color:#999;
					font-size:12px;
				}
				
.cadaListaPadrao {
	display:block;
	overflow:hidden;
	padding:15px;
	border-top:solid 1px #DDD;
}
	.cadaListaFoto {
		border:solid 1px #DDD;
		padding:1px;
		float:left;
	}
		.cadaListaFotoFinal {
			width:100px;
			height:90px;
			background-color:#EEE;
			background-repeat:no-repeat;
			background-position:center center;	
		}
			.cadaListaFotoFinal a {
				display:block;
				height:90px;	
			}
		.cadaListaTexto {
			float:left;
			width:560px;
			padding-left:13px;	
			text-align:left;
		}
		.cadaListaTexto a h3 {
			font-size:14px;
			font-weight:bold;
			color:#086304;
			line-height:16px;
			margin-top:2px;
		}
			.cadaListaTexto a:hover h3 {
				color:#5EA61D;
			}
		.cadaListaTexto h4 {
			color:#777;
			font-size:13px;
			line-height:15px;
			padding-top:5px;
		}
		#paginacao {
			border-top:solid 1px #DDD;
			padding:15px;
			text-align:center;
			font-size:14px;
			color:#999;
		}
			#paginacao a {
				font-weight:bold;	
				color:#5EA61D;
			}
			

