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

*{
	outline: none;
	border:0px;
	margin:0px;
	padding:0px;
	outline: none;
}
body{
	margin:0px;
	padding:0px;
	overflow:-moz-scrollbars-vertical;
	background: #0a151f url("imgs/topo.jpg") top center no-repeat;
	font:normal 11px Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #2F82DD;
}
a:active { outline: none; }
p{
	color: #303D47;
	margin: 12px 0px 0px 6px;
}
ul {
	margin: 12px 0px 0px 20px;
}
li {
	color: #303D47;
}
h2 {
	margin-bottom: 8px;	
}
h3 {
	margin: 22px 0px 0px 6px;
	color: #2F82DD;
}

table {
	border-collapse: collapse;
	border: 0px;
	color: #4386C9;
}
td {
	vertical-align: top;
}

#bg_image{
	background: url("imgs/rodape.jpg") bottom center no-repeat;
}

#geral {
	position: absolute;
	width: 770px;
	margin-left: -385px;
	left: 50%;
	height: 500px;
}
#topo {
	height: 100px;
	margin-top: 44px;
}
	#logo {
		float: left;
	}
	#menu {
		float: right;
		width: 500px;
		height: 50px;
		margin-top: 28px;
		background: url("imgs/menu_bg.gif") top center repeat-x;
	}
	#menu img {
		margin: 2px 0px 0px 2px;
	}

#destaque {
	height: 195px;
	background: url("imgs/cont_top.gif") bottom center no-repeat;
}
#conteudo {
	min-height: 400px;
	padding-bottom: 40px;
	background: url("imgs/cont_middle.gif") center center repeat-y;
}
	#left {
		float: left;
		width: 260px;
		margin-top: 20px;
		margin-left: 70px;
	}
	
	#right {
		float: left;
		width: 340px;
		margin-top: 20px;
		margin-left: 30px;
	}
	
	#unico {
		width: 640px;
		margin-left: 70px;
	}

#rodape {
	height: 250px;
	background: url("imgs/cont_bottom.gif") top center no-repeat;
}

#txt_rodape {
	margin-top: 80px;	
}

#clips {
	margin-top: 30px;
	margin-left: -60px;
}
#entrar {
	float: left;
	margin: 4px 6px 0px 2px;
}
#esqueceusenha {
	float: left;
	margin-top: 8px;
}
.text_div {
	width: 190px;
	height: 35px;
	margin: 2px 0px 10px 5px;
	background: url("imgs/bg_form.gif") no-repeat;
}
.text2_div {
	width: 380px;
	height: 35px;
	margin: 2px 0px 10px 5px;
	background: url("imgs/bg_form2.gif") no-repeat;
}
.text4_div{
	margin: 8px 0px 10px 5px;
}

.text4_div input{
	margin: 5px 0 5px 5px;
}

.text3_div {
	width: 380px;
	height: 140px;
	margin: 8px 0px 10px 5px;
	background: url("imgs/bg_form3.gif") no-repeat;
}
.text_campo, .text2_campo, textarea {
	width: 168px;
	padding: 8px;
	color: #4386C9;
	background: none;
}
.text2_campo {
	width: 360px;
}
.radio {
	position: relative;
	margin: 5px 5px 0px 10px;	
}
textarea {
	width: 370px;
	height: 122px;
	color: #4386C9;
	background: none;
	overflow: auto;
}
select {
	background: #f1f2f3;
	margin: 8px;
	width: 172px;
	font:12px Arial, Helvetica, sans-serif;
	color: #4386C9;
}

label {
	font:bold 13px Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0px 0px 10px 10px
}
.desc {
	display: block;
	margin: 2px 0px 5px 10px;
	color: #999;
}
.both {
	clear: both;	
}
