@charset "utf-8";
/* CSS Document */
#menuGeneral{
	width:424px;
	height:26px;
	margin: 0px;
}
.espacio{
	float:left;
	width:8px;
	height:26px;
}
.homeB a{
	float:left;
	width:26px;
	height:26px;
	background-image: url(../look/btnHome_off.png);
	background-repeat: repeat-x;
	background-position: 0 0px;
}
.homeB a:hover{
	background-position: 0 -26px;
}
.homeBactive a{
	float:left;
	width:26px;
	height:26px;
	background-image: url(../look/btnHome_off.png);
	background-repeat: repeat-x;
	background-position: 0 -52px;
}
.glowB a{
	float:left;
	width:83px;
	height:26px;
	background-image: url(../look/btnGlow_off.png);
	background-repeat: repeat-x;
	background-position: 0 0px;
}
.glowB a:hover{
	background-position: 0 -26px;
}
.glowBactive a{
	float:left;
	width:83px;
	height:26px;
	background-image: url(../look/btnGlow_off.png);
	background-repeat: repeat-x;
	background-position: 0 -52px;
}
.clientesB a{
	float:left;
	width:83px;
	height:26px;
	background-image: url(../look/btnClientes_off.png);
	background-repeat: repeat-x;
	background-position: 0 0px;
}
.clientesB a:hover{
	background-position: 0 -26px;
}
.clientesBactive a{
	float:left;
	width:83px;
	height:26px;
	background-image: url(../look/btnClientes_off.png);
	background-repeat: repeat-x;
	background-position: 0 -52px;
}
.trabajosB a{
	float:left;
	width:83px;
	height:26px;
	background-image: url(../look/btnTrabajos_off.png);
	background-repeat: repeat-x;
	background-position: 0 0px;
}
.trabajosB a:hover{
	background-position: 0 -26px;
}
.trabajosBactive a{
	float:left;
	width:83px;
	height:26px;
	background-image: url(../look/btnTrabajos_off.png);
	background-repeat: repeat-x;
	background-position: 0 -52px;
}
.contactoB a{
	float:left;
	width:83px;
	height:26px;
	background-image: url(../look/btnContacto_off.png);
	background-repeat: repeat-x;
	background-position: 0 0px;
}
.contactoB a:hover{
	background-position: 0 -26px;
}
.contactoBactive a{
	float:left;
	width:83px;
	height:26px;
	background-image: url(../look/btnContacto_off.png);
	background-repeat: repeat-x;
	background-position: 0 -52px;
}
.descargasB a{
	float:left;
	width:26px;
	height:26px;
	background-image: url(../look/btnDescargas_off.png);
	background-repeat: repeat-x;
	background-position: 0 0px;
}
.descargasB a:hover{
	background-position: 0 -26px;
}
.descargasBactive a{
	float:left;
	width:26px;
	height:26px;
	background-image: url(../look/btnDescargas_off.png);
	background-repeat: repeat-x;
	background-position: 0 -52px;
}


