/*BOTONERA PRINCIPAL*/


#botonera_principal {
	clear: both;
	//clear:none;
	display: block;
	width: 940px; /*666px;*/ /*790px;*/
	height: 25px;
	padding-top: 5px;

	background: url('css_img/nav/back_boto.png');
}
	
#botonera_principal li {
	display: inline;
	}

#botonera_principal li a {
	float:left;
	display: block;
	padding:0px 0px 0px 0px;
	height:25px;

	text-decoration: none;
	}

#botonera_principal li a:hover {
	background-position: 0 -25px;
	text-decoration: none;
	color:#CCC;
	}
	
.bot1 {
	width:188px;
	text-align:center;
	color:#FFF;

	}
	
.bot2{
	width:188px;
	text-align:center;
	color:#FFF;

	}
	
.bot3{
	width:188px;
	text-align:center;
	color:#FFF;

	}
	
.bot4{
	width:188px;
	text-align:center;
	color:#FFF;

	}
	
.bot5{
	width:188px;
	text-align:center;
	color:#FFF;

	}
	
.bot_selected {
	color:#cccccc;
	background-position: 0 -25px;
	}
	
/*FIN BOTONERA PRINCIPAL*/

