@charset "iso-8859-1";
/* CSS Document */
a:link, a:visited {
	text-decoration: none;
	color: #333;
	}
a:hover {
	text-decoration: underline; 
	color: #f00
	}
a:active {
	text-decoration: none
	}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1{
	color:#000000;
	font-size:24px;
	font-weight:normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
h2{
padding:0px 0 5px 0; margin:0px; color:#000000; font-size:36px; font-weight:normal;
}
#wrap{
width:1000px;
margin:auto auto auto auto;
}
#ajusta_height_menu_footer {
	height:350px;
}
#header {
	width: 100%;
	height: 100px;
	padding: 5px;
	position: relative;
	left: auto;
	top: 0px;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	background-image: url(imagens/bghcc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
}
#teste {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	background-color: #03C;
	}
#conteudoheader {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
#logoheader {
	width:320px;
	float: left;
	padding:5px;
}
#tituloheader {
	width:400px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ipheader {
	width:300px;
	float: right;
	margin-left: 50px;
	margin-top: 30px;
}
#footer{
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #CACAFF;
	padding: 10px;
	text-align: center;
}
#left{
	width:90px;
	height:500px;
	float: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
}
#right{
	width:90px;
	height:500px;
	float: right;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: auto;
}
#miolo{
	width:790px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#indice{
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #66CC66;
	text-decoration: none;
}
#limpa{
clear:both;
}

#campoform{
	width:500px;
	float:left;
	color:#000000;
	text-align:left;
	font-weight:bold;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}
/*-----------------------contact_form-------------------*/
.form{
	width:720px;
	height:auto;
	float:left;
	border:1px solid #999999;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.form_row{
width:720px;
float:left;
clear:both;
padding:7px 0 7px 0;
}
.form_row_left{
width:350px;
float:left;
clear:both;
padding:7px 0 7px 0;
}
.form_row_right{
width:350px;
float:right;
clear:both;
padding:7px 0 7px 0;
}
label{
font-size:80%;
width:150px;
float:left;
padding:3px 15px 0 0;
color:#000000;
text-align:left;
font-weight:bold;
}
input.main_input{
background-color:#f5f5f5;
border:1px #666666 solid;
width:100px;
height:22px;
padding:4px;
float:left;
}
input.main_input2{
background-color:#f5f5f5;
border:1px #666666 solid;
width:150px;
height:22px;
padding:4px;
float:left;
}
input.valor_input{
background-color:#f5f5f5;
border:1px #666666 solid;
width:50px;
height:22px;
padding:4px;
float:left;
}
input.nome_input{
background-color:#f5f5f5;
border:1px #666666 solid;
width:500px;
height:22px;
padding:4px;
float:left;
}
textarea.main_textarea{
background-color:#f5f5f5;
border:1px #666666 solid;
width:300px;
height:120px;
padding:4px;
float:left;
}
input.submit{
	background-color: #000066;
	color: #FFFFFF;
	text-align: center;
	float: center;
	padding: 3px 10px 2px 10px;
	margin: 0px 0 0 0;
	border: 1px #000000 solid;
	cursor: pointer;
}
