/*SETEO GENERAL DEL MENU*/
#menu {	height: 41px; width: 700px; background-color: #000099;	background-image: url(../imgs/menu_bg.jpg);	background-repeat: repeat-x;}
#menu ul {margin: 0px;padding: 0px;}
#menu #sec li {	display: inline;margin: 0px;padding: 0px;list-style-type: none;	text-align: center;	float: right;}
#menu br {clear:both;}
/*FIN SETEO GENERAL DEL MENU*/

/*SETEO ITEMS MENU*/
/*SETEO ITEMS GENERALES MENU*/
#menu #sec a,
#menu #sec a:link {	display:block;width: 120px;height: 20px;padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;color: #FFFFFF;text-decoration: none;
	background-color: #000066;background-image: url(../imgs/sec_rollover.jpg);background-position: 0px;}
#menu #sec a:hover,
#menu #sec a:active{background-position:120px;}
/*FIN SETEO ITEMS GENERALES MENU*/

/*SETEO ITEM DESCUENTOS MENU*/
#menu #sec #descuento {	display: inline;margin: 0px;padding: 0px;list-style-type: none;text-align: center;float: right;}
#menu #sec #descuento a,
#menu #sec #descuento a:link {display:block;width: 170px;height: 20px;padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;color: #01387B;text-decoration: none;
	background-image: url(../imgs/sec_desc_rollover.jpg);background-position: 0px;}
#menu #sec #descuento a:hover,
#menu #sec #descuento a:active{background-position:170px;}
/*FIN SETEO ITEM DESCUENTOS MENU*/
/*FIN SETEO ITEMS MENU*/
/********************************************************************************************************************/
/*SETEO GENERAL DEL SUB_MENU*/
#menu #sub_sec li {	display: inline;margin: 0px;padding: 0px;list-style-type: none;	text-align: center;	float: right;}
/*FIN SETEO GENERAL DEL SUB_MENU*/

/*SETEO ITEMS SUB_MENU*/
/*SETEO ITEMS GENERALES SUB_MENU*/
#menu #sub_sec a,
#menu #sub_sec a:link {	display:block;width: 100px;height: 14px;padding-top:3px;/* padding: 3px 5px 0 5px;*/
	font-family: Arial, Helvetica, sans-serif;font-size: 9px;font-weight:bold;color: #fff;text-decoration: none;
	background-color: #000066;background-image: url(../imgs/sub_sec_rollover.jpg);background-position: 0px 0px;}
#menu #sub_sec a:hover,
#menu #sub_sec a:active{background-position:0px 20px;}
/*FIN SETEO ITEMS GENERALES SUB_MENU*/
/*FIN SETEO ITEMS SUB_MENU*/
