@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color:#000;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family:arial;*/
	font-size: 11px;
	z-index: 0;
}

h2 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #990000;
	margin: 0px;
}

#geral {
	width: 760px;
	height: auto;
	left: 50%;
	margin-left: -360px;
	position: absolute;
	background-color:#FFFFFF
}

#header {
	height: 145px;
	width: 760px;
	background-image: url('../images/header.jpg');
	text-transform: uppercase;
	float: left;
}

#menu {
	margin-top: 115px;
	font-size: 10px;
}

#menu ul li {
	display: inline;
	padding: 0px 3px 0px 3px;
	border-right: 1px solid #fff;
	margin: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 22px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #8F670B;
	text-decoration: none;
}

#banner {
	margin-top: 10px;
	float: left;
}

#boxes {
	float: left;
	width: 760px;
	height: auto;
	margin-top:10px;
}

#box {
	height: 200px;
	width: 363px;
	display: inline;
	clear: none;
	float: left;
	margin-left: 10px;
	background-image: url('../images/bg_box.jpg');
	background-repeat: repeat-x;
}

#tit_home {
	margin: 5px 0px 0px 10px;
}

.not_data {
	font-weight: bold;
}

#noticia {
	clear: both;
	margin: 10px 0px 0px 20px;
	font-size: 11px;
}

#noticia ul {
	margin: 0px;
	padding: 0px;
}

#noticia li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#vejamais {
	float: right;
	margin: 20px 10px 0px 0px;
}

#footer {
	height: 30px;
	clear: both;
	text-align: center;
	background-image:url('../images/footer.jpg');
	line-height: 35px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 20px;
	font-size: 10px;
}

#linkhome {
	width: 250px;
	height: 100px;
	float: left;
	cursor: hand;
}

#linkhome a {
	visibility: hidden;
}

#linkhome a:hover {
	visibility: visible;
}

#left {
	float: left;
	width: 204px;
	height: auto;
}
#text {
	width: 496px;
	float: right;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: justify;
}

#text a {
	color: #000;
	text-decoration: underline;
}

#text a:hover {
	text-decoration: none;
}

#text li {
	margin: 0px 0px 5px 0px;
	list-style: none;
}

#session {
	float: left;
	margin: 20px 0px 20px 30px;
}

#text h2 {
	padding: 0px;
	border-bottom: 1px solid #ccc;
}

#paginas {
	float: right;
	margin-top: 30px;
}

#maisnoticias {
	width: 496px;
	float: left;
}

#maisnoticias ul {
	padding: 0px;
	margin: 10px 0px 0px 0px; 
}

#maisnoticias li {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#noticias_home a {
	color: #000;
	text-decoration: underline;
}

#noticias_home a:hover {
	text-decoration: none;
}

#nome_contato,#email_contato,#telefone_contato {
	width: 350px;
	height: 18px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#mensagem_contato {
	width: 350px;
	height: 200px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#enviar,#limpar,#cadastrar {
	width: 60px;
	height: 20px;
	font-size: 11px;
}
#nome2,#email2 {
	width: 200px;
}

#popup {
    z-index:100; 
	position: absolute;
	left: 50%;
	margin-left: 30;
	display: none;
}

#popup1 {
    z-index:100; 
	position: absolute;
	left: 50%;
	margin-left: -178px;
	top: 50%;
	margin-top: -120px;
	display: none;
}


#escondido {
    visibility: hidden;
	z-index: 1;
	position: absolute;
}

#falandodireito {
	width: 45px;
	height: 214px;
	position: absolute;
	top: 375px;
	left: 50%;
	margin-left: 400px;
	z-index: 300;
}