@charset "utf-8";

/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	position: relative;
	padding: 0;
}

#geral {
	height: 100%;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	text-align:center;
}

* html #geral {
	height: 100%; /* IE6 */
}

.center_align
{
	position:relative;
	width:980px;
	margin: 0 auto;
	
}

#header {
	width: 100%;
	height: 456px;
	position: relative;
	margin: 0 auto;
	background-image: url(../imagens/p5.png);
	background-repeat: repeat;
}

#logo {
	width: 980px;
	margin: 0 auto;
	position: relative;
	text-align:left;
}

.logotipo {
	width: 450px;
	float: letf;
	border:none;
}

#menu {
	width: 980px;
	position: relative;
	background-color: #333;
	margin: 0 auto;
	height: 41px;
	top: 10px;
}

#menu li {
	cursor: pointer;
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	width: 140px;
	font-family:Verdana;
}

#menu li a {
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	padding-bottom: 15px;
	text-decoration: none;
	color: #fff !important;
	
}

#menu li a:hover {
	background-color: #666;
	color: #fff;
}

#menu li a:visited {
	color: #fff;
}

#menu li a:visited:hover {
	color: #fff;
}

.banner {
	width: 980px;
	margin: 0 auto;
	background-color: #FFF;
	height: 400px;
	position: relative;
	top: 5px;
	background-image: url(../imagens/banner1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#conteudo {
	/* position: relative; */
	height: auto;
	margin: 0 auto;
	width: 990px;
	margin-bottom: 5px;  /* era 20 */
	text-align:center;
}

#conteudo a{
	display:inline-block;
	vertical-align:top;
}

#noticias {
	/* position: relative; */
	height: auto;
	margin: 0 auto;
	width: 990px;
	margin-bottom: 5 px;  /* era 20 */
}

#box_left_2{
	position: relative;
	float:left;
	width: 585px;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: top;
	padding: 20px;
	height: 100px;
	background-color: whitesmoke;
}

#box_left_3{
	position: relative;
	width: 260px;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: top;
	padding: 20px;
	height: 100px;
	background-color:gainsboro; 
}

#box_left {
	position: relative;
	/* top: 0px; */
	width: 280px;
	/* float: left; */
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	vertical-align: top;
	padding: 10px;
	height: 200px;
	/* background-color: #72B0D9; */
	background-color: #07507F;
}

#box_center {
	/* position: relative; */
	/* top: 0px; */
	width: 280px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	/* float: left; */
	vertical-align: top;
	display: inline-block;
	padding: 10px;
	height: 200px;
	background-color: #2980B9; 
}

#box_right {
	/* position: relative; */
	/* top: 0px; */
	width: 280px;
	/* float: right; */
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #07507F;
	padding: 10px;
	vertical-align: top;
	height: 200px;
}

.box_title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
}

.box_title_2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
}

.box_destaque{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
}

.box_p {
	text-align: justify;
	font-family: Verdana;
	font-size: 12px;
	line-height: 150%;
	vertical-align: middle;
	color: #fff;
}

#centro {
	width: 100%;
	/* position: absolute; */
	/* bottom: 0; */
	margin-bottom: 0px;
	margin-top: 20px;
}

#footer {
	background-color: #333;
	margin: 0 auto;
	width: 980px;
	height: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/*
#estrutura {
	width: 300px;
	position: relative;
}

#estrutura li {
	cursor: pointer;
	float: left;
	text-align: left;
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	font-family: Verdana;
	width: 300px;
	list-style: none;
	height: 16px;
}

#estrutura li a {
	cursor: pointer;
	padding: 10px 15px;
	padding-bottom: 15px;
	text-decoration: none;
}

#estrutura li a:hover {
	color: #CCC;
}

#estrutura li a:visited {
	color: #fff;
}

#estrutura li a:visited:hover {
	color: #CCC;
}
*/

#contatos {
	width: 650px;
	position: relative;
	/*float: left;*/
	margin: 0 auto;
	margin-top: 5px;
}

#contatos a {
	cursor: pointer;
	float: left;
	text-align: left;
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	font-family: Verdana;
	margin: 0px 20px;
}

#geral_login {
	width: 100%;
	height: 100%;
	background-color: #fff;
	margin: 0px;
	padding: 30px 0px;
}

#painel {
	width: 650px;
	height: 381px;
	background-color: #FFF;
	margin-top: 20px;
	margin: 0 auto;
	padding: 0px;
	border-left: #CCC solid 2px;
	border-right: #CCC solid 2px;
}

.tit_login {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #07507F;
}

.form {
	margin-left: 40px;
	margin-top: 10px;
	padding-top: 25px;
	position: relative;
}

input, textarea {
	-webkit-touch-callout: initial;
	-webkit-user-select: initial;
	-khtml-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
}
.textarea
{
	height: 100px;
	padding: 2px 10px;
	border: 1px solid #CCC;
	width: 297px;
	position: absolute;
	right: 2px;
}

.input_text, .input_select {
	position: absolute;
	right: 0;
}

.input_ddd {
	position: absolute;
	right: 200px;
	width: 50px;
}

.field {
	display: block;
	width: 550px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: relative;
	color: #07507F;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}
.fieldmess {
	display: block;
	width: 550px;
	height: 110px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: relative;
	color: #07507F;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}

.dtfield {
	display: block;
	width: 350px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: relative;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
}

.dtini {
	float: left;
}

.dtfim {
	float: right;
}

.btn_send {
	cursor: pointer;
	background-color: #07507F;
	border: none;
	color: #FFF;
	font-weight: 800;
	border-radius: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	margin-bottom: 20px;
	margin-left: 385px;
	margin-right: 5px;
	margin-top: 10px;
}

.btn_clear {
	cursor: pointer;
	background-color: #07507F;
	border: none;
	color: #FFF;
	font-weight: 800;
	border-radius: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 10px;
}

.field input, .field select {
	height: 25px;
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.field input {
	padding: 2px 10px;
}

table {
	width: 980px;
	margin: 20px auto;
	border-collapse: collapse;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

td {
	border: 1px solid #333;
	color: #333;
	padding: .3em 1em;
	text-align: center;
}

thead th {
	border: 1px solid #333;
	text-align: center;
	font: bold 1.0em/2em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

tfoot td {
	text-align: center;
	font: bold 1.0em/1.5em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: .5em .5em .5em 0;
	color: #333;
}

tfoot tr:nth-last-of-type(2) td {
	border: none !important;
	background-color: #FFF;
}

.data_rel {
	mso-number-format: "mm\/dd\/yy";
	width: 600px;
	margin: 0 auto;
}

.valor {
	mso-number-format: "\#\,\#\#0\.00";
}

.iduser {
 width:: 980px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #333;
}

.iduser p {
	line-height: 150%;
}

.painel_item {
	font-size: 16px;
	color: #333;
	display: block;
	width: 850px;
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
}

.painel_item h3 {
	margin-left: 10px;
}

.data_rel {
	width: 600px;
	float: right;
	top: 80px;
	position: relative;
}

.data_rel label {
	margin-left: 20px;
}

.data_rel p {
	margin-left: 20px;
}

#quem {
	height: auto;
	margin: 0 auto;
	width: 990px;
	margin-bottom: 20px;
	padding-top: 20px;
}
#quem p{
	font-size:14px;
	font-family: Verdana;
	padding:0px 10px;
}
