/* geral */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: normal 12px/24px Arial, Helvetica, sans-serif;
	color: #666;
	background: url(imagens/bg.png) center top #f5f5f5;
}
div {
	overflow: hidden;
}
ul {
	list-style: none;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
	outline: none;
}
a:hover {
	color: #999;
	text-shadow: 0px 1px 0px #fff;
}
img {
	border: none;
}
p {
	margin: 0px 0px 15px 0px;
}
.content {
	width: 960px;
	margin: 0px auto;
}
.clear {
	clear: both;
}
.title {
	clear: both;
	font: normal 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #005935;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	letter-spacing: -2px;
	background: url(imagens/arrow.png) left 10px no-repeat;
}
	.title .link {
		background: url(imagens/map.png);
		font-size: 14px;
		letter-spacing: 0px;
		padding: 2px 5px;
		border-radius: 4px;
		font-weight: normal;
		text-shadow: 0px 1px 0px #eee;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
.subtitle {
	clear: both;
	font: bold 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #005935;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
	letter-spacing: -1px;
	background: url(imagens/arrow2.png) left center no-repeat;
}
.title2 {
	clear: both;
	font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #005935;
	letter-spacing: -2px;
	margin: 0px 0px 5px 0px;
}
	.title2 a {
		color: #005935;
		font-weight: inherit;
	}

/* top */
.top {
	height: 125px;
	background: url(imagens/bgTop.png) center no-repeat;
}
	.logo {
		float: left;
		margin: 28px 0px 0px 0px;
	}
	.menuTopo {
		float: right;
		margin: 5px 0px 0px 0px;
	}
		.menuTopo li {
			display: inline;
			padding: 0px 0px 0px 15px;
			font-size: 11px;
		}
			.menuTopo li a {
				color: #777;
				text-shadow: 0px 1px 0px #fff;
				font-weight: normal;
			}
			.menuTopo li a:hover {
				color: #444;
			}
	.searchTop {
		float: right;
		width: 310px;
		background: url(imagens/search.png) center top no-repeat;
		margin: 15px 0px 0px 0px;
		height: 30px;
	}
		.searchInput {
			float: left;
			border: none;
			background: url(imagens/magnifier.png) 2px center no-repeat;
			height: 22px;
			margin: 4px;
			width: 244px;
			line-height: 22px;
			text-indent: 15px;
			color: #999;
		}
		.searchButton {
			float: right;
			height: 28px;
			width: 57px;
			margin: 1px 1px 1px 0px;
			background: url(imagens/searchButton.png) center no-repeat;
			cursor: pointer;
			text-align: center;
			color: #fff;
			text-shadow: 0px 1px 0px #666;
			border: none;
			font-size: 12px;
			line-height: 28px;
		}

/* menu */
.menuMain {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin: 0px 0px 15px 0px;
}
	.menuMain li {
		float: left;
		padding: 0px 10px;
		border-left: solid 1px #e3e3e3;
		border-right: solid 1px #fff;
	}
		.menuMain li a {
			font-weight: normal;
			text-shadow: 0px 1px 0px #fff;
		}
		.menuMain li ul {
			display: none;
			overflow: hidden;
			position: absolute;
			width: 170px;
			background: url(imagens/sub.png) center;
			border-radius: 5px;
			padding: 5px 0px;
			margin: 0px 0px 0px -10px;
		}
			.menuMain li ul li {
				border: none;
				display: block;
				font-size: 12px;
				float: none;
				margin: 0px 5px;
				padding: 0px;
			}
				.menuMain li ul li a {
					display: block;
					font-size: 12px;
					font-weight: bold;
					color: #fff;
					margin: 0px;
					padding: 0px 0px 0px 5px;
					text-shadow: 0px 1px 0px #222;
				}
				.menuMain li ul li a:hover {
					background: #444;
					color: #fff;
					text-shadow: 0px 1px 0px #222;
				}

/* main banner */
.banner {
	height: 282px;
	width: 960px;
	background: url(imagens/shadow.png) center bottom no-repeat;
	margin: 0px 0px 15px 0px;
}
.rotativo {
	height: 260px;
	width: 960px;
	box-shadow: 0px 0px 3px #ccc;
	position: absolute;
}
	.rotativo .item {
		height: 260px;
		width: 960px;
		float: left
	}
	#nav {
		z-index: 51;
		position: absolute;
		top: 0px;
		font-size: 14px;
		font-weight: bold;
		width: 250px;
		height: 260px;
		text-align: left;
		right: 0px;
	}
		a.accordion {
			display: block;
			background: url(imagens/accordTitle.png) center top repeat-x;
			height: 30px;
			overflow: hidden;
			font: normal 16px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #333;
			text-shadow: 0px 1px 0px #ddd;
			padding: 0px 10px;
		}
		a.accordion:hover {
			background: url(imagens/accordTitleHover.png) center top repeat-x;
			color: #fff;
			text-shadow: 0px 1px 0px #333;
		}
		div.accordion {
			display: none;
			overflow: hidden;
			background: url(imagens/accord.png);
			font: normal 12px/20px Arial, Helvetica, sans-serif;
			color: #666;
			text-shadow: 0px 1px 0px #fff;
		}
			div.accordion p {
				margin: 12px;
			}

