/* CSS Seletores */
	
body{
	margin-left: 0px;
	margin-top: -10px;
	background-image: url(../img/bgClean.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	background-position: fixed;
	background-color: /*#60592B*/ #ffffff;
	color: #222222;
	background-repeat: no-repeat;
}

div, span, table, td, th, tr, p, h1, h2, h3, h4, h5, h6, li, ol, ul, a, form, img, input {
	margin:0;
	padding:0;
	border:0;
}

p, a, ul, ol, li, input, h1, h2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #222;
	text-decoration: none;
	}

input {
	background-color:#FFF;
	border:1px #75aabd solid;
	height:18px;
	font-size:11px;
	padding:2px 0 0 0;
	}

 textarea {
	background-color:#FFF;
	border:1px #75aabd solid;
	height:auto;
	font-size:11px;
	padding:2px 0 0 0;
	}


h1 {
		background-image: url(../img/destacaTitle.png);
		background-repeat: no-repeat;
		background-position: left;
		font-weight: normal;
		padding-left: 15px;
		font-size: 14px;
		line-height: 22px;
		color: #990000;
}

 h1 span {
		font-weight: bold;
		color: #990000;
}
	

