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

body {
	font-family: Calibri, Verdana, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.3em;
	background-color: #8A7579;
	background-image: url(../images/fundo_body.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #D0C8CA;
}
p {
	text-align: justify;
}
a {
	color: #EA9DB5;
}
a:hover {
	color: #FFFFFF;
	background-color: #E13E73;
	text-decoration: none;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #393133;
	margin-bottom: 10px;
}
#centro a:hover {
	background-color: transparent;
}
#faixa {
	background-image: url(../images/fundo_faixa.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 30px;
	padding-top: 7px;
	text-align: center;
}
#total {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#menu_superior {
	background-image: url(../images/fundo_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 25px;
	height: 26px;
	width: 350px;
	text-align: center;
	padding-top: 9px;
}
#menu_superior li {
	display: inline;
	padding-right: 15px;
}
#menu_superior li a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
#menu_superior li a:hover {
	color: #F2B0C5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F2B0C5;
	padding-bottom: 2px;
	background-color: transparent;
}
#centro, #centro_abaixo {
	float: left;
	width: 410px;
	margin-right: 20px;
}
#direita, #centro_direita {
	float: left;
	width: 350px;
}
#conteudo_abaixo {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5B4D50;
	padding-top: 20px;
	padding-bottom: 20px;
}
#centro_direita li {
	background-image: url(../images/listas.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#rodape {
	background-image: url(../images/rodape.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #5B4D50;
}
/* Estilo do formulario */

#formulario {
	padding: 20px;
	text-align: left;
}
#formulario h1 {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
}
#formulario table tr td{
	padding: 5px;
}
#formulario input, #formulario textarea {
	font-family: Calibri, Verdana, sans-serif;
	font-size: 16px;
	color: #473D3F;
	border: 1px solid #655659;
	padding: 2px;
}
input#KT_Insert1 {
	padding: 5px;
	font-weight: bold;
	background-color: #C22957;
	color: #FFFFFF;
	margin-left: 70px;
}
#login {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #655659;
	margin-top: 50px;
	background-color: #6F5F62;
}
#login table tr td{
	padding: 5px;
}
#login input {
	font-family: Calibri, Verdana, sans-serif;
	font-size: 18px;
	color: #655659;
	padding: 2px;
	border: 1px solid #6F5F62;
}
#listagem {
	text-align: left;
	padding: 20px;
	border: 1px solid #584B4E;
	margin: 10px;
	background-color: #6F5F62;
}
#listagem table {
	margin-bottom: 20px;
}

#listagem table tr td, #listagem table tr th {
	border: 1px solid #6F5F62;
	color: #473D3F;
}
#listagem table tr td {
	background-color: #FFFFFF;
	padding: 2px;
}
#listagem table tr th {
	font-size: 16px;
	background-color: #322C2D;
	text-align: center;
}
#listagem table tr th a{
	text-decoration: none;
	display: block;
	padding: 5px;
}
#listagem table tr th a:hover{
	color: #FFFFFF;
	background-color: #EA9DB5;
}
#form1 .KT_options, .KT_bottomnav {
	margin-bottom: 10px;
}
.KT_bottomnav, .KT_bottombuttons {
	text-align: center;
}
#detalhes {
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #5A4E50;
	background-color: #736265;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
}
#detalhes input, #detalhes textarea {
	border: 1px solid #6F5F62;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 16px;
	color: #463C3E;
	padding: 2px;
}
#detalhes table tr td {
	padding: 5px;
}
