html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li, p {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.lfloat {
	float: left;
}
.rfloat {
	float: right;
}
.radius {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.shadow {
	-webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.10);
	-moz-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.10);
	box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.10);
}
.textShadow {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.center {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
a , input , textarea{
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	cursor: pointer;
	color: #5F5F5F;
}
p {
	font-size: 16px;
	color: #8C8C8C;
}
a:hover {
	text-decoration: none;
	background-color: transparent;
}
.linha {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	margin-bottom: 20px;
}

input {
	outline: none;
}
#toTop {
	color: #fff;
	position: fixed;
	bottom: 30px;
	right: 40px;
	display: none;
	background-image: url(../img/sprite.png);
	background-position: -940px -165px;
	height: 40px;
	width: 40px;
	z-index: 999;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-indent: -30000px;
}
#toTop:hover {
	opacity: 0.8;
}
img {
	border: none;
}





/* Somente para Chrome e Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
}
