*
{
	margin: 0;
	padding: 0;
}
html,body,form{height: 100%;}
body
{
	font-size: 100%;
	line-height: 1em;
	font-family: Verdana,Arial,Sans-Serif;
}
body > .wrapper{height: auto; min-height: 100%;}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
a, a:link,a:visited,a:hover,a:active
{
	text-decoration: none;
	color: #999;
	cursor: pointer;
}
/***************************** Site Wrapper *******************************/
.wrapper
{
	width: 937px;
	margin: -142px auto auto;
	margin-top: -142px;
/*	margin: 0px auto auto; LUIS!!!!!! trocar por este bloco.....
	margin-top: 0px;*/
	min-height: 100%;
}
/***************************** Content Container *******************************/
#frmFlash
{
	float: left;
	width: 410px;
	height: 127px;
	outline: 0;
	border: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
	#frmFlash
	{
		margin-top: -1em; 
	}
}
.Normal a
{
	text-decoration: none;
	color: inherit;
	cursor:pointer;
}
/***************************** End of Content Container *******************************/
/**************************** Footer Container **********************************/
.FooterContainer
{
	clear: both;
	height: 142px;
	width: 937px;
	margin: auto;
		/*padding-top: -100px;*//*LUIS!!!!!!!!*/
	overflow: hidden;
}
.FooterLinks
{
	width: 937px;
	margin: 0;
	padding: 0;
}
.FooterLinks > div.News
{
	float: left;
	min-width: 252px;
	max-width: 252px;
	width: 252px;
	padding: 0.4em;
	border-left: solid 1px #B3B3B3;
	height:85px;
}
.FooterLinks > div .Normal p
{
	width: 90%;
}
.FooterLinks > div.News div
{
	position:relative;
	height:100%;
}
.FooterLinks div.MicrosoftPartner
{
	min-width: 110px;
	min-height: 84px;
	max-height: 84px;
	height: 84px;
	padding-top: 0.9em;
	border-left: solid 1px #fff;
	border-right: solid 1px #B3B3B3;
}
.FooterLinks div.MicrosoftPartner span
{
	background: #fff url(images/logos-certificacoes.png) no-repeat -824px 0px;
	width: 104px;
	height: 63px;
	vertical-align: middle;
	border: none;
	outline: none;
	margin-left: 1.1em;
	margin-top: 0.4em;
	display: inline-block;
}
.FooterLinks div.LastDiv
{
	border-right: solid 1px #B3B3B3;
}
.NewsHeader
{
	font-family: Verdana,Arial, Sans-Serif;
	font-size: 12px;
	color: #F19234;
}
.NewsText
{
	font-family: Verdana,Arial, Sans-Serif;
	font-size: 10px;
	color: #999;
	text-align: left;
	
}
.NewsLink,.NewsLink:link,.NewsLink:visited, .NewsLink:hover, .NewsLink:active
{
	/*float: right;*/
	background: transparent url(images/buttons.png) no-repeat 0 -26px;
	width: 19px;
	height: 20px;
	outline: none;
	display: block;
	border: none;
	border-width: 0px;
	zoom: 1;
	cursor: pointer;	
	position:absolute;
	bottom:0px;
	right:0px;
}
.NewsLink span
{
	float: right;
	background: transparent url(images/buttons.png) no-repeat -19px -26px;
	width: 19px;
	height: 20px;
	outline: none;
	display: block;
	border: none;
	border-width: 0px;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
	zoom: 1;
	cursor: pointer;
	opacity:0.0;
}
.LegalRightsContainer 
{
	width: 937px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 15px;
}
.CopyRightCSS
{
	color: #999999;
	font-size: 0.575em;
	display: inline;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	cursor: pointer;
}
.CopyRightCSS a, .CopyRightCSS a:link,.CopyRightCSS a:visited,.CopyRightCSS a:hover,.CopyRightCSS a:active
{
	text-decoration: none;
	color: #999999;
	text-decoration: none;
	cursor: pointer;
}
/************************************ End of Footer Container *******************************************/