/* CSS Document */
/*
--------------------------------
MENU
--------------------------------
*/
#menu{
	margin:0px;
	padding:0px;
	font-size:14px;
	/*font-family:Tw Cen MT Condensed, Arial , Verdana ,Helvetica ,sans-serif;*/
	font-family:verdana, arial;
	height:39px;
	font-weight:normal;
}

#menu a{
	text-decoration:none;
	margin:0px;
	padding:0px;
	/*font-family:Tw Cen MT Condensed, Arial , Verdana ,Helvetica ,sans-serif;*/
	font-family:verdana, arial;
	font-size:12px;
}
#menu .boton_on, .boton_off_hover a{
	color:#666666;
	text-decoration:none;
	font-size:12px;
}
#menu .boton_off a{
	color:#003333;
	text-decoration:none;
	font-size:12px;
}
#menu .boton_on, #menu .boton_off_hover{
	margin:0px;
	float:left;
	height:39px;
	/*font-family:Tw Cen MT Condensed, Arial , Verdana ,Helvetica ,sans-serif;*/
	font-family: verdana, arial;
	font-size:12px;
}
#menu .boton_on .b1 , #menu .boton_off_hover .b1{
	width:6px;
	float:left;
	height:39px;
	padding:0px;
	margin:0px;
	background-repeat:no-repeat;
}
#menu .boton_on .b1{
	background-image:url(../img/menu/menu_b1on.jpg);
}
#menu .boton_off_hover .b1{
	background-image:url(../img/menu/menu_b1off_hover.jpg);
}
#menu .boton_on .b2 , #menu .boton_off_hover .b2{
	padding:0px;
	margin:0px;
	float:left;
	height:39px;
	background-repeat:repeat-x;
}
#menu .boton_off_hover .b2{
	background-image:url(../img/menu/menu_b2off_hover.jpg);
}
#menu .boton_on .b2 {
	background-image:url(../img/menu/menu_b2on.jpg);
}
#menu .boton_on .b2 .texto , #menu .boton_off_hover .b2 .texto{
	margin:5px 5px 0px 5px;
	text-align:center;
}
#menu .boton_on .b3, #menu .boton_off_hover .b3 {
	width:6px;
	float:left;
	height:39px;
	padding:0px;
	margin:0px;
	background-repeat:no-repeat;
}
#menu .boton_off_hover .b3 {
	background-image:url(../img/menu/menu_b3off_hover.jpg);
}
#menu .boton_on .b3{
	background-image:url(../img/menu/menu_b3on.jpg);
}
#menu .boton_off{
	margin:0px;
	float:left;
	height:39px;
	/*font-family:Tw Cen MT Condensed, Arial , Verdana ,Helvetica ,sans-serif;*/
	font-family:Trebuchet MS, verdana, arial;
	font-size:12px;
}
#menu .boton_off .b1{
	width:6px;
	float:left;
	height:39px;
	background-image:url(../img/menu/menu_b2off.jpg);
	background-repeat:repeat-x;
}
#menu .boton_off .b2{
	padding:0px;
	margin:0px;
	background-image:url(../img/menu/menu_b2off.jpg);
	float:left;
	height:39px;
	background-repeat:repeat-x;
}
#menu .boton_off .b2 .texto{
	margin:5px 10px 0px 5px;
	text-align:center;
}
#menu .boton_off .b3 {
	width:1px;
	float:left;
	height:39px;
	background-image:url(../img/menu/menu_b3off.jpg);
	background-repeat:no-repeat;
}
