#botonera {
	width:871px; height:43px;
	background-color:#000;
	//background-repeat: no-repeat;
	//background-position: center top;
	font:bold 14px Arial, Helvetica, sans-serif;
	//background-image: url(../img/botonera.jpg);
	margin: 0 auto;
}
	
	#botonera a.btnHome:link, #botonera a.btnHome:active, #botonera a.btnHome:visited {
		width:80px; height:43px;
		display:inline;
		float:left;
		background:url(../img/btnHome.gif) no-repeat top;
	}
	#botonera a.btnHome:hover {
		background:url(../img/btnHome.gif) no-repeat 0px -43px;	
		}
	
	#botonera a.btnDisco:link, #botonera a.btnDisco:active, #botonera a.btnDisco:visited {
		width:147px; height:43px;
		display:inline;
		float:left;
		background:url(../img/btnDisco.gif) no-repeat top;
	}
	#botonera a.btnDisco:hover {
		background:url(../img/btnDisco.gif) no-repeat 0px -43px;	
	}
	
	#botonera a.btnMedia:link, #botonera a.btnMedia:active, #botonera a.btnMedia:visited {
		width:99px; height:43px;
		display:inline;
		float:left;
		background:url(../img/btnMedia.gif) no-repeat top;
	}
	#botonera a.btnMedia:hover {
		background:url(../img/btnMedia.gif) no-repeat 0px -43px;	
	}
	
	#botonera a.btnTour:link, #botonera a.btnTour:active, #botonera a.btnTour:visited {
		width:68px; height:43px;
		display:inline;
		float:left;
		background:url(../img/btnTour.gif) no-repeat top;
	}
	#botonera a.btnTour:hover {
		background:url(../img/btnTour.gif) no-repeat 0px -43px;	
	}
	
	#botonera a.btnPrensa:link, #botonera a.btnPrensa:active, #botonera a.btnPrensa:visited {
		width:97px; height:43px;
		display:inline;
		float:left;
		background:url(../img/btnPrensa.gif) no-repeat top;
	}
	#botonera a.btnPrensa:hover {
		background:url(../img/btnPrensa.gif) no-repeat 0px -43px;	
	}
	
	#botonera a.btnLinks:link, #botonera a.btnLinks:active, #botonera a.btnLinks:visited {
		width:69px; height:43px;
		display:inline;
		float:left;
		background:url(../img/btnLinks.gif) no-repeat top;
	}
	#botonera a.btnLinks:hover {
		background:url(../img/btnLinks.gif) no-repeat 0px -43px;	
	}
	
	#botonera a.btnMerchan:link, #botonera a.btnMerchan:active, #botonera a.btnMerchan:visited {
		width:183px; height:43px;
		display:inline;
		float:left;
		background:url(../img/btnMerchan.gif) no-repeat top;
	}
	#botonera a.btnMerchan:hover {
		background:url(../img/btnMerchan.gif) no-repeat 0px -43px;	
	}
	
	#botonera a.btnContacto:link, #botonera a.btnContacto:active, #botonera a.btnContacto:visited {
		width:128px; height:43px;
		display:inline;
		float:left;
		background:url(../img/btnContacto.gif) no-repeat top;
	}
	#botonera a.btnContacto:hover {
		background:url(../img/btnContacto.gif) no-repeat 0px -43px;	
	}
	
			/*	nav link Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			#botonera ul a:link, #botonera ul a:active, #botonera ul a:visited {
				color:#ae9753;
				text-decoration:none;
			}
			#botonera ul a:hover {
				color:#ff9e63;
			}