/* float banner */
#effect {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: none;
	z-index: 1000;
}
	#effect #banner_f img {
		border-radius: 5px;
		box-shadow: 0px 0px 2px #999;
		margin: 0px 2px;
	}
#sfechar {
	float: right;
}
	#sfechar .button1 {
		margin: 0px 8px 2px 0px;
	}

/* main */
.main {
	position: relative;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 30px 0px;
}
	.box {
		float: left;
		width: 290px;
	}
		.imgHili {
			background: #fff;
			padding: 4px;
			border: solid 1px #e4e4e4;
			margin: 0px 0px 20px 0px;
		}
		.videoHili {
			margin: 0px 0px 20px 0px;
		}
		.small {
			float: left;
			margin-right: 10px;
		}
		.box h3 {
			font-size: 12px;
			line-height: 14px;
			margin: 0px 0px 8px 0px;
		}
		.descSmall {
			line-height: 14px;
		}
		.descHili {
			margin: 0px 0px 40px 0px;
			line-height: 22px;
		}
	.linkHome {
		font-weight: normal;
		color: #005935;
	}
	.center {
		margin: 0px 45px;
	}
		.box.center .imgHili {
			width: 280px;
			height: 90px;
		}
	.space {
		width: 45px;
		position: absolute;
		background: url(imagens/line.png) center top repeat-y;
		height: 100%;
	}
	.line1 { left: 290px; }
	.line2 { right: 290px; }
	.boxBottom {
		width: 960px;
		height: 292px;
		background: url(imagens/shadow.png) center bottom no-repeat;
	}
		.boxBottom .in {
			width: 960px;
			height: 270px;
			position: absolute;
			box-shadow: 0px 0px 3px #ccc;
			background: #fff;
		}
			.boxBottom .in .item {
				float: left;
				height: 230px;
				width: 200px;
				margin: 20px 0px 20px 32px;
			}
				.boxBottom .in .item .title {
					font-size: 23px;
				}
				.boxBottom .in .item p {
					margin: 0px;
				}
				.imgHome {
					display: block;
					margin: 0px 0px 10px 0px;
				}
				.galleryHome {
					float: left;
					margin: 0px 10px 10px 0px;
				}
				.boxBottom .in .item h3 {
					font-size: 12px;
					margin: 0px 0px 4px 0px;
				}
				.boxBottom .in .item p {
					line-height: 16px;
				}

/* links */
.links {
	margin: 0px 20px 20px 20px;
	line-height: 26px;
}
	.links img {
		float: left;
		margin: 0px 5px 0px 0px;
		padding: 2px;
		background: #fff;
		border: solid 1px #c4c4c4;
	}

