body {
	margin: 0px auto;
	background: #1b1b1b url('../img/background.png') repeat-x top left;
	//background: #1a1a1a url('../img/backgroundie.jpg') repeat-x top left;
	color: #fff;
	font-family: Arial;
	font-size: 11pt;
}

img {
	border: 0px;
}

#all {
	margin: 0px auto;
	text-align: center;
	width: 960px;
}

#header {
	margin: 0px auto;
	text-align: left;
	width: 960px;
	height: 170px;
}

#logo {
	margin: 0px auto;
	width: 200px;
	height: 170px;
	background: url('../img/logo.png') no-repeat top left;
	float: left;
}

#header_img {
	margin: 0px auto;
	width: 297px;
	height: 170px;
	background: url('../img/header.png') no-repeat bottom left;
	float: left;
}

#menu {
	margin: 0px auto;
	width: 463px;
	height: 50px;
	float: right;
	margin-top: 120px;
}

#menu ul, li {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}
#menu ul li {
	float: left;
	margin-right: 20px;
}

#camiones {
	margin: 0px auto;
	width: 960px;
	height: 181px;
	background: url('../img/camiones.png') no-repeat top left;
}

#coches {
	margin: 0px auto;
	width: 960px;
	height: 181px;
	background: url('../img/coches.png') no-repeat top left;
}

#content {
	margin: 0px auto;
	text-align: left;
	margin-left: 180px;
	width: 760px;
	margin-top: 20px;
}

#inicio a {
	width:46px; height:50px;
	margin:0; padding:0;
	float:left;
	background: url('../img/home.png') 0px -50px no-repeat;
	text-decoration: none;
	}

#inicio a.activo {
	width:46px; height:50px;
	margin:0; padding:0;
	float:left;
	background: url('../img/home.png') 0px 0px no-repeat;
	text-decoration: none;
	}

#inicio a:hover {
	background-position: 0px 0px;
	text-decoration:none;
	border: none;
	}
#inicio a span { display:none }

#servicios a {
	width:80px; height:50px;
	margin:0; padding:0;
	float:left;
	background: url('../img/servicios.png') 0px -50px no-repeat;
	text-decoration: none;
	}

#servicios a.activo {
	width:46px; height:50px;
	margin:0; padding:0;
	float:left;
	background: url('../img/servicios.png') 0px 0px no-repeat;
	text-decoration: none;
	}

#servicios a:hover {
	background-position: 0px 0px;
	text-decoration:none;
	border: none;
	}
#servicios a span { display:none }

#localizacion a {
	width:107px; height:50px;
	margin:0; padding:0;
	float:left;
	background: url('../img/localizacion.png') 0px -50px no-repeat;
	text-decoration: none;
	}

#localizacion a.activo {
	width:46px; height:50px;
	margin:0; padding:0;
	float:left;
	background: url('../img/localizacion.png') 0px 0px no-repeat;
	text-decoration: none;
	}

#localizacion a:hover {
	background-position: 0px 0px;
	text-decoration:none;
	border: none;
	}
#localizacion a span { display:none }

#contacto a {
	width:80px; height:50px;
	margin:0; padding:0;
	float:left;
	background: url('../img/contacto.png') 0px -50px no-repeat;
	text-decoration: none;
	}

#contacto a.activo {
	width:46px; height:50px;
	margin:0; padding:0;
	float:left;
	background: url('../img/contacto.png') 0px 0px no-repeat;
	text-decoration: none;
	}

#contacto a:hover {
	background-position: 0px 0px;
	text-decoration:none;
	border: none;
	}
#contacto a span { display:none }

h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0px auto;
	padding: 0px;
}

#footer { 
	margin: 0px auto;
	clear: both;
	text-align: left;
	border-top: 1px solid #3d3d3d;
	margin-top: 20px;
	color: #696969;
}
