/* CSS by David Prunyonosa. Copyright 2009 UseHelvetica.net. All rights reserved. */

@import url(reset.css);

/* ++++++++++++++++ TIPOGRAFIA ++++++++++++++++ */

a { text-decoration: none; }
a:link { color: #ff0066;  }
a:visited { color: #fff; }
a:active { color: #fff; }
a:hover { color: #fff !important; }



/* ++++++++++++++++ LAYOUT ++++++++++++++++ */

.box { width: 800px; height: 100%; position: relative; margin: 0 auto; padding: 0; text-align: left;  text-align: center; }

body {
    line-height: 1;
    background-color: #141414;
    font-size: 100%;
    text-align: left;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	background-image: url(../img/bg-white.jpg);
	}



#barra {
	width: 100%;
	height: 270px;
	background-image: url(../img/menu-bg.jpg);
	margin-top: 160px;
	}
	
#index-novotek {
	width: 360px;
	height: 100%;
	position: relative;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../img/index-novotek.jpg);
	border-bottom: 10px solid #888;
}

#index-novotek:hover { border-bottom: 10px solid #00b9ff; }


#espai { width: 80px; height: 100%; float: left; position: relative; }

#index-novo {
	width: 360px;
	height: 100%;
	display: block;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../img/index-novo.jpg);
	border-bottom: 10px solid #888;
}

#index-novo:hover { border-bottom: 10px solid #ff0066; }

#credits { 	
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width: 300px;
	height: 20px;
	color: #888;
	font-size: 0.7em;
	text-align: center;	
	}
