/* Only frontpage layout
  Look at the bottom for the box model hacks 
----------------------------------------------- */
#accessibility, #common, a.site-logo, #site-name, 
#site-slogan, #head .search, #head .navbar, nav {
	position: absolute;
}

#container, #head, #content {
	position: relative;
}

#accessibility {
	top: -10000px;
}

#common {
position: fixed;
z-index: 10;
	top: 0px;
	width: 100%;
}

#commonbar {
	width: 960px;
	height: 44px;
	margin: 0px auto;
}

#commonbar .navbar li {
	padding-left: 10px;
	display: block;
	float: left;
}

#container {
	background: #edf0f2;
	top: 44px;
	margin: 0px auto 30px auto;
	padding: 0px;
	width: 960px;
}

#head {
	padding-bottom: 0px;
	height: 84px;
}

a.site-logo {
	background-position: 0px -512px;
	width: 70px;
	height: 114px;
/*	top: 20px;*/
	left: 10px;
	z-index: 10;
	float: left;
	display: block;}

#site-slogan, #site-name {
	left: 77px;
}

#site-name {
/*	top: 35px;*/
	top: 11px;
}

#site-slogan {
/*	top: 68px;*/
	top: 40px;
}

#head .search {
/*	top: 24px;*/
	top: 18px;
	right: 10px;
}

#head .navbar {
	bottom: 0px;
	right: 10px;
	width: auto;
	text-align: right;
/*	border-left: 1px dotted #f2f9ff;*/
}

#landing {
	padding: 20px;
}

/****************
** Destinies 
*****************/
.destiny {
	position: relative;
	height: 99px;
	width: 310px;
	z-index: 2;
}

.destiny h1, .destiny p {
	position: relative;
	left: 20px;
	top: 23px;
}

#nuevo h1 {
	width: 170px;
}

#asistente h1 {
	width: 185px;
}

#curioso h1 {
	width: 225px;

}

#foot {
	padding: 40px 0px 30px 0px;
	clear: both;
	font-size: 8pt;
}

#foot .column_right {
	height: 100px;
	width: 320px;
	padding: 0px;
}

#terms {
	position: relative;
	top: 25px;
	margin-bottom: 20px;
	text-align: center;
}