/* busca */
.repeat {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
	background: url(imagens/lineH.png) center bottom repeat-x;
}
	.button1 {
		background: #ddd;
		padding: 2px 10px;
		float: left;
		border-radius: 5px;
		margin: 5px 5px 20px 0px;
		color: #444;
		text-shadow: 0px 1px 0px #eee;
	}
	.button1:hover, .button2:hover {
		color: #222;
		background: #bbb;
		text-shadow: 0px 1px 0px #ddd;
	}
	.button2 {
		background: #ddd;
		padding: 2px 10px;
		float: left;
		border-radius: 5px;
		margin: 5px 5px 20px 0px;
		color: #444;
		background: #bbb;
		text-shadow: 0px 1px 0px #ddd;

	}
	
	.busca .subtitle {
		margin: 0px 0px 5px 0px;
	}
		.busca .subtitle a {
			color: #005935;
		}

/* contato / amigo / forms */
.forms {
	line-height: 30px;
}
	.formCategory {
		margin: 0px 0px 10px 20px;
	}
	.formBox {
		width: 300px;
		float: left;
		margin: 0px 10px 0px 0px;
	}
	.formBox2 {
		width: 145px;
		float: left;
		margin: 0px 10px 0px 0px;
	}
	.forms .label {
		float: left;
		clear: left;
		width: 80px;
		margin: 0px 10px 10px 0px;
		line-height: 30px;
	}
	.forms label.lineHeight {
		line-height: 12px;
	}
	.forms .input {
		float: left;
		height: 30px;
		width: 300px;
		margin: 0px 0px 10px 0px;
		background: url(imagens/input_1.png) center no-repeat;
	}
		.forms .input input, .forms .input select {
			background: none;
			border: none;
			width: 292px;
			height: 22px;
			margin: 4px;
		}
	.forms .input2 {
		float: left;
		height: 30px;
		width: 100px;
		margin: 0px 0px 10px 0px;
		background: url(imagens/input_2.png) center no-repeat;
	}
		.forms .input2 input, .forms .input2 select {
			background: none;
			border: none;
			width: 92px;
			height: 22px;
			margin: 4px;
		}
	.forms .input3 {
		float: left;
		height: 30px;
		width: 145px;
		margin: 0px 0px 10px 0px;
		background: url(imagens/input_3.png) center no-repeat;
	}
		.forms .input3 input, .forms .input3 select {
			background: none;
			border: none;
			width: 137px;
			height: 22px;
			margin: 4px;
		}
	.forms .text {
		float: left;
		height: 150px;
		width: 300px;
		margin: 0px 0px 10px 0px;
		background: url(imagens/input_text.png) center no-repeat;
	}
		.forms .text textarea {
			background: none;
			border: none;
			width: 292px;
			height: 142px;
			resize: none;
			margin: 4px;
			font: inherit;
			line-height: 18px;
		}
	.forms .security {
		float: left;
		margin: 0px 0px 10px 0px;
	}
		.forms .security .img {
			float: left;
			margin: 0px 10px 0px 0px;
			border: solid 1px #ddd;
			border-radius: 4px;
		}
		.forms img.img {
			float: left;
			margin: 0px 10px 0px 0px;
			border: solid 1px #ddd;
			border-radius: 4px;
		}
	.forms button {
		background: #ddd;
		padding: 8px 12px;
		float: left;
		font-weight: bold;
		border-radius: 5px;
		margin: 0px 10px 0px 0px;
		color: #444;
		text-shadow: 0px 1px 0px #eee;
		border: none;
		cursor: pointer;
	}
/*.location {
	border-radius: 4px;
	border: solid 1px #ddd;
	background: #fff;
}
	.location .mapa {
		height: 380px;
		margin: 10px;
	}*/
.mapa {
	background: #fff;
	height: 400px;
	box-shadow: 0px 1px 1px #000;
	margin: 0px 2px 2px 2px;
	border-radius: 7px;
	padding: 10px;
	position: relative;
}
	.mapa .mapIn {
		height: 100%;
		width: 100%;
	}
  .mapa div *{
    color: black;
    overflow: visible;
  }

