body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-size:11px;
	background: #000000 top left fixed url(images/fondo_home.jpg);
	background-repeat: repeat-x;
	/*background-attachment: fixed;*/
}

#cuerpo {
	margin: 0px; 
	padding: 0px;
	width: 100%;
	height: 500px;
	margin: 0 auto 0 auto;
}

#banda{
	position: absolute;
	background: top left url(images/banda_blanca.jpg) repeat-x;
	top: 45px;
	left: 0px;
}

#logo{
	position: absolute;
	top: 20px;
	left: 40px;
}

#botones {
	position: absolute;
	top: 490px;
	left: 5%;
	display: inline;
	width: 650px;
	height: 32px;
}

a.tienda {
	float: left;
	top: 490px;
	width: 92px;
	height: 32px;
	background: url(images/boton1.jpg) top left no-repeat;
}

a.tienda:hover {
	background-position:0 -32px;
}

a.vehiculos {
	float: left;
	top: 490px;
	width: 120px;
	height: 32px;
	margin-left: 5px;
	background: url(images/boton2.jpg) top left no-repeat;
}

a.vehiculos:hover {
	background-position:0 -32px;
}

a.empresa {
	float: left;
	top: 490px;
	width: 106px;
	height: 32px;
	margin-left: 5px;
	background: url(images/boton3.jpg) top left no-repeat;
}

a.empresa:hover {
	background-position:0 -32px;
}

a.rutas {
	float: left;
	top: 490px;
	width: 163px;
	height: 32px;
	margin-left: 5px;
	background: url(images/boton4.jpg) top left no-repeat;
}

a.rutas:hover {
	background-position:0 -32px;
}

a.franquicias {
	float: left;
	top: 490px;
	width: 133px;
	height: 32px;
	margin-left: 5px;
	background: url(images/boton5.jpg) top left no-repeat;
}

a.franquicias:hover {
	background-position:0 -32px;
}

#titulo	{
	float: right;
	margin-top: 40px;
}

h1 {
	font-size:36px; 
	margin:0px; 
	padding:0px;
}

.sombra1 {
	position: absolute;
	top: -3px;
	left: -3px;
	color: #FFFFFF;
	font: 38px "arial black", Helvetica, sans-serif;
	font
}

.sombra2  {
	position: absolute;
	top: -2px;
	left: -2px;
	color: #222222;
	font: 38px "arial black", Helvetica, sans-serif;
}

.sombra3  {
	position: relative;
	color: #AAAAAA;
	font: 38px "arial black", Helvetica, sans-serif;
}

#pie {
	position: relative;
	margin: 50px auto auto 400px;
	color: #ffffff;
	font: 11px "arial black", Helvetica, sans-serif;
}

a{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color: #999966;
	text-decoration: none;
}
