#button {
	height:33px;
	*height:auto;
	width:1024px;	
	display:table;	
	float:left;
	position:absolute;	
	padding:0 0 0 0;
	margin:95px 0 0 0;
	*margin:95px 0 0 -512px;
	*left:50%;	
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;	
	background-image:url(../imagenes/menu3.png);
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10000000000;	
}

/* SAFARI */
@media screen and (-webkit-min-device-pixel-ratio:0){
	#button { width:1024px; }
}

#button ul, #button li {
	margin:-3px 0 0 0; 
	padding:0 0 0 0; 
	list-style:none;
	vertical-align:top;	
	z-index:100000000;	
}

.the_submenu{ width:1023px; height:30px; display:block; *display:table; list-style:none; float:left;  margin:0 0 0 0; padding:0 0 0 0; }
.the_submenu li{ float:left; display:block; height:33px; min-width:50px; margin:0 0 0 0; padding:0 0 0 0; }
.the_submenu li span{
	color:rgb(174,141,12); 
	font-size:11px; 
	font-weight:bold;
	padding:8px 9px 5px 14px; 
	display:block;	
	font-weight:bold;
}

	#the_submenu1{ width:80px;	padding:0;}
	#the_submenu2{ width:120px;	padding:0;}
	#the_submenu3{ width:145px;	padding:0;}
	#the_submenu4{ width:160px;	padding:0;}
	#the_submenu5{ width:170px;	padding:0;}
	#the_submenu6{ width:100px;	padding:0;}
	#the_submenu7{ width:100px;	padding:0;}
	#the_submenu8{ width:105px;	padding:0;}
	

.the_menu{
	display:none;
	width:100%;	
	*position:relative;
	height:350px;
	margin:0;
	left:0;	
	border-top:3px solid rgb(174,141,12);	
	z-index:100000000;
	clear:left;
}

.the_menu li {	
	float:left;/*Quitar si falla*/
	display:table-column;/*Quitar si falla*/
	margin:0 0 0 0;
	overflow:none;	
	min-width:50px; /* be nice to Opera */	
	height:100%;	
	border:none;
	padding:0 0 0 0;
	z-index:100000000;		
}

.the_menu a span{
	color:rgb(174,141,12);	 
	text-decoration:none; 
	padding:5px 9px 5px 15px; 
	display:block;	
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*padding:0 0 0 10px;*//*Menu Chiquitico*/
}

.submenu{ 		
    margin:0;
	padding:0 5px 0 0;
    min-width:50px; /* be nice to Opera */
	display:block;	
	z-index:100000000;	
}

	#submenu1{ width:80px;  height:280px;}
	#submenu2{ width:120px; height:280px;}
	#submenu3{ width:145px; height:280px;}
	#submenu4{ width:160px; height:280px;}
	#submenu5{ width:170px; height:280px;}
	#submenu6{ width:100px; height:280px;}
	#submenu7{ width:100px; height:280px;}
	#submenu8{ width:90px; height:280px;}

#submenu2{ background-color:rgb(174,141,12); height:283px;*height:280px;}
#submenu2 span{ color:#333; font-size:9pt; font-weight:bold;}

#submenu2 a:hover span{ background-color:#333; border-left:5px solid #333; color:rgb(174,141,12);}


.submenu a span{ font-size:7pt; color:#CCC; font-weight:bold; text-align:left;font-family:Verdana, Geneva, sans-serif; }
.submenu a:hover span{ color:#FF0;}
