html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
div:after, ol:after, ul:after, form:after, dl:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}/* solução automática para float */
h3 {margin:0; padding:10px 0 0 0;}
h1 {
	margin-top:0;
	padding-top:0;
}
#body {
	margin:0;
	padding:0;
	background-attachment: fixed;
	background-image: url(../img/bg_body.jpg);
	background-position: center;
	min-width:1100px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
#container {
	margin:0;
	padding:0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:100%;
	position: relative;/*Contexto de posicionamento */
}
#header {
	margin:0 auto;
	padding:20px 0;
	height:110px;
	width:1060px;
	min-width:1060px;
	text-align:right;
}
#header p{
	margin-top:-60px;
}
#social {
	margin:15px 0;
	padding:0;
	list-style:none;
}
#social li{
	margin:0;
	padding:0;
	display:inline-block;
	display:-moz-inline-stack;
	*display:inline;
	float:right;
	line-height:30px;
}
#social li img{
	margin-right:5px;
	width:30px;
	height:30px;
	border:none;
}
#nav{
	margin:0;
	padding:0;
	list-style:none;
	background-color:#FFFFFF;
	border-bottom:2px solid #00859B;
	text-align:center;
}
#nav a{
	margin:0 -5px -10px -5px;
	padding:10px 10px 0 10px;
	background-color:#FFFFFF;
	display:inline-block;
	display:-moz-inline-stack;
	*display:inline;
	text-decoration:none;
}
#nav a li{
	margin:0;
	padding:0;
	display:block;
	width:200px;
	line-height:50px;
	background-image:url(../img/bg_nav.png);
	border-top-right-radius: 10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom:solid 10px;
	position:relative;
}
#nav a li img{
	margin:10px 0 0 10px;
	float:left;
	border:0;
}
#nav a span{
	top:60px;
	margin:0;
	padding:0;
	position:absolute;
	display:none;
	background-repeat:no-repeat;
	width:200px;
	height:145px;
}
#nav a:hover span{
	display:block;
}
#content {
	margin:0 0 60px 0;
	padding:0;
	background-image:url(../img/bg_content.jpg);
	background-position:top center;
}
#section {
	margin:0 auto;
	padding:50px 40px;
	width:1000px;
	background-color:#FFFFFF;
	min-height:400px;
}
#informativos {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#informativos a{
	text-decoration:none;
	
}
#informativos h1{
	line-height:25px !important;
}
#informativos li{
	margin:0 5px;
	padding:0;
	width:185px;
	display:inline-block;
	border--radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:solid 1px #00859B;
	text-align:center;
	background-color:#EEF9FA;
	vertical-align:text-top;
	height:315px;
}
#informativos li span{
	display:block;
	height:185px;
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:center;
	border-top-right-radius: 10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}
