@charset "utf-8";
html {
	background-image: url(../imagem/bg.jpg);
	background-repeat: repeat;
}

body {
	margin: 0px;
	background-image: url(../imagem/bg.jpg);
	background-repeat: repeat;
	
}
a {
	outline: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6C6C6C;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #028D8D;
	text-decoration: none;
	font-weight: bold;
	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6C6C6C;
	line-height: 20px;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #028D8D;
	font-weight: bold;
}





.container_topo {
	height: 141px;
	width: 100%;
	background-image: url(../imagem/bg.jpg);
	background-repeat: repeat;
}
.topo {
	background-image: url(../imagem/topo.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

* {
    margin:0; padding:0
}
.menu {
	position:relative;
	height:35px;
	width:530px;
	float: right;
	margin-top: 40px;
	
}
.menu ul {
     list-style:none; z-index:10; position:absolute; z-index:100; padding:9px 5px
}
.menu li {
     float:left
}
.menu a, .menu a:active, .menu a:visited {
	text-decoration:none;
	color:#ABABAB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
	outline:none;
	 }
.menu a:hover {
	color:#028D8D
}
#slide {
	position:absolute;
	bottom:0;
	height:3px;
	background:#017D7D;
	z-index:10;
}
.container_conteudo {
	background-image: url(../imagem/bg_conteudo.jpg);
	background-repeat: repeat;
	height: auto;
	width: 100%;
}

.container_rodape {
	height: 140px;
	width: 100%;
}
#tooltip{
	position:absolute;
	border:1px solid #005555;
	padding:2px 5px;
	color:#fff;
	display:none;
	background-image: url(../imagem/tooltip.jpg);
	background-repeat: repeat-x;
	}	
.rodape {
	background-image: url(../imagem/rodape.jpg);
	height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

.rodape_contato {
	float: left;
	height: 30px;
	width: 300px;
	margin-top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	color: #969696;
	font-size: 14px;
}
.rodape_contato a {
	color: #969696;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
}
.rodape_contato a:hover {
    color: #07D2CF;
}
.redes {
	float: right;
	margin-top: 10px;
}
#facebook_curtir {
	position:fixed;
	top:150px;
	z-index: 99999;
    right: 0px;
}
#bt_google {
	position:fixed;
	top:220px;
	z-index: 99999;
	right: 0px;
	margin-right: 8px;
}

