@charset "utf-8";
/* CSS Document */

html {
	background: #fff url(../images/bg.jpg)
}
body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	height:100%;
}
.fundo {
	background: url(../images/bg_logo.jpg) top center no-repeat;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
	position:absolute;
	top:35px;
	left:0px;
	z-index:10;
}
h1 a {
	width:310px;
	height:150px;
	display:block;
	text-indent:-3000px;
}
h2 {
	padding: 20px 0 0;
	text-align: center;
}
h3 {
	padding-top:40px;
	color:#088dc9;
	text-shadow:0 1px 0 #FFFFFF;
}
.barra {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:35px;
	background: url(../images/bg_topo.png) repeat-x;
	z-index:20;
	text-align:right;
}
.barra a {
	width:162px;
	display:inline-block;
	line-height:29px;
	background: url(../images/bg_juntar.jpg) no-repeat;
	text-align:right;
	padding-right:20px;
	font-size:12pt;
	color:#efb46e;
	font-weight:bold;
}
.site {
	padding-top:100px;
	position:relative;
	min-height:200px;
}
.menu{
	z-index:9;	
}
.menu a {
	color:#0271a5;
	font-weight:bold;
	text-align:center;
	line-height:35px;
	display:inline-block;
	letter-spacing:1.5px;
	font-size:11pt;
	text-decoration:none;
}
.menu #l1 {
	width:69px;
}
.menu #l1:hover, .menu #l1.atual {
	background: url(../images/bg_menu1.png) no-repeat;
	color:#FFF;
}
.menu #l2 {
	width:129px;
}
.menu #l2:hover, .menu #l2.atual {
	background: url(../images/bg_menu2.png) no-repeat;
	color:#FFF;
}
.menu #l3 {
	width:106px;
}
.menu #l3:hover, .menu #l3.atual {
	background: url(../images/bg_menu3.png) no-repeat;
	color:#FFF;
}
.menu #l4 {
	width:161px;
}
.menu #l4:hover, .menu #l4.atual {
	background: url(../images/bg_menu4.png) no-repeat;
	color:#FFF;
}
.menu #l5 {
	width:86px;
}
.menu #l5:hover, .menu #l5.atual {
	background: url(../images/bg_menu5.png) no-repeat;
	color:#FFF;
}
.conteudo {
	padding-top: 80px;
	margin-bottom:30px;
}
.submenu {
	margin-top:-8px;
}
.submenu a {
	display:block;
	text-align:right;
	padding-right:15px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.submenu a:hover, .submenu .atual {
	background: url(../images/bg_submenu.png) no-repeat right;
	color:#FFF;
}
.rodape {
	text-align:center;
	padding-bottom:30px;
}
.rodape p {
	color:#494949;
	font-weight:bold;
	padding-left:50px;
	text-align:left;
	margin-bottom:0px;
}
.entrada {
	position:relative;
}
.entrada img {
	position:absolute;
	top:20px;
	left:211px;
}
.entrada p {
	position:absolute;
	top:130px;
	right:210px;
	background:url(../images/bg_balao.png) no-repeat;
	width:300px;
	height:121px;
	text-align:center;
	font-size:14pt;
	font-weight:bold;
	color:#FFF;
	line-height:24px;
	padding-top:15px;
}
.entrada a {
	position:absolute;
	top:228px;
	right:240px;
	background:url(../images/bt_enxergar.png) no-repeat;
	width:137px;
	height:25px;
	line-height:23px;
	padding-left:15px;
	font-size:11pt;
	font-weight:bold;
	color:#044562;
}

.sintomas{
	height:265px;
	text-align:center;
	position:relative;
}
.sintomas img{
	margin-left:40px;
	margin-right:40px;
}

.divulgue{
		text-align:center;
}
.divulgue a{
	text-decoration:none;
	display:block;
	padding:10px;
}
.divulgue a:hover{
	text-decoration:underline;
}