@charset "utf-8";
/* CSS Document */

div#principal{
	margin-right:auto; 
	margin-left:auto; 
	width:999px; 
	height:auto;
	
	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D4D4D4;
}
div#newsletter{
	width:439px;
	height:38px;
	float:right;
	background-image:url(imgs/bg_newsletter.jpg);
	margin-bottom:10px;
}
div#newsletterInput{
	width:360px;
	height:20px;	
	margin-top:9px;
	float:right;
}

input.inputNewsletter{
	background-image:url(imgs/bg_input.jpg);
	width:108px;
	height:18px;
	margin-left:6px;
	background-repeat:no-repeat;
	line-height:20px; 
	color:#007afa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:4px;
	padding-right:4px;
}
input.inputCadastrar{
	background-image:url(imgs/btn_cadastrar.jpg);
	width:87px;
	height:20px;
	margin-left:6px;
	line-height:20px;
	background-repeat:no-repeat;	
}
h1#titIn{
	display:none;
	height:1px;
	font-size:2px;
	width:700px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
h2.titsIns{
	display:none;
	height:1px;
	font-size:2px;
	width:700px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
	