*{
	padding:0px;
	margin:0px;
}
h1{
	padding:2px 0 10px 0;
	font-size:15px;
	color:#31c0a0;
	text-transform:uppercase;
}

.subtitulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626647;
	font-weight: none;
}

a{
	text-decoration:none;
	color:#626647;
}
a:hover{
	color:#666666;
}
body{
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#626647;
}
#main{
	position:absolute;
    left:50%;
	margin:0 0 0 -500px;
	_margin:0 0 0 -500px;
	*margin:0 0 0 -500px;
	width:955px;
	background:#FFFFFF;
	display:table;
}

#content{
	margin:0 auto;
	position:relative;
	width:955px;
}

#subcontent{
	position:absolute;
	left:50%;
	margin:0 0 0 0;
    visibility: hidden;
    border: 9px solid #CCCCCC;
    background-color: #FCFCFC;
    width: 213px;
    _width: 209px;
    *width: 209px;
    z-index:1;
}

#header{
    margin:0 auto;
}
#header h1{
	text-indent:-5000px;
}
#header h2{
	text-indent:-5000px;
}
h2{
	color:#5366a3;
	font-size:16px;
}

#imagem-navigation{
	width:320px;
	height:327px;
	float:left;
}


#conteudo-content{
	width:530px;
	float:left;
}	
#footer{
 	width:955px;
	height:72px;
	color:#000000;
	text-align:center;
	padding:5px 0 0 0;
	margin:15px 0 0 0;
	clear:both;
	display:table;
}

.input{
	border: 0px #DCDCDC solid;
	background-color:#f1f1f1;
    height:20px;
	margin:3px;
	padding-top:2px;
	font-weight:bold;
	color: #333333;
	size:12px;
	width:20px;
	text-align:center;
}
.combo{
	border: 1px #DCDCDC solid;
	background-color:#f1f1f1;
    height:22px;
	margin:3px;
	color: #666666;
	padding: 1px;
}

.btn-enviar{
	border:none;
	background-image: url(imagens/enviar.jpg);
	height: 17px;
	width: 17px;
}

