/*------------------------------------------------------------------*/
/*---< Botones MENU PRINCIPAL >-------------------------------------*/
/*------------------------------------------------------------------*/
	div.menuBtns a{
	float: left;
	color:#430306;
	display: block;
	overflow: hidden;
	font: normal 11px verdana;
	color:#FFFFFF;
	text-decoration: none;
	background-image: url(../img/sepMenu.gif);
	background-repeat: no-repeat;
	background-position:right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	}
	
	div.menuBtns a:hover{
	   color: #ACD01C;
	   background-color: #556465;
	}

/*------------------------------------------------------------------*/
/*---< Botones SUBMENÚ >--------------------------------------------*/
/*------------------------------------------------------------------*/

	ul#subBtns,ul#subBtns li{
		list-style-type:none; 
		margin:0px; 
		padding:0px
	}
	ul#subBtns{
		float:left; 
		font-size: 11px; 
		margin-left: 10px;
	}
	ul#subBtns li{
		float:left; 
		text-align: center; 
		margin: 0px;
	}
	ul#subBtns a{ 
		float:left; 
		width:120px; 
		padding-top: 4px; 
		margin-left: 2px; 
		height: 20px; 
		background: #E1EEAD; 
		text-decoration:none; 
		color: #78941B;
	}
	ul#subBtns a:hover{
		background: #78941B; 
		color: #FFF
	}
	ul#subBtns li.activelink a,ul#subBtns li.activelink a:hover{
		background: #FFF; 
		color: #78941B;
	}


/*------------------------------------------------------------------*/
/*---< Botones SUBMENÚ VERTICAL >-----------------------------------*/
/*------------------------------------------------------------------*/

	ul#subBtns2,ul#subBtns2 li{
		list-style-type:none; 
	}
	ul#subBtns2{
		/*float:left; */
		padding:0px; 
		margin:0px;
	}
	ul#subBtns2 li{
		padding:0px; 
		margin:0px;
	}
	ul#subBtns2 a{
		width: 155px;
		display: block;
		padding: 4px 0px 2px 20px; 
		margin: 0px; 
		text-decoration:none; 
		color: #FFF; 
		background-image: url(../img/flechaVerde2.gif); 
		background-repeat:no-repeat; 
	}
	ul#subBtns2 a:hover{
		background: #FFF; 
		color: #78941B;
		background-image: url(../img/flechaVerde2.gif); 
		background-repeat:no-repeat; 
	}
	
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

div#btnSaldo a{
	position:relative; float:left; 
	width: 155px; 
	background-color:#ACD01C;
	text-align:center;
	font: bold 14px arial; color:#FFFFFF; text-decoration:none;
}
div#btnSaldo a:hover{
	background-color:#67787A;
}

div#btn1 a{
	position:relative; 
	width: 200px; 
	background-color:#ACD01C;
	text-align:center;
	font: bold 14px arial; color:#FFFFFF; text-decoration:none;
	margin-top: 5px;
}
div#btn1 a:hover{
	background-color:#67787A;
}





