/* CSS Document */

html
{
	height: 100%;
	overflow: auto;
}

body
{
	margin: 0;
	width: 100%;
	font-size: 12px;
	color: #333;
	line-height: 120%;
	background: #fff url(../images/home_bkg.gif) center top no-repeat;
}

*
{
	font-family: Arial, Helvetica, sans-serif;
}

p
{
	margin: 0;
	line-height: 120%;
}

img
{
	border: none;
	margin: 0;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #333;
}

a:hover
{
	text-decoration: none;
	color: #004F2B;
}


.shim
{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

h1, h2, h3, h4, h5, h6
{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	font-weight: normal;
}

h1
{
	color: #333;
	font-size: 11px;
	margin-bottom: 7px;
}

h2
{
	color: #666;
	font-size: 12px;
	margin-bottom: 2px;
}


/*---- BASE-----------------------------------------------------------------------*/


.boxLayout
{
	margin: 0 auto;
	width: 950px;
}


/*------- HEADER ------------------------------------------------------------------*/

/*.boxHeader
{
	height: 173px;
}*/

.boxLogo
{
	margin-right: 80px;
	_margin-right: 45px;
	float: right;
	margin-top: 55px;
	
}



/*------- CONTENT -----------------------------------------------------------------*/

.boxContainer
{
	width: 950px;
	z-index: 100;
	/*top: -100px;*/
	margin-top: -124px;
	float: left;
	margin-bottom: -124px;
}
/*
.bannerOutgoing
{
	width: 562px;
	height: 405px;
	margin-top: 10px;
	z-index: 10;
	float: left;
}

.bannerIncoming
{
	width: 562px;
	height: 405px;
	z-index: 400;
	float: left;
	margin-top: -277px;
	_margin-top: -347px;
	_margin-bottom: 260px;
	margin-left: 388px; 
	_margin-left: 194px; 
}
*/
.bannerHome
{
	width: 950px;
	height: 520px;
	margin-top: 10px;
}

.legendaOutgoing
{
	position: relative;
	width: 250px;
	z-index: 190;
	top: -94px;
	_top:-134px;
	left: 80px;
}

.legendaIncoming
{
	position: relative;
	width: 250px;
	z-index: 200;
	top: -60px;
	_top: -100px;
	left: 450px;
}

