/*
MENU DE NAVEGACIÓN
*/
.boton{
margin:0px 50px 0px 50px;
}

.boton .boton_2_on a, .boton .boton_2_off a{
color:#ffffff;
text-decoration:none;
}
.boton .boton_2_on a:hover, .boton .boton_2_off a:hover{
color:#ff9966;
}
	.boton_1_off, .boton_2_off, .boton_3_off{
	margin:0px;
	float:left;
	height:34px;
	}
	.boton_1_off{
	width:8px;
	height:34px;
	font-weight:bold;
	background-image:url(../img/boton_inactivo_1.jpg);
	}
	.boton_2_off{
	font-size:12px;
	height:27px;
	padding:7px 5px 0px 5px;
	font-weight:bold;
	background-image:url(../img/boton_inactivo_2.jpg);
	background-color:#ccccff;
	padding-left:13px;
	padding-right:13px;
	}
	.boton_3_off{
	width:8px;
	height:34px;
	font-weight:bold;
	background-image:url(../img/boton_inactivo_3.jpg);
	}
	
	.boton_1_on, .boton_2_on, .boton_3_on{
	margin:0px;
	float:left;
	height:34px;

	}
	.boton_1_on{
	width:8px;
	height:34px;
	font-weight:bold;
	background-image:url(../img/boton_activo_1.jpg);
	}
	.boton_2_on{
	font-size:12px;
	height:24px;
	padding:10px 5px 0px 5px;
	font-weight:bold;
	background-image:url(../img/boton_activo_2.jpg);
	padding-left:13px;
	padding-right:13px;
	}
	.boton_3_on{
	width:8px;
	height:34px;
	font-weight:bold;
	background-image:url(../img/boton_activo_3.jpg);
	}
*/
