@import url('reset.css');
body{
	color:#333;
	font-family: 'Varela Round', sans-serif;
	font-size:16px;
	margin:0px;
	background:#fff;
	height:100%;
	padding:0px;
}

#capcalera	{
	height:120px;
	width:100%;
	background:#000 url(../imatges/nav-bg-superior.png) 0px 50px repeat-x;
	margin:0px;
	padding:0px;
	border-top:5px #000 solid;
	text-align:center;
}

#capcalera h1{
	height:70px;
	color:#ddd;
	margin:45px 0px 0px 0px;
	padding:0px;
	font-size:24px;
	text-shadow:#000 1px 1px 2px;
}

#capcalera h1 img{
	height:60px;
	margin:-10px 15px 0px 0px;
	padding:0px;
	vertical-align:middle;
}


a	{
	text-decoration:none;
	color:#fff;
}
a:hover	{
	color:#6C6;
}


/**************************************  FOOTER  */
.footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:20px;
	padding-bottom:5px;
	z-index:4;
	color:#333;
	font-size:12px;
	text-align:center;
}

.footer a{
	color:#333;
	
}
.footer a:hover{
	color:#990000;
}
/* ------ mobilyblocks
-----------------------------------------------*/
#content {
margin:160px auto 0px auto;
width:100%;
height:100%
}

.nature {
display:block;
width:200px;
height:200px;
background:url(../imatges/logo-ambitek-petit.jpg) no-repeat;
position:relative;
margin:0 auto;
}

ul.reset,
ul.reset li {
display:block;
list-style:none;
padding:0;
margin:0;
width:150px;
height:150px;
}

ul.reset li {
position:absolute;
}

ul.reset li a {
outline:none;
}

