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

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
}
#header h1, #header h2, #header p {
	font-size: 16px;
	color: #666;
	padding: 0px;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#header {
	margin-bottom: 20px;
	margin-top: 0px;
}
h1, h2, h3, h4 {
	color: #045862;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
}
a {
	color: #00595F;
}
#wrap {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}
#top {
	height: 131px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#banner_top {
	float: left;
	height: 74px;
	width: 580px;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 340px;
}
#menu {
	float: left;
	height: 30px;
	width: 700px;
	padding-left: 240px;
}
ul#menu_top{
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
ul#menu_top li{
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul#menu_top li a {
	line-height: 30px;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	font-size: 14px;
	float: left;
	text-decoration: none;
}
ul#menu_top li a:hover {
	text-decoration: underline;
}
#breadcrumb {
}
#banner_middle {
	float: left;
}
#left {
}
#content {

}
#right {
}
#user1 {
}
#user2 {
}
#user3{
}
#user4{
}
#footer {
	color: #FFF;
	text-align: center;
	background-image: url(../images/footer_r.jpg);
	background-repeat: no-repeat;
	background-color: #015963;
	height: 50px;
	margin-top: 20px;
	background-position: 925px 0px;
}
#footer div {
	background-image: url(../images/footer_l.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
}
#footer p {
	height: 50px;
	margin: 0px;
	padding: 0px;
	line-height: 50px;
	color: #FFF;
}
#footer a {
	color: #C6DF00;
}
.moduletable_menu {
	float: left;
	margin-bottom: 15px;
}
table.botao td {
	padding-right: 20px;
}

.moduletable_menu h3 {
	margin: 0px;
	padding: 0px;
}
a.cadastro {
	font-size: 16px;
	font-weight: bold;
}