#container{
  width:880px;
  margin:0 auto;
}
#top_menu{
  position:absolute;
  top:0;
  left:50%;
  height:110px;
  width:880px;
  margin-left:-440px;
  padding-top:10px;
  z-index:2;
}
#top_menu ul{
  width:100%;
}
#top_menu ul li{
  float:right;
  text-align:center;
}
#top_menu ul li.blank{  width:95px;}

#top_menu ul li a{  padding:4px 13px; font-family:Verdana; font-size:11px; font-weight:bold; color:#3f3f3f; display:block;margin:00}
#top_menu ul li.inicio a:hover, #top_menu ul li.inicio a.active { background:url(../img/mn_hv_inicio.jpg) 50% 0 no-repeat;}
#top_menu ul li.contacto a:hover, #top_menu ul li.contacto a.active{  background:url(../img/mn_hv_contacto.jpg) 50% 0 no-repeat;}

#top{
  position:absolute;
  top:0;
  left:0;
  height:110px;
  width:100%;
  z-index:1;
}
#header{
  height:370px;
  width:880px;
  
  background:url(../img/bd_sombra.png) 50% 50% repeat-y;
}

#menu{
  height:29px;
  width:880px;
}
#menu li{
  float:left;
  height:27px;
  min-width:13px;
  text-align:center;
  background:url(../img/mn_bg_x.jpg) 0 0 repeat-x #fff;
  display:inline;
  
}
#menu li.left{width:13px; background:none; border-right:1px solid #ffffff;}
#menu li.productos{width:132px;}
#menu li.negocio{width:116px;}
#menu li.gente{width:100px;}
#menu li.locales{width:118px;}
#menu li.promociones{width:92px;}
#menu li.ventas{width:138px;}
#menu li.talleres{width:66px;}
#menu li.proveedores{width:90px;}
#menu li.right{width:13px; background:none; border-left:1px solid #ffffff;}

#menu li.productos a:hover, #menu li.productos a.active{ background:url(../img/ico/bot_01.jpg) 0 0 no-repeat;}
#menu li.negocio a:hover, #menu li.negocio a.active{ background:url(../img/ico/bot_02.jpg) 0 0 no-repeat;}
#menu li.gente a:hover, #menu li.gente a.active{ background:url(../img/ico/bot_03.jpg) 0 0 no-repeat;}
#menu li.locales a:hover, #menu li.locales a.active{ background:url(../img/ico/bot_04.jpg) 0 0 no-repeat;}
#menu li.promociones a:hover, #menu li.promociones a.active{ background:url(../img/ico/bot_05.jpg) 0 0 no-repeat;}
#menu li.ventas a:hover, #menu li.ventas a.active{ background:url(../img/ico/bot_06.jpg) 0 0 no-repeat;}
#menu li.talleres a:hover, #menu li.talleres a.active{ background:url(../img/ico/bot_07.jpg) 0 0 no-repeat;}
#menu li.proveedores a:hover, #menu li.proveedores a.active{ background:url(../img/ico/bot_08.jpg) 0 0 no-repeat;}

#menu li a{
	display:block;
	padding:8px 0;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing: -0.01em;
}

#footer{
  height:auto;
  width:854px;
  height:60px;
  margin:0px auto;
  
}
#footer .ft_right{
  float:right;
  text-align:right;
  display:inline;
}
#footer .ft_left{
  float:left;
  text-align:left;
  display:inline;
  width:470px;
}
#footer .ft_center{
  float:right;
  width:854px;
  text-align:center;
  /*display:inline;*/
  height: 30px;
  margin-top:5px
}
#footer .ft_left p {
display:inline;
/*float:left;*/
/*margin:5px 5px 5px 0;*/
font-family:Arial;
	font-size:12px;
	color:#999;
}

