/* estrutura - CSS Reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, input,  option,
form, label, textarea, table, caption,
tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial,"Trebuchet MS";
	vertical-align: baseline;
/*	color: #fff; * cor padrão do todo o site **/
	float: left;
	text-align: left;
}
h6{
	color: #000;
	font-size: 11px;
}
body {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.3;
	color: #FFF;
	background-color: #FFF;
	background-image: url('../imagens/backgrokundGradienteSite.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
:focus{
	outline: 0;
}
html{
	width: 100%;
}
ol, ul{
	list-style: none;
	display: inline
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: "";
}
blockquote, q{
	quotes: "" "";
}
br, strong{
	float: none;
	color: inherit;
}
strong{
	font-weight: bold;
}
em{
	float: none;
	font-style: italic;
}
.right{
	float: right;
}
.none{
	float: none;
	text-decoration: none;
}
.hidden{
	display: none;
}
/** end css reset **/
select{
    color: #663300;
}