body{

	font-family:"Lucida Grande", arial, sans-serif;

	background:#000;
}



#contenedor-principal {

	background: url(images/fondo-web.jpg) bottom center no-repeat;

	width:960px;

	height:600px;

	margin:0 auto;

	/*position:relative;*/
}

#botonera {

	top: 45px;

   	position: absolute;

	width:960px;

	
}




#botones_menu {
  
	clear:left;

}


#botones_menu, #botones_menu ul {

	margin: 0 auto; /* esto junto con un ancho fijo, te ayuda a centrar horizontalmente */

	width: 825px; /* esto es la suma de 150px de cada boton x 5 + 5 espacios a la derecha x 5 */

	padding: 0;


}
#pie {
	position:relative;
	top:95%;
	left:center;
}	
ul{

	

	margin:0;

	padding:0;
	
}


li{

	width:150px;

	height:50px;

	float:left;

	color:#191919;

	overflow:hidden;
	padding-left:15px;
	

 }


a{

	color:#FFF;

	text-decoration:none;

}
img{	position: relative;
	text-align:center;
	width:90px;

	height:30px;

	margin:0 auto;
	
}


p{

	padding:0px 5px;

}


H1{
	color:#A4A4A4;
	font-size: 10px;
	font-family: Lucida Grande;
	margin-botton:10px;
	text-align: center;
}
	
/*Menu Color Classes*/

.Producto{background: url('images/boton-big-d.gif') top left no-repeat;
}

.Grafico{background: url('images/boton-big-d.gif') top left no-repeat;
}

.FranLlanes{background: url('images/boton-big-d.gif') top left no-repeat;
}

.Transporte{background: url('images/boton-big-d.gif') top left no-repeat;
}


.Merchandising{background: url('images/boton-big-d.gif') top left no-repeat;
}