/* medicos */
.list {
	width: 450px;
	float: left;
	position: relative;
	background: url(imagens/filled.png) right top repeat-y;
	border-radius: 10px;
}
	.list .in {
		height: 100%;
		padding: 15px 15px 0px 15px;
	}
		.medics {
			font-size: 14px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			text-shadow: 0px 1px 0px #fff;
			background: url(imagens/lineH.png) center bottom repeat-x;
			padding: 2px 0px 5px 5px;
		}
			.medics a {
				font-weight: normal;
				background: url(imagens/arrow2.png) left center no-repeat;
				padding: 0px 0px 0px 9px;
			}
.details {
	width: 450px;
	float: right;
}
.space2 {
	width: 60px;
	position: absolute;
	background: url(imagens/line.png) center top repeat-y;
	height: 100%;
	left: 450px;
}

/* gallery */
.gallery {
	float: left;
	width: 182px;
	overflow: hidden;
	margin: 0px 10px 10px 0px;
	height: 182px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	line-height: 14px;
	background: url(imagens/filled.png) left top repeat-y;
}
.gallery:hover {
	background: url(imagens/bottom.png) left top;
	color: #000;
}
	.gallery img {
		margin: 10px;
	}
.photo {
	float: left;
	background: #fff;
	padding: 4px;
	border: solid 1px #e4e4e4;
	margin: 0px 10px 10px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.photo:hover {
	background: url(imagens/map.png) left top;
	border: solid 1px #bbb;
}

/* publicacoes */
.publ {
	margin: 0px 10px 20px 10px;
}
	.publ h2 {
		background: url(imagens/filled.png) left top repeat-y;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 5px;
		margin: 0px 0px 5px 0px;
		font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

/* podcasting */
.podcast {
	float: left;
	width: 470px;
	background: url(imagens/filled.png) left top repeat-y;
	margin: 0px 20px 20px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
	.podcast .in {
		padding: 10px;
		background: url(imagens/filled.png) left top repeat-y;
	}
	.podcast h2 {
		font-size: 13px;
		text-shadow: 0px 1px 0px #eee;
		color: #333;
		margin: 0px 0px 5px 0px;
	}
	.podcast p {
		margin: 8px 0px 0px 0px;
		line-height: 14px;
		height: 28px;
		overflow: hidden;
		text-shadow: 0px 1px 0px #eee;
	}
	.podcast .download {
		font-size: 10px;
		padding: 4px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background: url(imagens/bottom.png);
	}

/* agneda */
.calendar {
	padding: 10px;
	background: url(imagens/map.png);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* videos */
.video {
	float: left;
	width: 600px;
	height: 400px;
	margin: 0px 20px 20px 0px;
}
.listVideos {
	float: right;
	width: 340px;
	height: 400px;
	margin: 0px 0px 20px 0px;
	background: url(imagens/map.png);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
	.listVideos .in {
		margin: 10px;
		height: 380px;
		overflow-y: scroll;
	}
		.listVideos .videoItem {
			padding: 10px;
			margin: 0px 10px 10px 0px;
			display: block;
			overflow: hidden;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			background: url(imagens/map.png);
		}
			.listVideos .videoItem img {
				float: left;
				margin: 0px 10px 0px 0px;
			}
		.listVideos .videoItem:hover {
			background: url(imagens/bottom.png);
			color: #000;
			text-shadow: 0px 1px 0px #ccc;
		}
		.listVideos .videoItem {
			padding: 10px;
			margin: 0px 10px 10px 0px;
			display: block;
			overflow: hidden;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			background: url(imagens/map.png);
		}
		.listVideos .videoItem h2 {
			font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
			margin: 0px 0px 5px 0px;
		}
		.listVideos .videoItem p {
			margin: 0px;
			font-weight: normal;
			height: 32px;
			overflow: hidden;
			line-height: 16px;
		}
.videoNews {
	line-height: 25px;
}
	.videoNews img {
		vertical-align: middle;
	}

/* news */
.newsBar {
	padding: 5px;
	background: url(imagens/bg2.png);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#descricao_news img {
	margin: 10px !important;
	padding: 4px !important;
	border: solid 1px #d4d4d4 !important;
	background: #fff !important;
}
.paginasContent img {
	margin: 10px !important;
	padding: 4px !important;
	border: solid 1px #d4d4d4 !important;
	background: #fff !important;
}
.post {
	float: left;
	margin: 0px 0px 0px 5px;
}
	.newsBar .button1 {
		float: right;
		margin: 0px 0px 0px 5px;
		background: url(imagens/map.png);
	}
	.newsBar .button1:hover {
		background: url(imagens/bottom.png);
	}
		.newsBar .button1 img {
			margin: 5px 0px;
		}
.imgList {
	float: left;
	margin: 0px 10px 0px 0px;
}
.comments {
	margin: 20px 0px;
}
	.comment {
		padding: 10px;
		background: url(imagens/map.png);
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #555;
		margin: 5px 0px 0px 0px;
		text-shadow: 0px 1px 0px #eee;
	}
		.comment p {
			margin: 0px 0px 5px 0px;
			color: #333;
			font-size: 14px;
			background: url(imagens/map.png);
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			padding: 5px 10px;
		}
			.comment p b {
				font-size: 16px;
			}

/* bottom */
.map {
	background: url(imagens/map.png);
	margin: 20px 0px 1px 0px;
}
	.map .in {
		background: url(imagens/shadowUp.png) center top repeat-x;
		padding: 25px 0px;
	}
		.menuMap .menu_3 {
			float: left;
			margin: 0px 5px 0px 0px;
			width: 155px;
			line-height: 30px;
    }
				.menuMap li ul {
				}
				.menuMap a.sub {
          		background: url(imagens/arrow2.png) left center no-repeat;
					font-weight: normal;
					font-size: 11px;
					display: block;
					margin: 0px 0px 0px 10px;
					height: 30px;
					overflow: hidden;
					text-shadow: 0px 1px 0px #fff;
					text-indent: 10px;
				}
				.menuMap ul li a {
          		background: url(imagens/arrow3.png) left 8px no-repeat;
					font-weight: normal;
					font-size: 11px;
					display: block;
					margin: 0px 0px 0px 10px;
					line-height: 14px;
					overflow: hidden;
					padding: 5px 0px;
					text-shadow: 0px 1px 0px #fff;
					text-indent: 10px;
				}
				 .menuMap ul li { 
				 		margin: -5px 0px 0px 10px;
				 }
        .menuMap li a{
         	 background: none;
				font-weight: normal;
				display: block;
				text-shadow: 0px 1px 0px #fff;
				text-indent: 10px;
				}
				.menuMap li a:hover, .menuMap a.sub:hover {
					color: #000;
				}
.bottom {
	background: url(imagens/bottom.png);
}
	.bottom .in {
		background: url(imagens/shadowUp.png) center top repeat-x;
		padding: 20px 0px 40px 0px;
	}
		.bottom .in .left {
			float: left;
			font-size: 14px;
			line-height: 28px;
			color: #333;
			text-shadow: 0px 1px 0px #dedede;
		}
			.bottom .in .left img {
				vertical-align: middle;
			}
		.bottom .in .right {
			float: right;
		}
			.menuBottom {
				float: right;
				color: #333;
				font-weight: bold;
				margin: 0px 0px 20px 30px;
			}
			.menuBottom:hover {
				color: #555;
			}
			.socialMedia {
				float: right;
				margin: 0px 0px 0px 10px;
			}
			.wv {
				float: right;
				clear: both;
				margin: 20px 0px 0px 0px;
				height: 11px;
				width: 29px;
				background: url(imagens/wv.png) center;
			}

/* filled */
.filled {
	background: url(imagens/filled.png) left top repeat-y;
	padding: 20px;
	margin: 0px 0px 20px 0px;
	list-style: inside;
	font-weight: bold;
}


