body {
	margin: 0px;
	padding: 0px;
	background: url(images/img01.gif) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0px;
	text-transform: lowercase;
	font-weight: normal;
	color: #7D7D7D;
}

h1 {
	letter-spacing: -1px;
	font-size: 26px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0px 0px 2em 0px;
	text-align: justify;
	line-height: 18px;
	font-size: 15px;
}

a:link {
	color: #6DBD0B;
}

a:hover, a:active {
	text-decoration: none;
	color: #6DBD0B;
}

a:visited {
	color: #6DBD0B;
}

img {
	border: 1px dashed #86E714;
	padding: 2px;
    max-width: 100%;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}

/* Header */

#header {
	width: 100%;
	height: 50px;
	margin-left:0px;
}

/* Menu */

#menu {
	width: 99%;
	margin: 0px;
	padding: 0px;
}

#menu ul {
	float: right;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	margin-right: 3px;
	padding: 10px 15px 10px 10px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menu .numbertxt {
	font-size: 28px;
	color: #C4F28D;
}

#menu span {
	margin: 0px;
	padding: 0px;
}

/** LOGO */

#logo {
	clear: both;
	width: 100%;
	height: 80px;
	margin-left:5px;
	background: url(images/img02a.gif) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0px;
	padding: 0px 0px 0px 75px;
	line-height: normal;
}

#logo h1 { }

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #66B209;
}

#logo p a {
	text-decoration: none;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 100%;
	margin-left:5px;
}

/* Content */

#content {
	float: right;
    padding-top:30px;
	width: calc(98% - 230px);
    background-color: #ffffff;
}

/* Post */

.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	border-bottom: 1px dotted #D1D1D1;
	background: url(images/img04.jpg) repeat-x left bottom;
}

.post .entry {
	font-size:15px;
}

.post .meta {
	height: 40px;
	padding: 20px 15px 0px 15px;
	background: url(images/img03.jpg) repeat-x left top;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img09.gif) no-repeat left 50%;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img08.gif) no-repeat left 50%;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 225px;
	border-right: 2px dashed #D1D1D1;
	border-bottom: 2px dashed #D1D1D1;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	background: url(images/img03.jpg) repeat-x left bottom;
	padding-bottom: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 13px;
}

#sidebar h2 {
	padding-top: 20px;
	margin-bottom: 10px;
	background: url(images/img04.jpg) repeat-x left bottom;
	border-bottom: 1px dotted #D1D1D1;
	font-size: 19px;
}

/* Search */

#search {
	background: url(images/img03.jpg) repeat-x left bottom;
	margin-bottom: 20px;
}

#acesso{
	padding-left:30px;
}

#search h2 {
	margin-bottom: 20px;
}

.s {
	width: 105px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 3px 0px 3px 15px;
	border: 1px solid #90A090;
}

#x {
	margin-bottom: 20px;
	margin-left:70px;
	padding: 3px 3px 3px 3px;
	background: #ECECEC;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 18px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 780px;
	height: 52px;
	margin-left:5px;
}

#footer {
	margin-left:0px;
	height: 52px;
	min-height: 52px;
	padding: 0px;
	background: #A0A0A3 url(images/img05.gif) repeat-x left bottom;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 15px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}

.ntnoticia{	
	margin-top:8px;
	margin-bottom:0px;
	padding: 0px 20px 0px 18px;
	background: url(images/img09.gif) no-repeat left 50%;}
.tabint{border-style:dashed;border-color:#86E714;border-width:1px;}
INPUT,SELECT{font-size:14px;}
TEXTAREA{font-size:14px;overflow:auto;}
TD{font-size:13px;}
#bannertop{position:absolute;top:57px;left:292px;width:calc(63% - 300px)}
#enfeite LI{background: url(images/li.gif) no-repeat left 50%;}
#enfeiteC LI{list-style-image: url(images/li.gif);}
.valor{border:0px;text-align:left;}

#conteudo{
    width:63%;
    float:left;
    border: 0px solid #A0A0A0;
    min-height: 800px;
    
    }
#publi{
    width:36%;
    margin-top: 15px;
    margin-right: 1%;
    float:right;
    border:0px dashed #70A070;
    min-height: 1100px;
    text-align: center;
    background-color: #ffffff;
    }
.padd{padding: 10px;}

.autopos {
    float: left;
    margin: 2% 0% 0% 2%;
    max-width: 95%;
}




@media only screen and (max-width: 1000px) {
#conteudo{width:98%;}
#publi{width: 98%;margin-top: 4%;float:left;}
.Ferramenta{width:calc(96% - 152px);}
#bannertop{width:calc(98% - 300px);}
}

