/* CSS Document */
/*
--------------------------------
MENU
--------------------------------
*/
/*div{
	border:1px solid #3300FF;
}*/
#menu{
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:82px;
	font-weight:bold;
}

#menu a{
	text-decoration:none;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#menu .boton_on a, #menu .boton_off_hover a{
	color:#265079;
	text-decoration:none;
}
#menu .boton_off a{
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}
#menu .boton_on, #menu .boton_off_hover{
	margin:0px;
	float:left;
	height:82px;
}
#menu .boton_on .b1, #menu .boton_off_hover .b1{
	width:0px;
	float:left;
	height:82px;
	padding:0px;
	margin:0px;
	background-repeat:no-repeat;
}
#menu .boton_off_hover .b1{
}
#menu .boton_on .b1{
}
#menu .boton_on .b2, #menu .boton_off_hover .b2{
	padding:0px;
	margin:0px;
	float:left;
	height:82px;
	background-repeat:repeat-x;
}
#menu .boton_off_hover .b2{
	background-image:url(../img/b_rollover.jpg);
}
#menu .boton_on .b2{
	background-image:url(../img/b_on.jpg);
}
#menu .boton_on .b2 .texto, #menu .boton_off_hover .b2 .texto{
	margin:25px 8px 0px 8px;
	text-align:center;
}
#menu .boton_on .b3, #menu .boton_off_hover .b3 {
	width:0px;
	float:left;
	height:82px;
	padding:0px;
	margin:0px;
	background-repeat:no-repeat;
}
#menu .boton_off_hover .b3 {
}
#menu .boton_on .b3{
}
#menu .boton_off{
	margin:0px;
	float:left;
	height:82px;
}
#menu .boton_off .b1{
	width:0px;
	float:left;
	height:82px;
}
#menu .boton_off .b2{
	padding:0px;
	margin:0px;
	float:left;
	height:82px;
}
#menu .boton_off .b2 .texto{
	margin:25px 8px 0px 8px;
	text-align:center;
}
#menu .boton_off .b3 {
	width:0px;
	float:left;
	height:82px;
	padding:0px;
	margin:0px;
}
