html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd,
fieldset, form, label, legend, caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.radius	{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*========= FIM RESET ========= */

/*========= PADRAO =========== */

*										{ font-family: Arial, cursive !important; outline: none; }
.alinha								{width: 100%; float:left; position:relative; }

.backPadrao						{background: url(../images/bg1.jpg) top center repeat-x fixed #fff !important;}
.sombraBox						{-moz-box-shadow: 0px 0px 1px #cdcdcd; -webkit-box-shadow: 0px 0px 1px #cdcdcd; box-shadow: 0px 0px 1px #cdcdcd;}
/*========= TOP =========== */
.top									{width: 100%; padding: 25px 0; min-height:116px; float:left; position:relative; text-align: center; }
.logo								{ text-align: center;}


/*========= LOGIN =========== */
.login								{ width: 300px; margin: 0 auto;}
.quadrologin					{ float:left; position:relative; padding: 20px 25px; border: 1px solid #cdcdcd; }
.labelLogin						{ width: 100%; float:left; position:relative;  color: #686262; font-weight: 500; font-size: 14px; }
.inputLogin						{width: 240px; float:left; position:relative; padding: 7px 5px; border: 1px solid #cdcdcd; margin: 5px 0 20px; font-size: 14px; color: #606060;}
.inputEnvia						{ float:right; position:relative; background: url(../images/bg_bt.jpg) center; padding: 7px 15px; font-size: 14px; color: #FFF; border: none; cursor: pointer;}































