@charset "iso-8859-2";
/* CSS Document */

*{margin:0; padding;0}

html, body {
	height: 100%;
	overflow-x: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	background: url(../img/bg.jpg) fixed;
}

#bg_paginas {
	width: 100%;
	max-height: 1000px;
	position: absolute;
	top: 0;
	left: 0;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 1004px;
	height: auto;
	text-align:left;
}

#topo {
	width: 100%;
	height: 130px;
}

#topo h1 {
	margin-top: 15px;
	margin-left: 30px;
	float: left;
}

#topo h2 {
	float: right;
	margin-right: 5px;
	padding-top: 100px;
}

#topo h3 {
	float: right;
	font-size: 11px;
	font-weight: lighter;
	margin-right: 15px;
	padding-top: 105px;
}

#banner {
	width: 100%;
	height: 274px;
}

#main {
	background: #FFF;
	width: 100%;
	height: 480px;
	*height: auto;
}

#home {
	width: 770px;
	min-height: 450px;
	float: left;
}

#txt_home {
	width: 730px;
	margin-left: 30px;
	font-size: 12px;
	margin-top: 20px;
}

#txt_home h4 {
	font-size: 20px;
}

#txt_home h5 {
	font-size: 13px;
	font-weight: lighter;
	margin-top: 10px;
}

#txt_home a{
	text-decoration: underline;
	color: #000;
}

#noticias {
	margin-top: 35px;
	margin-right: 10px;
	margin-left: 30px;
	width: 450px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.tit_noticia {
	margin-bottom: 5px;
}

#video {
	margin-top: 35px;
	float: left;
	font-size: 12px;
	margin-left: 20px;
	font-weight: bold;
}

.tit_video {
	margin-bottom: 5px;
}

#noticia01 {
	margin-right: 25px;
	width: 200px;
	font-size: 11px;
	font-weight: lighter;
	float: left;
}

#noticia01 a{
	color: #000;
}

/************************************************************************
MENU
*************************************************************************/

#menu {
	width: 210px;
	height: auto;
	float: left;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	color: #027d3a;
}

#menu ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 10px;
}

#menu ul li {
	margin-left: 10px;
}

#menu img {
	margin-left: -10px;
	margin-bottom: -1px;
}

#menu a {
	text-decoration: none;
	color: #000;
}

#menu a:hover {
	text-decoration: underline;
	color: #000;
}

.diferente {
	font-weight: bold;
}

/************************************************************************
RODAPE
*************************************************************************/

#rodape {
	clear: both;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 15px;
	font-size: 11px;
	text-align: center;
	background: #FFF;
}

#rodape a{
	text-decoration: none;
	color: #000;
}

/************************************************************************
SLIDER HOME
*************************************************************************/

#galeria {
	display: none;
	text-align: center;
}
		
.imagem {
	background: #FFFFFF;
	
}

.imagem p {
	color: #000000;
	font-weight: bold;
}

#navegar a{
	text-decoration: none;
	margin-right: 5px;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	background: #ac2b31;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}


/************************************************************************
INTERNAS
*************************************************************************/

#paginas {
	width: 770px;
	margin-top: 20px;
	float: left;
}

#titulo {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

#conteudo {
	font-size: 12px;
}

#main_paginas {
	background: #FFF;
	width: 100%;
}

#main_paginas a {
	color: #000;
	text-decoration: none;
}
