@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 100%;
}

html {
	min-height: 100%;
	background: #f6f8f8 url(../images/bkg/nuvens.png) center top fixed no-repeat;
}

body {
	height: 100%;
	padding-bottom: 66px;
	color: #5b5b5b;
	font-size: 62.5%;
	font-family: helvetica, arial, verdana, sans-serif;
	background: url(../images/bkg/morro.png) center bottom fixed no-repeat;
	border-top: 3px solid #8BAB44;
}

img, legend, fieldset, input, button {
	border: 0;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

a { 
	color: #5b5b5b; 
	text-decoration: none; 
	cursor: pointer;
}
a.tipo-b { font-weight: bold; color: #f1561c; }
legend { display: none; }
ol, ul { list-style: none; }
a:hover {
	text-decoration: underline;
	/*background-color: #f5f8ed;*/
}
table { border-collapse: collapse; border-spacing: 0; }

header, nav, section,
article, aside, footer { display: block; }

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}