#informativos li:hover {
	opacity:0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
}
#informativos li.doencas span{
	margin-bottom:25px;
	background-image:url(../img/img_informativos_doencas.jpg);
}
#informativos li.consulta span{
	margin-bottom:25px;
	background-image:url(../img/img_informativos_consulta.jpg);
}
#informativos li.calendario span{
	margin-bottom:10px;
	background-image:url(../img/img_informativos_calendario.jpg);
}
#informativos li.cirurgia span{
	margin-bottom:37px;
	background-image:url(../img/img_informativos_cirurgia.jpg);
}
#informativos li.artigos span{
	margin-bottom:50px;
	background-image:url(../img/img_informativos_artigos.jpg);
}
#footer {
	margin:0;
	padding:10px 0;
	width:100%;
	line-height:20px;
	position:absolute;
	bottom:0;
	background-color:#00859B;
	background: -moz-linear-gradient(left, #00859B, #0C9F87) repeat-y;/* Para Mozilla/Gecko (Firefox etc) */
	background: -webkit-gradient(linear, left top, right top, from(#00859B), to(#0C9F87)) repeat-y;/* Para WebKit (Safari, Google Chrome etc) */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00859B, endColorstr=#0C9F87)";/* Para IE 8 */
	text-align:center;
}
#email {
	display:block;
	width:490px;
	margin-left:30px;
	float:right;
}
#email input{
	margin:0 0 10px 0;
	padding:5px;
	width:470px;
	font:15px Arial, Helvetica, sans-serif;
	line-height:20px;
	height:30px;
	color:#0B2548;
	border:none;
	background-color:#EEF9FA;
}
#email textarea{
	margin:0 0 10px 0;
	padding:5px;
	width:470px;
	font:15px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#0B2548;
	border:none;
	background-color:#EEF9FA;
}
#email #submit{
	margin:0;
	font:12px 'Source Sans Pro', sans-serif;
	color:#FFFFFF;
	line-height:12px;
	background-color:#00859B;
	background: -moz-linear-gradient(left, #00859B, #0C9F87) repeat-y;/* Para Mozilla/Gecko (Firefox etc) */
	background: -webkit-gradient(linear, left top, right top, from(#00859B), to(#0C9F87)) repeat-y;/* Para WebKit (Safari, Google Chrome etc) */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00859B, endColorstr=#0C9F87)";/* Para IE 8 */
	width:100px;
	display:block;
	margin:0 auto;
	cursor:pointer;
}
/*Home*/
#navhome{
	margin:-70px 0 205px 0;
	padding:0;
	list-style:none;
	text-align:center;
}
#navhome a{
	margin:0 -5px;
	padding:10px 10px 0 10px;
	display:inline-block;
	display:-moz-inline-stack;
	*display:inline;
	text-decoration:none;
}
#navhome a li{
	margin:0;
	padding:0;
	display:block;
	width:200px;
	line-height:50px;
	background-image:url(../img/bg_nav.png);
	border-top-right-radius: 10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom:solid 10px;
	position:relative;
}
#navhome a li img{
	margin:10px 0 0 10px;
	float:left;
	border:0;
}
#navhome a span{
	top:60px;
	margin:0;
	padding:0;
	position:absolute;
	display:block;
	background-repeat:no-repeat;
	width:200px;
	height:145px;
}
#contenthome {
	margin:0;
	padding:0;
	background-image:url(../img/bg_content.jpg);
	background-position:top center;
}
#swiffycontainer {
	margin:0 auto;
	padding:0;
	width:1080px;
	background-color:#FFFFFF;
	height:400px;
}
#mapas {
	background-image:url(../img/bg_nav.png);
	margin: 0 0 15px 0;
	padding:10px 0;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align:center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 1px #00859B;
}
#mapas h3{
	margin:0;
	padding:0 0 10px 0;	
}
/*especiais*/
.left {float:left;}
.right {float:right;}
.margint30 {margin-top:30px;}
.marginr30 {margin-right:30px;}
.marginb30 {margin-bottom:30px;}
.marginl30 {margin-left:30px;}
.padding15 {padding:15px;}
.width470{width:470px;}
.line40{line-height:40px;}
.textcenter{text-align:center;}
.borderb2 {border-bottom:#00859B solid 2px;}
.clear{clear:both;}
.back {
	background-image:url(../img/bg_nav.png);
	margin: 0;
	padding: 10px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align:center;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	font:30px 'Source Sans Pro', sans-serif;
	color:#FFFFFF;
	font-weight:600;
	line-height:20px;
	height:20px;
	min-width:20px;
	text-decoration:none;
	border: solid 1px #00859B;
}
a.consultorio{
	display:inline-block;
	padding:9px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#FFFFFF;
	margin:0 15px 30px 15px;
	border: solid 1px #00859B;
}
a.consultorio span{
	display:inline-block;
	background-repeat:no-repeat;
	background-size: 140%;
	background-position:center;
	width:110px;
	height:110px;
}
/*fontes*/
.source332azl {
	font:32px 'Source Sans Pro', sans-serif;
	color:#0B2548;
	font-weight:300;
	font-style:normal;
}
.source422brc {
	font:22px 'Source Sans Pro', sans-serif;
	color:#FFFFFF;
	font-weight:400;
	font-style:normal;
}
.source422trq {
	font:22px 'Source Sans Pro', sans-serif;
	color:#00859B;
	font-weight:400;
	font-style:normal;
}
.source322trq {
	font:22px 'Source Sans Pro', sans-serif;
	color:#00859B;
	font-weight:300;
	font-style:normal;
}
.source319brc {
	font:19px 'Source Sans Pro', sans-serif;
	color:#FFFFFF;
	font-weight:300;
	font-style:normal;
}
.source417trq {
	font:17px 'Source Sans Pro', sans-serif;
	color:#00859B;
	font-weight:400;
	font-style:normal;
}
a.source417trq:link {
	text-decoration:none;
}
a.source417trq:visited {
	color:#00859B;
}
a.source417trq:hover {
	color:#0C9F87;
}
.source316azl {
	font:16px 'Source Sans Pro', sans-serif;
	color:#0B2548;
	font-weight:300;
	font-style:normal;
}
a.source316azl:link {
	text-decoration:none;
	font-weight:400;
}
a.source316azl:visited {
	color:#0B2548;
}
a.source316azl:hover {
	color:#00859B;
}
.source315trq {
	font:15px 'Source Sans Pro', sans-serif;
	color:#00859B;
	font-weight:300;
	font-style:normal;
}
.source315brc {
	font:15px 'Source Sans Pro', sans-serif;
	color:#FFFFFF;
	font-weight:300;
	font-style:normal;
}
.source412brc {
	font:12px 'Source Sans Pro', sans-serif;
	color:#FFFFFF;
	font-weight:400;
	font-style:normal;
}
a.source412brc:link {
	text-decoration:none;
}
a.source412brc:visited {
	color:#FFFFFF;
}
a.source412brc:hover {
	color:#00859B;
}
/* mapa */
#map {
	width:998px;
	position:relative;
	display:block;
	border:none;
}
#map input {
	margin:0 0 10px 0;
	padding:5px;
	width:620px;
	font:15px Arial, Helvetica, sans-serif;
	line-height:20px;
	height:30px;
	color:#0B2548;
	border:none;
	background-color:#EEF9FA;
}
#map #btnEnviar{
	margin:0;
	font:12px 'Source Sans Pro', sans-serif;
	color:#FFFFFF;
	line-height:12px;
	background-color:#00859B;
	background: -moz-linear-gradient(left, #00859B, #0C9F87) repeat-y;/* Para Mozilla/Gecko (Firefox etc) */
	background: -webkit-gradient(linear, left top, right top, from(#00859B), to(#0C9F87)) repeat-y;/* Para WebKit (Safari, Google Chrome etc) */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00859B, endColorstr=#0C9F87)";/* Para IE 8 */
	width:100px;
	display:block;
	cursor:pointer;
	float:right;
	height:40px;
}
fieldset {
	margin:0 auto;
	padding:0;
	width:948px;
	text-align:left;
	border:none;
}
label {
	display: block;
	display:inline-block;
	margin:0;
	padding:0;
}
#mapa {
	width: 100%;
	height: 400px;
}
#trajeto-texto {
	width:978px;
	margin:auto;
	position:relative;
	text-align:left;
	background-color:#FFFFFF;
}
