
/*** BODY *****************************************************************************/

body{
	background: #232323;
	text-align: center;
	color: white;
	font-family: "Myriad Pro", "Trebuchet MS", "Arial";
	
	padding-top: 2em;
}

div#outer{
	width: 870px;
	margin: 0 auto;
	overflow: auto;
}

div.clear{
	clear: both;
}

a {
	text-decoration: underline;
	color: #ccc;
}

a:hover {
	color: #149ae6;
}

a img{
	border: none;
}

/*** HEADER ****************************************************************************/

img#logo{
	float: left;
	width: 130px;
/*	height: 60px;*/
}

div#header{
	float: right;
	margin-right: 0px;
	margin-top: 38px;
/*	text-align: center;*/
}

div#header a{
	display: block;
	float: left;
	width: 98px; /* 600 / secciones */
	line-height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	background: url("img/hbg.png") repeat-x;
	color: white;
}

div#header a#last{
/*	border-right: none;*/
}

div#header a:hover, div#header a.fu-active-link{
	background: url("img/habg6.png") no-repeat;
}

div#header img{
	float: left;
}

/*** MAIN ******************************************************************************/

div#main{
	clear: both;
	font-size: 0.8em;
}

div#main div#shots{
	float: left;
	width: 350px;
	margin-right: 20px;
}

div#main div#shots img{
	width: 100%;
	margin-bottom: 20px;
}

div#main h1{
	font-size: 1.4em;
	margin-bottom: 50px;
}

div#main p{
	text-align: justify;
	margin-left: 20px;
}

div#main pre{
	text-align: left;
	margin-left: 40px;
	font-size: 1.2em;
}

div#main div.feature{
	margin-bottom: 20px;
}

div#main h2{
	margin-top: 1em;
	font-size: 1.2em;
	text-align: left;
	color: #48B2EF;
}

/*** MAIN > DOWNLOAD ***/

div#main div#download{
	text-align: left;
	clear: both;
}

div#main div#download h2{
	font-size: 1.6em;
	text-align: left;
	margin: 0;
	color: white;
}

div#main span.version{
	text-decoration: italic;
	font-size: 0.9em;
	float: left;
}

div#main div#download img{
	width: 90px;
	padding-top: 20px;
	margin-bottom: 10px;
}

div#main div#download p{
	float: left;
	width: 160px;
	margin-left: 60px;
	text-align: center;
}


/*** ABOUT *****************************************************************************/

div#screenshots{
	/*height: 290px;*/
	background: #111;
	padding-top: 10px;
	overflow: auto;
}

div#screenshots img.main{
	float: left;
	margin: 10px;
	margin-top: 0px;
	/*height: 280px;*/
	/* max-width: 600px; */
	width: 400px;
}

div#screenshots h2{
	margin: 0;
}

div#screenshots p{
	width: 800px;
}

div#screenshots div#imgnav{
	float: left;
}



/*** DOWNLOADS ***/

div.dsource {
	clear: both;
	overflow: auto;
	margin-bottom: 40px;
}

div.dsource img {
	float: left;
	margin-right: 20px;
}

div.dsource div {
	float: left;
	width: 500px;
}

#hotstuff
{
border: 3px solid #149ae6;
padding: 5px;
overflow: auto;
margin-bottom: 1em;
}

#hotstuff a img
{
float: right;
}
